Electronic Projects Archives - Engineers Garage https://www.engineersgarage.com/electronic-projects/ Electronic Projects, Electrical Engineering Resources, Makers Articles and Product News Sun, 20 Apr 2025 11:06:47 +0000 en-US hourly 1 https://www.engineersgarage.com/wp-content/uploads/2019/08/cropped-eg-favicon-32x32.png Electronic Projects Archives - Engineers Garage https://www.engineersgarage.com/electronic-projects/ 32 32 How to use IoT-based D2D automation https://www.engineersgarage.com/how-to-use-iot-based-d2d-automation/ https://www.engineersgarage.com/how-to-use-iot-based-d2d-automation/#respond Sun, 30 Mar 2025 22:20:47 +0000 https://www.engineersgarage.com/?p=64649 In this tutorial, we’ll learn how to use device-to-device (D2D) communication to make daily life a little simpler. For example, you’ll be able to control household appliances, such as the coffee machine, a light switch, or the AC — and do so from inside your vehicle. So, if you’re arriving home one evening, the presence…

The post How to use IoT-based D2D automation appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/how-to-use-iot-based-d2d-automation/feed/ 0
IoT-based heart rate monitoring system https://www.engineersgarage.com/iot-based-heart-rate-monitoring-system/ https://www.engineersgarage.com/iot-based-heart-rate-monitoring-system/#respond Sun, 30 Mar 2025 22:18:21 +0000 https://www.engineersgarage.com/?p=65515 In this project we are going to make heart beat monitor system which will be able to send the readings in bpm to the doctor directly through internet using MQTT protocol from anywhere in the world. The ESP 8266 and Arduino are used to read the reading from sensor and then send them to the…

The post IoT-based heart rate monitoring system appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/iot-based-heart-rate-monitoring-system/feed/ 0
Forest fire detection system using IoT sensor network https://www.engineersgarage.com/forest-fire-detection-system-using-iot-sensor-network/ Sun, 30 Mar 2025 22:16:46 +0000 https://www.engineersgarage.com/?p=65239 In this article, we will be detecting a forest fire using an IoT sensor network and making a portable device with battery operation. Getting information about a fire hazard in a forest in time can prevent the forest fire from spreading. The sensor network can give the particular location of the fire as we already…

The post Forest fire detection system using IoT sensor network appeared first on Engineers Garage.

]]>
WhatsApp-based home automation: Protocol bridging with MQTT https://www.engineersgarage.com/whatsapp-based-home-automation-protocol-bridging-with-mqtt/ https://www.engineersgarage.com/whatsapp-based-home-automation-protocol-bridging-with-mqtt/#respond Sun, 30 Mar 2025 22:14:28 +0000 https://www.engineersgarage.com/?p=76277 In this article, we will be controlling devices that do not support WhatsApp but support other communication protocols like MQTT, TCP, IMAP, etc. If a house is installed with home automation devices that do not support Whatsapp, we will communicate with these devices (controllers) using protocols supported by these devices. Thus, we will be able…

The post WhatsApp-based home automation: Protocol bridging with MQTT appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/whatsapp-based-home-automation-protocol-bridging-with-mqtt/feed/ 0
WhatsApp-based home automation https://www.engineersgarage.com/whatsapp-based-home-automation/ https://www.engineersgarage.com/whatsapp-based-home-automation/#respond Sun, 30 Mar 2025 22:12:24 +0000 https://www.engineersgarage.com/?p=71352 In this article, we will learn how to control our IoT home appliances using the messaging app WhatsApp to easily and effectively communicatie with those devices. So we will be sending WhatsApp messages to a number of “lights on,” and lights at our house will turn ON. Components required  Tools Required/ libraries required: WhatsApp API…

The post WhatsApp-based home automation appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/whatsapp-based-home-automation/feed/ 0
How to implement a voltmeter with a 3-digit, 7-segment indicator https://www.engineersgarage.com/how-to-implement-a-voltmeter-with-a-3-digit-7-segment-indicator/ https://www.engineersgarage.com/how-to-implement-a-voltmeter-with-a-3-digit-7-segment-indicator/#respond Mon, 17 Mar 2025 21:39:56 +0000 https://www.engineersgarage.com/?p=82751 This article explores the implementation of a voltmeter using the AnalogPAK SLG47011, featuring a 3-digit, 7-segment dynamic display. The design leverages the device’s ADC with a programmable gain amplifier (PGA) for voltage measurement, while the Memory Table and Width Converter enable dynamic visualization on the display. Depending on the switch position, the voltmeter operates in…

