PiconRed / QQ

0 stars 0 forks source link

ALS #5

Open PiconRed opened 5 months ago

PiconRed commented 5 months ago

In order to start the measurements a second step is needed after the initialization. Youll need to set the SD bit to "0", the ALS_SD_IR bit to "0" and the ALS_Cal bit to "1"

herefore you can write 16 bits to register 0x00 (whereby the last 8 bits are then automatically written to register 0x01). Try writing: Slave Address: 0x29 Command Code: 0x00 Data: 0x5001

PiconRed commented 5 months ago

0x29 0x00 51 80

PiconRed commented 5 months ago

image image

PiconRed commented 5 months ago

image image image

PiconRed commented 5 months ago

image

PiconRed commented 5 months ago

image image image