Category: Display

All types of displays that can be used with our microcontrollers.

Arduino battery checker with temperature, and battery selection 0

Checking Battery Capacity with Arduino: Temperature Monitoring and Type Selection

Here is my Arduino battery tester, designed to explore the performance of various types of batteries, including 18650 and acid-based ones. Successfully tested even with a 6V lead-acid battery with a capacity of 4.2A, this device provides battery capacity readings in milliampere-hours. In fact, it’s an old article that I had never published before, but I have revisited and decided to publish it now.

TS7-Pro: unleashing the power of the Raspberry Pi Touchscreen tablet for night vision 0

Night Vision on Raspberry Pi: TS7-Pro Display, PiPower & DIY 3D Printed Battery in Action!

What started as a simple review of the TS7-Pro display for a project, has evolved into a comprehensive examination of a Raspberry Pi setup. This setup features the TS7-Pro display, a night vision camera, a SunFounder PiPower module, and a DIY 3D printed rechargeable battery pack. Witness how the night vision camera effectively captures detailed images, even in low-light conditions.

LineaMeteoStazione The Personalized WiFi Weather Station using ESP32 ESP8266 and Attiny85 0

LineaMeteoStazione: The Personalized WiFi Weather Station using ESP32, ESP8266 and Attiny85 with OTA – 4

LineaMeteoStazione is a complete weather station solar powered which can be interfaced with professional sensors from Sensirion as well as some Davis Instrument components (Rain Gauge, Anemometer) It also can be interfaced with a...

Display OLED ssd1306 arduino esp32 esp8266 draw images show animations 3

SSD1306 OLED Display: draw images, splash and animations – 2

SSD1306 IC is used for the most commons OLED display is a single-chip CMOS OLED/PLED driver with controller for organic / polymer light emitting diode dot-matrix graphic display system. It consists of 128 segments and 64 commons.
We will now render images and create a simple animation and take a look at the byte array generator.

Display OLED ssd1306 arduino esp32 esp8266 basics 3

SDD1306 OLED display: wiring and basic use with esp8266, esp32 and Arduino – 1

SSD1306 IC is used for the most commons OLED display is a single-chip CMOS OLED/PLED driver with controller for organic / polymer light emitting diode dot-matrix graphic display system. It consists of 128 segments and 64 commons.
We are going to use it with SPI and i2c and learn the basic function.