Archives: Projects
Arduino based Milliohm Meter with LCD display
One of the best things about being a maker is the ability to make your own tools. We have covered the development of several electronics tools in past, from voltmeters to battery testers. For today's tutorial, we will add another tool to the list by examining the development of a Miliohm...
Continue Reading0 to 5V output Analog Hall Sensor for Foot Controller
This project includes an analog Hall Effect sensor and an Op-Amp circuit which can be used as position or angular sensing with the benefits of no contact and wearing, high stability and wide sensing range. Two configurations of the magnet and Hall sensors are analyzed. Trimmer...
Continue ReadingESP32 LoRa Sensor Monitoring with Web Server (Long Range Communication)
I'm a big fan of the ESP32 boards because of the number of communication options they managed to squeeze on the board, but I became more impressed recently when I came across the TTGO LoRa32 development boards which adds LoRa to the onboard communication features of the ESP32. The...
Continue ReadingESP8266 based Online Weather Widget using Wemos D1
A few years back I wrote this tutorial on connected weather monitor with plans of creating a 3D printed enclosure to make it portable and easy to use. I never got around doing that but a few days ago, I came across a similar project built by BitsandBlobs, which went as far as creating the...
Continue ReadingProximity Distance Sensor using DRV5053 Hall effect Sensor
This is a hall sensor proximity sensor that can detect magnetic targets approaching the sensor, without physical contact with the target. This sensor also can be used to detect the distance range 0-4cm (0-40mm). The target distance can be adjusted using the onboard trimmer...
Continue ReadingIntroduction to LoRa – Send data between two Arduino using LoRa
Selecting the right communication protocol is an important part of any IoT project as not being able to communicate with the server/device cloud quickly takes away the "I" in IoT and could lead to the ultimate failure of the project. Several communication protocols exist, from WiFi and...
Continue ReadingVideo Streaming Server on ESP32-CAM
A while back, I noticed an ESP32 based Camera board called the ESP32-CAM on LCSC.com, and planned on getting one to play with but didn't get the chance until recently when I saw a tutorial by Rui Santos based on the board. I feel its a nice board and today's tutorial will focus on...
Continue ReadingDual Forward/Reverse DC Motor Driver with Brake for Robots
This high current forward-reverse DC motor driver is built using STK681-332 IC from ON Semiconductor. The circuit can drive brushed DC Motor with up to 12 A peak current. The circuit requires 3 input signals: Enable for PWM input for speed control, IN1 and IN2 to change the motor...
Continue Reading