For several microcontroller projects, the integration of a minuscule display panel can be handy to show relevant information. For example, information gathered by an external sensor module. Here we ...
This is a beginner friendly project for those interested in using i2c or IIC protocol with Arduino Master and Arduino Slave. The use of other i2c peripherals such as 0.96" OLED display and MPU 6050 ...
This is a driver for SSD1306 and SH1106 128x64, 128x32, 64x48 and 64x32 OLED displays running on the Arduino/ESP8266 & ESP32 and mbed-os platforms. Can be used with either the I2C or SPI version of ...
I’ve talked about HD44780 displays before – they’ve been a mainstay of microcontroller projects for literal decades. In the modern hobbyist world, there’s an elephant in the room – the sheer variety ...
This articles describes how you can use I2C (TWI) communication, Arduino and temperature sensors to measure 3 different temperatures. It can be very helpful when you want to measure the outside, ...