Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[Moved]: AD7746 + Arduino Uno I2C

Status
Not open for further replies.

nanana_1011

Member level 2
Joined
Nov 9, 2014
Messages
50
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,636
Hi,

0x90 = read address
0x91 = write address

If I use arduino uno to read the registers from AD7746, should I use 0x90 or 0x91?
 

Re: AD7746 + Arduino Uno I2C

The link below has some source code that may help you.
**broken link removed**

If you're trying to read from the AD776, assuming you have your register values correct you should use 0x90.

TC
 

Hello!

For I2C in arduino, the register is 1 byte.
If I have another IC having 2-byte register, how can I communicate with it using arduino?
 

You have to send the two byte address. I guess high byte first and then low address byte. Check the device datasheet. What device it is ?
 

Also, if I retrieve value from IC, it is 2 bytes.
Do I save the value and obtain the high byte and then low byte?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top