VanPeltT / Spectroscopy

This project is a 2" spectroscopy sensor consisting of a AS7421 and a AS7343.
5 stars 4 forks source link

It seems that the program as7421.py does not match the datasheet of AS7421 #3

Open xiongxiaozhou opened 4 months ago

xiongxiaozhou commented 4 months ago

It seems that the program as7421.py does not match the datasheet of AS7421, # Configure sensor for continuous measurement mode self.bus.write_byte_data(self.address, 0x00, 0x00) there is no register addresss is 0x00

fanjiajun0227 commented 2 months ago

hi i m also trying to control as7421 in python,have u sloved the problem?and if u face some i2c communication problem?