coro
Dec 10, 2006, 07:34 AM
Hi dears,
I need to make communication between few avr processors but I have a problem.
- procesor I will use does NOT support any other than I2C (TWI) data. (it isnt joke, somebody is fool or wrong-minded in atmel, in my opinion...)
- ground of each mcu floats elsewhere, some just moved, some pulsing.
- i should really not waste energy as it is battery powered.
- the simplycity of dps and the price as well is the key.
So, I could use built-in twi (i2c) with quite complex optocoupled separation,
Or I can write my own SPI / RS232-like transfer support.
To skip development of allready developed, I would be very thankfull for a link to some kind of library or source code with implementation..
Thanks.
I need to make communication between few avr processors but I have a problem.
- procesor I will use does NOT support any other than I2C (TWI) data. (it isnt joke, somebody is fool or wrong-minded in atmel, in my opinion...)
- ground of each mcu floats elsewhere, some just moved, some pulsing.
- i should really not waste energy as it is battery powered.
- the simplycity of dps and the price as well is the key.
So, I could use built-in twi (i2c) with quite complex optocoupled separation,
Or I can write my own SPI / RS232-like transfer support.
To skip development of allready developed, I would be very thankfull for a link to some kind of library or source code with implementation..
Thanks.