Category: Arduino
Arduino Communication with an Android App via Bluetooth
With the arrival of the IoT and the need for control, devices now need to do more than perform the basic functions for which they are built, they need to be capable of communicating with other devices like a mobile phone among others. There are different communication systems which can...
Continue ReadingESP32 Deep Sleep Tutorial for Low Power Projects
Our friends on educ8s.tv uploaded a new video. Check it out. Welcome to this ESP32 Deep Sleep tutorial with the Arduino IDE! Today we are going to learn how to put the ESP32 chip into the Deep Sleep mode in order to conserve power and make our projects battery friendly. There is a...
Continue ReadingRGB Led Driver Shield for Arduino Nano
This is my second project for LED Driver based on CAT4101 IC. The first project was for single White LED. This project has been designed to drive 3 channels of RGB LEDs with PWM signal which helps to create multi-color LED light. Arduino Nano is used to generate PWM signals for RGB LEDs...
Continue ReadingArduino UV Meter using the UV30A Ultraviolet Sensor
Ultraviolet rays, also known as UV for short are rays emitted by sun. Due to the depletion of the ozone layer, these rays tend to get to extreme levels that could lead to sunburns etc for those under it, that’s why daily and hourly forecast of the UV index is always available to help...
Continue ReadingSensiBLEduino – A full fledge ‘hardware-ready’ development kit for IoT and supports Arduino
IoT which translates to the Internet of Things has been a significant buzz for the last five years while disrupting major Industries (from Agriculture, Energy, Healthy, Sports and several others). IoT adoption has seen rapid development in the makers' world, with different makers and...
Continue ReadingSimple Arduino Data Logger
A data logger is an electronic device or instrument that records data over a period of time. It allows the user to record time or location stamped data which can be viewed at a later time or real time. Irrespective of the type of data being logged or the kind of data logger, these...
Continue ReadingInterfacing Arduino with Micro SD card Module
We published a new tutorial in partnership with Nik Koumaris from educ8s.tv. Often, we have the need for a way to store data in our projects, and most of the time, the EEPROM has not enough storage and the storage size is limited. It also has issues with the format and nature of data...
Continue ReadingESP32 E-Paper Thermometer with a DS18B20 Sensor
Our friends on educ8s.tv published a new video. Check it out. In this ESP32 project video, we are going to use an E-Paper display and a DS18B20 temperature sensor to build a low-power thermometer. We are going to use the Arduino IDE to program to ESP32 board. ! It is a very easy...
Continue Reading