Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 508 Bytes

File metadata and controls

10 lines (6 loc) · 508 Bytes

CircuitPython_KS0429_TDS_Meter

CircuitPython code for KS0429 Keyestudio TDS Meter

Reference links with original Arduino code from which this CircuitPython code was created

https://wiki.keyestudio.com/KS0429_keyestudio_TDS_Meter_V1.0

https://randomnerdtutorials.com/arduino-tds-water-quality-sensor/

My initial code includes setting the Watchdog Timer, running a monochrome SSD1306 OLED display, and using a thermistor for both temperture reading to display & temp compensation for the TDS calculation.