2014-11-20 10:34 PM
Hi,
For some reason, the X channel is not working.Here are my configurations for each config register: send[0] = 0b01100000;//start config send[1] = 0x57;//reg 1 send[2] = 0x00;//reg 2 send[3] = 0x00;//reg 3 send[4] = 0x88;//reg 4 send[5] = 0x00;//reg 5 send[6] = 0x00;//reg 6Clearly everything import is really in register 1 for just simple getting data out, but my X output is always -32624 (that's the signed value)If anyone knows what could be going wrong, that would be great.Thanks,Ethan2014-11-25 04:18 AM
Hi,
can you read out the WHO_AM_I register ? Do you read correct value according the datasheet? Rgds V.