Hello.
I just started looking into this driver chip, using Adafruit's breakout board, but failing to make it work.
According to the setup guide:
>To start the device and begin an I2C transaction:
>1. Apply power to the VDD pin.
>2. Set the ENABLE pin high or tie the ENABLE pin to VDD.
>3. The device will perform a quick startup sequence (250 µs) and go into STANDBY mode.
>4. Exit STANDBY mode by setting the STANDBY bit in register 0x01 to zero. A single write to register 0x01 can disable STANDBY and enable the device MODE.
So, after device power-on if I read registers I should be reading below?
Register 0x00: 0xE0 (device id 7)
Register 0x01: 0x40 (sdanedby 1)
In my case, I get the following.
Register 0x00: 0x40
Register 0x01: 0x00
I think this is the very first step making it work, and I may be doing something wrong but cannot figure out.
Where should I look into to find out what is wrong?