Strange Readings from Analog Electrochemical Carbon Dioxide Sensor [SEN0159] on Arduino UNO R4
Strange readings on my Arduino UNO R4.
2024-12-23 09:43:52
Arduino UNO R4 and R3 have different ADC accuracies, so the 1024 (2^10) in the code needs to be changed to 4096 (2^12)
Tonny12138