Tag: LCD
Arduino Geiger–Müller counter with LCD display
Bob tipped us with his latest project. It's a custom Arduino shield able to communicate with a Geiger-Muller counter and display data on a LCD display. The data are displayed in two layouts: bar graph of the pulses in one minute interval and histogram of the gathered data. In the...
Continue ReadingCameraShutter – Control your DSLR camera
Control your DSLR to take a picture every x seconds for x minutes, fully configurable via LCD menus. CameraShutter - Control your DSLR camera -...
Continue ReadingAn Atmega library for multiple HD44780 LCDs
Davide Gironi has posted an I2C multiple HD44780 AVR Atmega library: This library implements a driver for HD44780 lcd connected through PCF8574 port expander. Data is transmitted using only 2 wire over i2c with the PCF8574. This library can drive up to 8 LCD concurrently. Lcd...
Continue ReadingExternal Hardware Monitor
Vincenzopaolo FlameE @ instructables.com shows us how to create an external hardware monitor based on Arduino and Nokia LCD display. Communication with the PC is done using Visual Basic program. Hi guys! Today I will show you how create an external hardware monitor with any Arduino...
Continue ReadingHow to interface OLED 0.96inch LCD with Arduino
This tutorial is going to teach you the basics on using OLED 0.96inch LCD128x64 with Arduino. OLED 0.96 inch is a monochrome graphic display module with a built-in 0.96 inch, 128X64 high-resolution display. OLED 0.96inch is able to work despite the absence of backlight. In a dark...
Continue ReadingMake Your Own Smartwatch From An Old Cell Phone
Have an old cell phone laying around? Don’t know what to do with it? What if I told you that you could turn that old cell phone into a smartwatch! What I’d like to do for this crazy/ambitions project is turn an old cell phone into a smartwatch. So obviously an old cell phone is...
Continue ReadingLCD 16×2 Interface with Raspberry Pi
shubhamtrivedi95 @ instructables.com shows how to interface a 16x2 LCD display on Raspberry Pi. Sample code is provided. LCD 16x2 Interface with Raspberry Pi -...
Continue ReadingArduino + 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...
Continue Reading