Electrical appliances, such as smartphones chargers and room heaters, play a crucial role in our everyday routines. This includes larger devices like air conditioners and washing machines. With the ongoing worldwide energy crisis, it is essential to understand the electricity usage of these devices. Although our monthly electricity bills give us a broad view of […]
Projects
Wireless Communication of Multiple Variables Between 2 Arduinos Using HC-12
In this tutorial, I will show you how to achieve wireless communication of variables between 2 Arduinos using the HC-12 module, that operates from 433,4-473 Mhz. HC-12s are wireless modules for arduino to arduino communication, because they can send multiple variables over long distances-ones up to 1km-using only 2 digital pins, not even PWM pins, […]
Aergia: Android controlled TV Remote(with Speech Recognition) using Arduino
Have you ever faced this situation while sitting on your favorite spot on the couch or recliner, comfortably watching your favorite TV program? You’re snugly tucked under the blanket, the air conditioning is pleasantly cool, the sun outside is shining it’s delicate warm golden rays on the closed window, the air (from the air vents) […]
Getting Started With the ESP8266 ESP-01
The ESP8266 ESP-01 is a module for Wi-Fi that enables microcontrollers to connect to a Wi-Fi network. This module is an independent SOC (System On a Chip) that does not require a microcontroller for managing inputs and outputs like you would typically do with an Arduino, as the ESP-01 functions as a miniature computer. It […]
Sound Localization using Arduino
In theory, it is quite simple to perform sound localization by measuring the phase difference of signals received by two microphones that are far apart in space. The devil is always in the details. I have not come across any project made for Arduino like this before, and I am wondering if it is even […]
Arduino Starter Kit Multi-language
Introduction The Arduino platform has lowered the entry barrier for physical computing and IoT development. However, learning to code is also key. The Arduino Starter Kit Multi-language addresses this with an all-in-one solution for exploring Arduino through multiple programming languages. Included Hardware The kit includes an Arduino Uno, breadboard, jumper wires, LEDs, resistors, and buttons […]
SITWAY
You are never to old to learn and try new things. I think one of the best days in my life was the day I discovered the Instructables web site. It opened up a whole new world to me. This is my third instructable . I really enjoy building anything that I can ride on […]
Arduino Weight Measurement using Load Cell and HX711 Module
Today, we will be measuring weight by connecting a Load Cell and HX711 Weight Sensor with Arduino. Weight machines can be found in various stores, and they show the weight when an item is placed on the weighing platform. Thus, we are constructing a weighing device with Arduino and load cells capable of measuring up […]
VivoGame
VivoGame (something like “liveGame” in english) is a funny 2 players game whose goal is hit a target with a automated dart. One player wear a “glasses” that doesn’t let him see the target. 3 leds that replace each lens, allow the other one, who see the target, moving the first player’s head with a […]
Sweep
Sweeps the shaft of a RC servo motor back and forth across 180 degrees. This example makes use of the Arduino servo library. Hardware Required Arduino Board (1) Servo Motor hook-up wire Circuit Servo motors have three wires: power, ground, and signal. The power wire is typically red, and should be connected to the 5V […]