Category: Arduino
Adafruit Metro 328 – An Arduino Uno Compatible Development Board
The Adafruit Metro 328 development board is an alternative to the Arduino Uno with an equivalent and compatible board design. It's designed and manufactured by Adafruit. The Metro 328 just like other Arduino Uno clones is also based on the famous Atmega 328P that has been used in...
Continue ReadingArduino 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 Reading