Choose The Best Display For Your Arduino Project
https://www.electronics-lab.com/choose-best-display-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 have three types of displays: […]
DIY Spectrum Analyser
https://www.electronics-lab.com/diy-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 sampled data. Here is the preliminary code […]
Weather Station Based On ChipKIT
https://www.electronics-lab.com/weather-station-based-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 operate at 3.3V. It contains: PIC32MX320F128H processor 128K Flash, 16K RAM Up to 80 MHz operating speed 42 available […]
Arduino Geiger–Müller counter with LCD display
https://www.electronics-lab.com/arduino-geiger-muller-counter-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 previous posts I’ve described a […]
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]
Weather Station Project with ATMEGA328P, DHT22, BMP180, BH1750 and a Nokia 5110 LCD
https://www.electronics-lab.com/weather-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 intensity sensor and a Nokia 5110 […]