by i-Bot » Tue Jan 04, 2011 11:52 am
by i-Bot
Tue Jan 04, 2011 11:52 am
I don't know of any existing code for this, but it will be fairly simple to do your own.
The G145 uses two analog gyros interfaced over using an I2C analog to digital converter. The schematic, datasheets and example code for the Roboard are on Roboard site. Their example code show the simple sequence of I2C commands used to talk to the AD7998 A2D.
There are lots of I2C master implementations for the Atmega16, so just use the one of these most convenient to your development environment and then perform the same I2C commands
I don't know of any existing code for this, but it will be fairly simple to do your own.
The G145 uses two analog gyros interfaced over using an I2C analog to digital converter. The schematic, datasheets and example code for the Roboard are on Roboard site. Their example code show the simple sequence of I2C commands used to talk to the AD7998 A2D.
There are lots of I2C master implementations for the Atmega16, so just use the one of these most convenient to your development environment and then perform the same I2C commands