Search found 3 matches

by jojahn
Fri Apr 15, 2011 5:27 am
Forum: NetBurner Software
Topic: I2C with MCP3021
Replies: 1
Views: 2860

I2C with MCP3021

Hi there, thanks for the info from my previous posing. It helped a lot!

Now, I like to use the Microchip MCP 3021 (A/D converter) on my I2C bus. I can see the address of the chip, I can partially communicate with the chip but, get a time-out (Erorcode #4) and the same data back 2x 0x02.

The data ...
by jojahn
Tue Mar 08, 2011 4:40 am
Forum: NetBurner Software
Topic: I2C
Replies: 3
Views: 3585

Re: I2C

Thank you for the reply.

Why do you use 0x16 in your code (I2CInit(0x16)) to Initialize the bus?
I checked out fwe data sheets and can not find a relationship to your numbers. What chip did you use - that way I can find the address and registers.
Thank you.
Josh
by jojahn
Mon Mar 07, 2011 7:19 am
Forum: NetBurner Software
Topic: I2C
Replies: 3
Views: 3585

I2C

Hi there,
I just started to use the Netburner. Everything is totally new to me - except C++ etc.....

Who has a program to write data as a master (Netburner) to the I2C bus? I am using MCP23008 from Microchip. I have the communication working, using VB and and the serial port. Now I have to make it ...