Hi,
I am trying to get the Adafruit Motor shield V2 with PCA9685 to be able to accept the software reset command through the I2C connection. It is well defined in the datasheet as the command 0x06 as a chip address, not as a register if I understand the spec. The default values of the first register (MODE1) should be 00010001 or 0x11.
Can you send a chip address with the pigpio (pigs) program?
I tried also with python and C without success.
Did anyone succeeded ?
The only method that works is the power down which is not practical.