Tag: Nokia 5110 LCD
DS18B20 Sensor Based Thermometer with Nokia 5110 LCD display
Hi guys welcome to this tutorial. Today we will be building a simple temperature monitor using the DS18B20 sensor with a Nokia 5110 LCD Display and an Arduino mega. The DS18B20 digital temperature sensor gives a 9-bit to 12-bit Celsius temperature readings and also has an alarm...
Continue ReadingRotary Encoder with Arduino and Nokia 5110 LCD Tutorial
Today we will take a look at using a rotary encoder with Arduino and displaying rotation data on the Nokia 5110 LCD display. A rotary encoder is an Electro-mechanical device that converts angular position or the rotation of a shaft into analog or digital values. By turning the shaft to...
Continue ReadingChoose The Best Display For Your Arduino Project
Have you ever been unsure which display you should be using in your next project? This tutorial from educ8s.tv will come in handy for choosing the best display for your each and every Arduino project! There are lots of choices, so let’s talk about each one of them. Basically, you...
Continue ReadingDIY Spectrum Analyser
Alan X has been working on a spectrum analyser project that can show the spectrum visually! He started working with ATTiny85 and kept on updating the project over time. Alan X used Goertzel's algorithm with a Hamming window, this algorithm can be used to detect a frequency from...
Continue ReadingWeather Station Based On ChipKIT
ChipKIT Uno32 by Digilent is an easy-to-use platform for developing microcontroller-based applications. It uses chipKIT-core development environment and Arduino IDE for compatibility with existing code examples, tutorials and resources. Pin-compatible with many Arduino shields that can...
Continue ReadingArduino 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 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 ReadingWeather Station Project with ATMEGA328P, DHT22, BMP180, BH1750 and a Nokia 5110 LCD
This is an Arduino powered Weather Station Project that can run on batteries for almost a year! In order to achieve that we use a bare ATMEGA328 chip along with some accurate sensors. We use the DHT22 temperature and humidity sensor, a BMP180 barometric pressure sensor, a BH1750 light...
Continue Reading