The post How to implement a voltmeter with a 3-digit, 7-segment indicator appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/how-to-implement-a-voltmeter-with-a-3-digit-7-segment-indicator/feed/ 0
How to wake ESP32 from deep sleep using EXT1 https://www.engineersgarage.com/how-to-wake-esp32-from-deep-sleep-using-ext1/ https://www.engineersgarage.com/how-to-wake-esp32-from-deep-sleep-using-ext1/#respond Tue, 04 Mar 2025 17:12:08 +0000 https://www.engineersgarage.com/?p=82666 In the previous project, we discussed how to wake ESP32 using EXT0. ESP32 supports five power modes: active, modem sleep, light sleep, deep sleep, and hibernation. For battery-powered or Internet-of-Things (IoT) applications, deep sleep mode is particularly useful. In this mode, the ESP32 powers down most components, including the CPU, flash memory, Wi-Fi, Bluetooth, and…

The post How to wake ESP32 from deep sleep using EXT1 appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/how-to-wake-esp32-from-deep-sleep-using-ext1/feed/ 0
How to design an ESP32-based text-to-speech engine https://www.engineersgarage.com/how-to-design-an-esp32-based-text-to-speech-engine/ https://www.engineersgarage.com/how-to-design-an-esp32-based-text-to-speech-engine/#respond Wed, 19 Feb 2025 21:56:21 +0000 https://www.engineersgarage.com/?p=82560 Text-to-speech (TTS) engines are widely used in assistive technology, communication systems, and automation in various industries. They’re essential for individuals with visual impairments or reading disabilities, enabling them to access written content audibly. TTS also assists students with dyslexia, language learners, and individuals with learning difficulties. Virtual assistants like Siri, Alexa, and Google Assistant also…

The post How to design an ESP32-based text-to-speech engine appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/how-to-design-an-esp32-based-text-to-speech-engine/feed/ 0
How to design a distance meter using ESP32 https://www.engineersgarage.com/how-to-design-a-distance-meter-using-esp32/ https://www.engineersgarage.com/how-to-design-a-distance-meter-using-esp32/#respond Tue, 21 Jan 2025 22:50:47 +0000 https://www.engineersgarage.com/?p=82427 The Internet of Things (IoT) has transformed how we interact with one another and our environment. As devices become smarter and more connected, do-it-yourself (DIY) projects have become increasingly popular. One such project involves developing a distance meter using the ESP32, a versatile microcontroller with built-in Wi-FI, Bluetooth connectivity, and diverse capabilities. This project highlights…

The post How to design a distance meter using ESP32 appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/how-to-design-a-distance-meter-using-esp32/feed/ 0
How to create an RFID-based locker system using Arduino https://www.engineersgarage.com/how-to-create-an-rfid-based-locker-system-using-arduino/ https://www.engineersgarage.com/how-to-create-an-rfid-based-locker-system-using-arduino/#respond Fri, 17 Jan 2025 10:00:42 +0000 https://www.engineersgarage.com/?p=82396 Need somewhere to secure a few items? No problem! In this project, we’ll design an RFID-based locker system that offers a reliable and convenient solution for securing objects using radio frequency identification (RFID) technology. Working operation: The RFID locker system The RFID reader scans a unique tag, and if it matches a pre-registered one, the…

The post How to create an RFID-based locker system using Arduino appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/how-to-create-an-rfid-based-locker-system-using-arduino/feed/ 0
How to design an Arduino-based traffic light system https://www.engineersgarage.com/arduino-based-traffic-light-system-for-four-way-crossroad/ https://www.engineersgarage.com/arduino-based-traffic-light-system-for-four-way-crossroad/#respond Wed, 15 Jan 2025 13:13:51 +0000 https://www.engineersgarage.com/?p=82378 Traffic light systems are important signaling devices that regulate the flow of vehicles and pedestrians at intersections, crosswalks, and other critical areas. These systems use three primary lights — red, yellow (amber), and green — to manage traffic effectively and ensure safety. In this project, we’ll create a traffic light system for a four-way intersection…

