Category: Arduino
SIM800L GSM module with Nokia 5110 LCD and Arduino
Over the past few tutorials, we have explored different projects that involve building GUI interfaces and menu on the Nokia 5110 LCD display. For today’s tutorial, we will do something similar to that but we will kick it up a notch by introducing a GSM module which will help us put a...
Continue ReadingIsolated High Power DC Solid-State Relay Shield for Arduino
Isolated high power Mosfet DC solid state relay shield allows you to control high current DC load in switching or PWM control mode. The project can be used in wide verity of applications like DC-DC Converters, inverters, DC motor control, solenoid, LED Dimmer, battery chargers and it...
Continue ReadingLED gravity balance simulates a moving particle
This is a nice project by Roel Arits. The project appeared on www.elektormagazine.com and you can find the source files there. This project has no practical use at all, but was initiated as an exercise in implementing physics formulas related to gravity in C-code on an Arduino. To make...
Continue ReadingArduino Voltmeter using SH1106 OLED display
A voltmeter is an important tool on the workbench of every electronics hobbyist, maker or hardware design engineer. As its name suggests, allows the user to measure the voltage difference between two points. For today’s tutorial, we will look at how you can build an Arduino based...
Continue ReadingNokia 5110 LCD based Arduino Datalogger with Menu
Over time, we have built several Arduino based weather stations, real-time clocks, dataloggers and a dozen of projects based on Nokia 5110 LCD display. For today’s tutorial, we will merge all that we have learned from each of those tutorials and we will build a datalogger with a...
Continue ReadingArduino FM Radio Receiver with TEA5767 and a Nokia 5110 LCD display
FM radio transmitters and receivers are one of the projects that fascinated a lot of people and drove them to become makers. The lure of being able to deploy your own radio station, or build your own surveillance(-like) devices was what encouraged most of us to build our first fm...
Continue ReadingInfraRed Robot Controller Shield For Arduino Nano
This compact Infrared robot controller is based on Arduino Nano and L298 H-Bridge. The Nano shield can be used in various DC Motor driver applications using infra-red remote control or speed controller using trimmer potentiometer and direction control with help of slide switch. The...
Continue ReadingProgramming STM32 Based Boards with the Arduino IDE
Since it’s inception the Arduino IDE has demonstrated the desire to support all kind of platforms, from Arduino clones and variations of different manufacturers to third party boards like the ESP32 and ESp8266. As more people get familiar with the IDE, they are beginning to support...
Continue Reading