Tagged: Display

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.

RasPad 3: transform your Raspberry Pi into a versatile tablet with multi OS boot 0

RasPad 3: transform your Raspberry Pi into a versatile tablet with multi-OS boot

The article provides an overview of the SunFounder RasPad 3, a device that converts a Raspberry Pi into a versatile tablet. It covers the assembly process, including integrating a Raspberry Pi 4 and an M2. SSD. The guide concludes with instructions for setting up a multi-boot system using PINN, allowing users to alternate between various operating systems for different applications.

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.

LoRa wireless remote water tank and pump controller (esp8266) Server PCB assembling 0

LoRa remote water level and pump controller (esp8266): Server PCB – 4

I must fill a tank 1.5 km away, so I create a 2-part controller.
A server with a relay to manage the pump and a client solar/battery-powered to check the tank’s status and notify the status to the server.
We are going to assemble the Server PCB.

LoRa wireless remote water tank and pump controller (esp8266) Server software Arduino IDE 0

LoRa remote water level and pump controller (esp8266): server software – 2

I must fill a tank 1.5 km away, so I create a 2-part controller.
A server with a relay to manage the pump and a client solar/battery-powered to check the tank’s status and notify the server’s status.
Here, we are going to look at the Server software.

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.