DhruvaG2000 / SmartDuinoSensorHub

An Open Source Project that aims to provide a Smart Sensor Hub with an extremely intuitive user interface using gestures and an OLED Display
MIT License
1 stars 0 forks source link

firmware: Read and Display MQ Sensor RAW #4

Closed DhruvaG2000 closed 2 years ago

DhruvaG2000 commented 2 years ago

Code has been tested and it works with a MQ-135 sensor connected to: SENSOR | Arduino

So far only RAW Analog reading is taken and printed to the OLED. Also, the BAR LED blinks with every reading iteration so if OLED ever glitches or disconnects we know that the code is running and there is probably a loose connection of the OLED.

Signed-off-by: Dhruva Gole goledhruva@gmail.com