Archives: Projects
60V to 5V DC-DC Step-Down Converter using LMR16030
The circuit published here is a compact 60V DC-DC Step down Converter that provides 5V DC output and load current up to 3A in compact size. The project is based on LMR16030. The LMR16030 is a 60 V, 3 A SIMPLE SWITCHER® step down regulator with an integrated high-side MOSFET. With...
Continue ReadingProgramming Arduino on Visual Studio Code Editor with Platform.io or Arduino extension
The Arduino IDE is a great programming tool, it is simple to use and it contains probably all resources one will need to build a project, but evaluating it as a code editor, it is a not the perfect tool. It lacks programming aiding features like IntelliSense, code suggestions,...
Continue ReadingESP8266 WiFi Air Conditioner Remote Control
We recently started exploring the ESP8266 boards and today's project is going to be an interesting one based on this WiFi module. We are going to build an ESP8266 based WiFi Air condition Remote Controller. While this project can be adapted to fit any device that uses a remote...
Continue Reading5W High Power LED Driver with PIC12F683
The project described here is small 5W LED driver, that can be used in variety of applications by changing the mcu code. The example code provided is a simple digital toggle switch using two tactile switches. One switch is used for power ON and the other for OFF. The on board small...
Continue Reading4A PWM Controlled Unipolar Stepper Motor Driver using STK672-740
The project published here is a high-performance Unipolar stepper motor driver that offers PWM controlled high current output. An Arduino board and the project published here can be combined to create a good Unipolar stepper motor driver with micro-stepping, supply 36v DC and load...
Continue ReadingUse RC522 RFID module with Arduino and an OLED display – RFID lock
RFID is one of these technologies that change how we interact with other electronic devices and things in our environment. It is used in every application where some unique identifier is required, from retail to security and is also leading the path along several futuristic innovations...
Continue ReadingDIY Altimeter using a NEO UBLOX GPS module, a Color OLED and Arduino
GPS technology plays an important role in our everyday life. From easy human navigation to navigation of aircraft, it helps solving different location-related problems. However, aside from providing location details, the NMEA data obtained from satellites by GPS modules also carry...
Continue ReadingUsing the Geekcreit ILI9325 2.8″ Touchscreen display with Arduino
We've done quite a number of tutorials on the use of several displays with Arduino boards and today we will add another tutorial to that list. We will look at the ILI9325 based 2.8" touchscreen display shown below and how it can be used with the Arduino to deliver a better user...
Continue Reading