The post How to design an Arduino-based traffic light system appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/arduino-based-traffic-light-system-for-four-way-crossroad/feed/ 0
How to capture images using ESP32-CAM and an SD card https://www.engineersgarage.com/arduino-esp32-cam-image-storage-sd-card/ https://www.engineersgarage.com/arduino-esp32-cam-image-storage-sd-card/#respond Tue, 07 Jan 2025 13:56:49 +0000 https://www.engineersgarage.com/?p=82354 The ESP32-CAM is a widely used development board for embedded vision applications. It combines the ESP32 microcontroller with an OV2620 camera module, and the ESP32 itself comes with built-in Wi-Fi and Bluetooth capabilities. Previously, we created a video streaming server using the ESP32-CAM to troubleshoot potential operational issues with the module. In this project, we’ll…

The post How to capture images using ESP32-CAM and an SD card appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/arduino-esp32-cam-image-storage-sd-card/feed/ 0
How to design an Arduino-based meditation device https://www.engineersgarage.com/arduino-based-chakra-meditation-device/ https://www.engineersgarage.com/arduino-based-chakra-meditation-device/#respond Tue, 10 Dec 2024 13:37:04 +0000 https://www.engineersgarage.com/?p=82259 Meditation is a practice that involves focusing the mind and cultivating awareness, often to achieve a state of mindfulness, mental clarity, inner peace, or spiritual connection. It’s used across cultures and traditions to reduce stress, improve emotional well-being, and enhance self-awareness — making it a valuable tool for mental and physical health. There are several…

The post How to design an Arduino-based meditation device appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/arduino-based-chakra-meditation-device/feed/ 0
How to create a geofence using Arduino https://www.engineersgarage.com/how-to-create-a-geofence-using-arduino/ https://www.engineersgarage.com/how-to-create-a-geofence-using-arduino/#respond Wed, 04 Dec 2024 14:52:59 +0000 https://www.engineersgarage.com/?p=82297 Geofencing is a technology that creates virtual boundaries around a specific physical location using tools like GPS, Wi-Fi, RFID, or cellular networks. It enables control over the movement or use of an object or device within a defined geographic area. To establish geofencing, virtual parameters are set around a designated area using special software that…

The post How to create a geofence using Arduino appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/how-to-create-a-geofence-using-arduino/feed/ 0
Atmega 32u4 Based USB Number Pad (Part 7/25) https://www.engineersgarage.com/atmega-32u4-based-usb-number-pad-part-7-25/ https://www.engineersgarage.com/atmega-32u4-based-usb-number-pad-part-7-25/#respond Thu, 21 Nov 2024 06:45:19 +0000 http://engineersgarag-main/atmega-32u4-based-usb-number-pad-part-7-25/ How keyboards are made? This has been already discussed in Atmega 32u4 based Generic USB Keyboard project. A number pad is also a kind of keyboard having the keys for decimal digits and the basic arithmetic operations. Building from the keyboard project, a basic numeric keypad that will work with all the operating systems is designed in the following project. The keypad will have ten keys for the decimal digits and one key for multiplication, division, subtraction, addition and equals each. Each of these digits or operations has unique keycode assigned. The project utilizes 8-bit USB AVR - Atmega 32u4 as the USB controller chip to pass the keycodes to the computer in a format dictated by the USB protocol and uses AVR based Lightweight USB Framework (LUFA) as the firmware to implement the protocol itself.

The post Atmega 32u4 Based USB Number Pad (Part 7/25) appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/atmega-32u4-based-usb-number-pad-part-7-25/feed/ 0
Atmega 32u4 Based Password Generator (Part 6/25) https://www.engineersgarage.com/atmega-32u4-based-password-generator-part-6-25/ https://www.engineersgarage.com/atmega-32u4-based-password-generator-part-6-25/#respond Thu, 21 Nov 2024 06:44:09 +0000 http://engineersgarag-main/atmega-32u4-based-password-generator-part-6-25/ Like computers have become part and parcel of daily lives, the passwords have too. From operating systems to website logins, the most common and secured way to get access is the password protection. The passwords just serve like the keys. Like the keys open physical locks, the passwords open the digital locks for access to operating systems and other software or website.  Generally users need to type the password in a textbox and press some button to get access to OS, software or website. While typing the password, it can be seen by an onlooker or tracked by key logging. This project is a USB device that will store the user passwords and print it out to a login window just by pressing a single button.

