LCD 16×2 Interface with Raspberry Pi
https://www.electronics-lab.com/lcd-16x2-interface-raspberry-pi/
shubhamtrivedi95 @ instructables.com shows how to interface a 16×2 LCD display on Raspberry Pi. Sample code is provided. LCD 16×2 Interface with Raspberry Pi – [Link]
Arduino + Thermocouple + Nokia 5110 LCD
https://www.electronics-lab.com/arduino-thermocouple-nokia-5110-lcd/
abhyu1112 @ instructables.com provides code for thermocouple interface to Arduino and Nokia 5110 LCD display. This is a connection between arduino mega thermocouple and Nokia 5110 screen to display temperature which ranges till 1000*C. It can be used to measure temperature of engine. Arduino + Thermocouple + Nokia 5110 LCD – [Link]
How to Scroll a single LCD line – Arduino
https://www.electronics-lab.com/scroll-single-lcd-line/
R Jordan Kreindler show us how to scroll a single line on a LCD display. The Liquid Crystal Library has two quite useful functions scrollDisplayLeft() and scrollDisplayRight(). These functions scroll the whole display. That is, they scroll both lines on a 1602 LCD and all four lines on a 2004 LCD. What we often need […]
Arduino Uno Menu Template
https://www.electronics-lab.com/arduino-uno-menu-template/
PaulSS @ instructables.com shows us how to build a menu for a LCD/button shield: While working on a new Instructable (coming soon) I had decided to use an Arduino Uno with an LCD/button shield I purchased off of AliExpress. It’s a knockoff of the DFRobot Shield. I knew that I needed a menu for my […]
DIY Voltmeter using a simple voltage sensor and Arduino Uno and a Nokia 5110 LCD
https://www.electronics-lab.com/diy-voltmeter-using-simple-voltage-sensor-arduino-uno-nokia-5110-lcd/
In this video we are going to learn how to build our own voltmeter using a very inexpensive sensor. The voltage we measure is then displayed in a Nokia 5110 LCD display. This project is very easy to build and great learning experience. With this project we can measure the voltage of our voltage sources, […]
3.5″ Color TFT display ILI9481 on Arduino Uno and Mega
https://www.electronics-lab.com/3-5-color-tft-display-ili9481-arduino-uno-mega/
In this video we learn how to drive the new, low cost big, 3.5″ Color TFT display for Arduino Uno and Mega. For the written tutorial please check here. A few weeks ago, I discovered this promising new display on Banggood.com and thought that it might be useful in some of our projects. The price […]
DIY 32ch FPV 5.8ghz LCD
https://www.electronics-lab.com/diy-32ch-fpv-5-8ghz-lcd/
Spikey made his own DIY 32ch FPV 5.8ghz LCD. He writes: If you’re like me, you don like buying stuff that’s ready-to-go, but rather build one yourself. We usually spend more money, but it’s way more satisfying I really didn’t want to buy an overly expensive FPV LCD receiver, so I made my own DIY […]
Hacking home weather station transmitter
https://www.electronics-lab.com/hacking-home-weather-station-transmitter/
Bob hacked a home weather station transmitter and made a home thermometer from it. He writes: Recently I’ve found this piece of electronic on the dumpster, it was looking interesting – compact case with battery holder, LCD display, temperature and humidity sensor. It has also radio transmitter, but I’m not interested in it since I […]
Display YouTube Stats on LCD Screen
https://www.electronics-lab.com/display-youtube-stats-lcd-screen/
In this guide “padeath” shows us how to use a 320×240 LCD display with Arduino UNO to display youtube statistics. The stats are updated once in a minute using the google API. This little Instructable will show you how to use a 320×240 pixel LCD screen connected to an Arduino Uno with a network shield […]
Arduino Body Thermometer + LCD I2C
https://www.electronics-lab.com/arduino-thermometer-lcd-i2c/
This is a body thermometer using a thermistor sensor, Arduino and LCD display. I’ve decided to provide a funny Arduino concept thermometer in case its the middle of the night, pharmacies are not working, you are not feeling well and you want to check your body temperature. If you have Arduino by your side, this is […]