Archives: Projects
PIC Arduino with RS485
This board created for makers, who want to use various Arduino UNO shields using PIC microcontrollers from Microchip. Board facilitates the use of any 28 PIN SMD SO PIC microcontrollers without crystal (internal oscillator). Project also can be used to develop RS485 application with...
Continue ReadingMC33035 Brushless motor driver breakout board
The board shown here is a breakout board for MC33035 brushless motor controller. It requires an output buffer IPM module or MOSFETs to complete a closed-loop brushless motor driver circuit. MC33035 IC is the heart of the project. The board provides 6 PWM pulses as well as 6 Inverse...
Continue ReadingArduino distance meter with Ultrasonic Sensor (HC SR04) and Nokia 5110 LCD display
Introduction Measuring distance is so important in today's world that things like driverless cars will be impossible without it, that description is probably enough to describe how important knowing the distance between two objects can be. For that reason, today we will be building a...
Continue ReadingArduino Communication with an Android App via Bluetooth
Introduction 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...
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 multicolor LED light. Arduino Nano is used to generate PWM signal for RGB LED...
Continue ReadingArduino UV Meter using the UV30A Ultraviolet Sensor
Introduction 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...
Continue ReadingSimple Arduino Data Logger
Introduction 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...
Continue ReadingInterfacing Arduino with Micro SD card Module
Introduction Often times, we have the need for a way to store data in our projects, and most of the time, the EEPROM which comes readily to mind has a limited storage capacity, and issues with the format and nature of data it can hold. All this and more makes it probably not the best...
Continue Reading