User Activity

Posted on December 06, 2012 at 11:27Hi I use STBee. When I perform I2C in Arduino, I write such a code. void writeDevice(byte address, byte registerAddress, byte data){   Wire.beginTransmission(address);    Wire.write(registerAddress);       Wire....
Posted on December 03, 2012 at 10:23I am a beginner about the microcontoroller. I use STBee. I want to connect a STBee and a sensor(IMU 6DOF ITG3200/ADXL345). At first I want to let you display a value of the x-axis. Please teach a solution. &sharpi...