How to make digital thermometer using OLED|LM35|Arduino|ULECTRON|

Опубликовано: 01 Сентябрь 2026
на канале: MM Electron
520
15

In this video we will have a closer look at how to interface LM35 and oled with Arduino and make Oled based digital Temperature meter.

////////////Library of oled ADAFRUIT SSD1306///////////////////////

library for this display is the ADAFRUIT SSD1306: https://github.com/adafruit/Adafruit_...

////////////////Library of oled ADAFRUIT GFX library//////////////////

You also need the ADAFRUIT GFX library: https://github.com/adafruit/Adafruit-...

///////////////////////////////// code//////////////////////////////////////////////

Code can be downloaded from here: https://github.com/ulectron/Oled-ssd1...

****************************************************************