Category: Arduino
16×2 LCD Shield for Arduino Nano
This 16×2 LCD shield for Arduino Nano includes various addons, like 5 Tactile Switches, 3 Trimmer Potentiometers, LM35 Temperature sensor and the 16×2 LCD itself. It’s a compact shield designed to fit in small enclosures and it is intended to develop measuring devices like...
Continue ReadingUsing a 16×2 I2C LCD display with ESP32
A few weeks ago, we examined the features of ESP32 module and built a simple hello world program to get ourselves familiar with the board. Today, we will continue our exploration of the ESP32 on a higher level as we will look at how to interface a 16×2 LCD with it. Displays provide a...
Continue ReadingArduino SIM unveiled
Arduino has launched Arduino SIM, which is a SIM-only service exclusively for IoT (internet of things) devices based on the Arduino platform. It provides developers and manufacturers cellular access to the Arduino IoT Cloud platform from over 100 countries with a single data plan and...
Continue ReadingSingle-Battery Charger and Fuel Gauge Reference Design for Arduino Platforms
The MAXREFDES96# from Maxim Integrated Products is an Arduino Uno R3-compatible board that provides battery charge, boost, and data-logging capabilities. The board can be operated tethered to a power supply or computer to charge a battery and operate untethered to use the battery to...
Continue ReadingUsing Interrupts with Arduino
We can say that an Interrupt is an automatic transfer of software execution in response to a hardware event that is asynchronous with the current software execution. As it’s name says, interrupts, “interrupt” the normal program flow to perform an action (run another code block,...
Continue ReadingArduino Menu Tutorial with a Rotary Encoder and a Nokia 5110 LCD display
In our last tutorial, we examined how to create a menu for your Arduino project on a Nokia 5110 LCD, with push buttons to navigate through it. In today’s tutorial will build a modified version of it as we will use a rotary encoder (in place of the push buttons) for menu navigation. A...
Continue ReadingMenu on Nokia 5110 LCD display with Arduino
We have published quite a number of tutorials using different displays with the Arduino, with the most recent being the tutorial on displaying graphics on all kind of displays with Arduino. For today’s tutorial, we will look into achieving more with displays by implementing a menu...
Continue ReadingTextToSpeech – Multi languages/voices packs in SD card.
Add speech to your projects. Raspberry & Arduino compatible. Use 'serial port' to send speech text in any language. .WAV Player. Make it simple to add speech to any of your projects. It only takes 3 wires to connect it with an Arduino or a Raspberry. By coping a .WAV file on...
Continue Reading