The post Atmega 32u4 Based Password Generator (Part 6/25) appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/atmega-32u4-based-password-generator-part-6-25/feed/ 0
Atmega 32u4 Based Digital Business Card (Part 5/25) https://www.engineersgarage.com/atmega-32u4-based-digital-business-card-part-5-25/ https://www.engineersgarage.com/atmega-32u4-based-digital-business-card-part-5-25/#respond Thu, 21 Nov 2024 06:43:18 +0000 http://engineersgarag-main/atmega-32u4-based-digital-business-card-part-5-25/ Business cards are commonly used to give away the business related information to the clients or customers. Business cards are just another means to promote the business and establish an identity or brand. The companies and firms usually issue business cards for all the officials holding important designations. A business card has the information like name of the card holder, designation of the card holder, name of the business organisation, address and contact details of the person or the business organisation. This project is a digital version of business card and allows to relay the business related information digitally on a computer screen or browser. The project is an USB Plug and Play device that prints the business card information on any text editor weather a desktop application or a textbox on browser on the press of a single button. The project has been built on Atmega 32u4 based Generic USB Keyboard project which was based on making a generic USB Keyboard.

The post Atmega 32u4 Based Digital Business Card (Part 5/25) appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/atmega-32u4-based-digital-business-card-part-5-25/feed/ 0
Atmega 32u4 Based Edit Keypad (Part 4/25) https://www.engineersgarage.com/atmega-32u4-based-edit-keypad-part-4-25/ https://www.engineersgarage.com/atmega-32u4-based-edit-keypad-part-4-25/#respond Thu, 21 Nov 2024 06:42:36 +0000 http://engineersgarag-main/atmega-32u4-based-edit-keypad-part-4-25/ In Atmega 32u4 based Generic USB Keyboard project is already learnt that How a generic USB Keyboard is made. Building upon the same project, this project is about building a special keypad to interact with the windows operating system. The keypad will be called Edit keypad and will have three buttons to do cut copy and paste functions. On a typical generic keyboard, for doing cut copy and paste, combination of keys is required to press together. The edit keypad will do the stated operations just by pressing individual keys of the keypad. The project utilizes 8-bit USB AVR - Atmega 32u4 as the USB controller chip and uses AVR based Lightweight USB Framework (LUFA) as the firmware which is modified to work for the edit keypad.

The post Atmega 32u4 Based Edit Keypad (Part 4/25) appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/atmega-32u4-based-edit-keypad-part-4-25/feed/ 0
Atmega 32u4 Based Browser Keypad (Part 3/25) https://www.engineersgarage.com/atmega-32u4-based-browser-keypad-part-3-25/ https://www.engineersgarage.com/atmega-32u4-based-browser-keypad-part-3-25/#respond Thu, 21 Nov 2024 06:41:58 +0000 http://engineersgarag-main/atmega-32u4-based-browser-keypad-part-3-25/ How a generic USB Keyboard is made has already been explained in Atmega 32u4 based Generic USB Keyboard project. Building upon the previous project, this project is about building a special keypad to control the browser functions. When using a browser, it is usually needed to press a combination of keys to do various tasks. These tasks include opening/closing tab, refreshing, switching tabs etc. This Browser Keypad project will allow to do the common browser tasks by pressing the single keys of the keypad. The project utilizes 8-bit USB AVR - Atmega 32u4 as the USB controller chip and uses AVR based Lightweight USB Framework (LUFA) as the firmware which is modified to work for this special keypad.

The post Atmega 32u4 Based Browser Keypad (Part 3/25) appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/atmega-32u4-based-browser-keypad-part-3-25/feed/ 0
Atmega 32u4 Based Generic USB Keyboard (Part 2/25) https://www.engineersgarage.com/atmega-32u4-based-generic-usb-keyboard-part-2-25/ https://www.engineersgarage.com/atmega-32u4-based-generic-usb-keyboard-part-2-25/#respond Thu, 21 Nov 2024 06:40:17 +0000 http://engineersgarag-main/atmega-32u4-based-generic-usb-keyboard-part-2-25/ The Mouse and keyboard are most common computer peripherals. While mouse is a pointing device and helps in tapping the GUI elements of the screen, the keyboard has greater role to play with handling data input as well as has ability to navigate through GUI elements of a screen. Nowadays the keyboards interface with the computers through USB cable and use USB protocol to send data inputs to the computers. The wireless type keyboards generally use Bluetooth to send data inputs to the computers. In fact, wireless keyboards also use an external pluggable device which ultimately connects through the PC by USB Port. This project is to demonstrate the basic functioning and working of a generic USB keyboard. The 8-bit USB AVR - Atmega 32u4 is used as the device controller chip in the project. 

The post Atmega 32u4 Based Generic USB Keyboard (Part 2/25) appeared first on Engineers Garage.

]]>
https://www.engineersgarage.com/atmega-32u4-based-generic-usb-keyboard-part-2-25/feed/ 0