This project details the development of a wireless Arduino frequency meter capable of determining the frequency of AC sinusoidal waveforms between 50Hz and 3kHz. Figures 1 and 2 depict the prototype hardware constructed for the transmitting and receiving functions. Figure 1 shows the transmitting circuit board which incorporates the frequency sensing components. Figure 2 presents […]
Projects
Track Your Valuables with the Unbeatable Power of Arduino and GPS!
It is common for parents to feel concern for their children when they are apart. Questions arise around whether the kids made it safely to school, if they are alone at home, or playing with friends at the park. Ensuring a child’s well-being when away creates worry that is familiar to caregivers worldwide. The natural […]
Grab Control of Industrial Automation with This DIY Joystick System
This system allows remote control of up to four industrial devices using a joystick and Arduino Nano microcontroller board. Figure 1 presents a block diagram of the joystick-controlled industrial automation setup. Key components include: An Arduino Nano which processes signals from the joystick and outputs control commands. A joystick module that generates analog position readings […]
Smart Washroom: Experience Hands-Free Lighting with IR Sensors
This Arduino Uno and IR sensor-based system automatically controls the lighting in a bathroom connected to AC mains power. The IR sensors detect when a person enters or exits the room. Upon detection of entry, the light bulb or tube light is immediately switched on. When the sensors no longer detect a presence, the lighting […]
Bluetooth 5.3 SoC: The Future of Wireless Connectivity
Description The BlueNRG-LPS is an ultra-low power programmable Bluetooth Low Energy wireless system-on-chip (SoC) solution from STMicroelectronics. It includes highly optimized 2.4 GHz radio IPs for excellent radio performance and minimal power consumption, allowing for exceptional battery life. The BlueNRG-LPS supports Bluetooth Low Energy 5.3, enabling point-to-point connections and Bluetooth Mesh networking to reliably establish […]
Arduino Programming with .NET and Sketch
Introduction Arduino serves as a development platform for creating embedded applications, incorporating a variety of sensors and actuators. It relies on open-source hardware, offering a range of Arduino models for your development needs. This book is tailored for developers, particularly those proficient in .NET, who aim to craft Arduino programs for both general and specialized […]
Ultrasonic Security System
This tutorial provides a straightforward guide for crafting a small security device with an Arduino. Step 1: Assemble Materials Step 2: Setup Attach a red wire from the 5V pin on the Arduino to the positive segment of the breadboard. Establish a connection with a black wire from the GND pin on the Arduino to […]
Sensors Guide
The intention behind this guide is to furnish valuable insights into the typical sensors employed in the RAD SLDP. It’s worth noting that sensors produced by various manufacturers might have slight variations compared to the ones outlined in this guide, but comprehensive documentation for all these sensors can be easily accessed online. If you require […]
Awesome Arduino Projects for Engineers and Students
Are you in search of intriguing and innovative Arduino project ideas? Look no further! Below, you’ll find an assortment of captivating and distinctive project concepts that can be pursued with Arduino. These projects span a broad spectrum of applications, including home automation, the creation of smart gardening systems, robot construction, IoT device design, and even […]
Create a PCB light panel with touch capacitive technology for managing a NeoPixel LED strip
In this guide, we will illustrate the process of crafting a touch capacitive PCB with an ATMega328P IC, designed to oversee Neo-Pixel LED strips. Our PCB boasts versatile capabilities, encompassing music-reactive, random animation, and RGB control modes. Building on our prior exploration of touch capacitive technology in the touch capacitive piano tutorial, this project focuses […]