Search found 1 match
- Tue Oct 22, 2024 12:22 pm
- Forum: General Discussion
- Topic: si7210 sensor data read
- Replies: 0
- Views: 409
si7210 sensor data read
Can someone help me. I always receive the same value. #include <Wire.h> #include <Arduino.h> #define reg_chip 0xC0 #define reg_hByte 0xC1 #define reg_lByte 0xC2 #define otp_data_addr 0xE2 #define SLAVEaddr 0x30 void initializeSensor() { Wire.beginTransmission(SLAVEaddr); Wire.write(0xC9); Wire.endT...