In this instructable, you will be taught how to make a decorative robot head light by using RGB LED lights to create a visual effect in the robot’s mouth, the lights can shine brightly colored rainbow lights back and forth, almost as if the robot is tryiing to communicate! This design can be used at […]
Projects
Social Distancing Robot
This instructable was created in fulfillment of the project requirement of the Make course at the University of South Florida (www.makecourse.com). The Social Distancing Robot is a robot concerned with its health in the midst of the current pandemic. It has an RGB LED to indicate how close you are to it. If you are […]
Kid’s Control Panel With Arduino(s)
Since getting an Arduino starter kit I was wondering what to make of all those fancy buttons, shiny LEDs, touchscreen LCD displays… I was thinking about weather station, but I was told that in the maker’s world, weather station is like a “Hello World” app. Like playing “Stairway to Heaven” in a guitar store. Then, when […]
COVID-safe Useless Box
This instructable was created in fulfillment of the project requirement of the Makecourse at the University of South Florida (www.makecourse.com) Supplies One (1) Arduino Uno One (1) Adafruit 16-Channel 12-bit PWM/Servo Driver – I2C interface – PCA9685 Two (2) MG995 Metal Gear Servo One (1) SG90 Servo One (1) MTS-101 2 Terminal 2 Position SPST […]
Measuring the Boiling Point of Liquefied Gases Using Arduino and PhyPhox
A substance that is in a liquid state is constantly evaporating or passing into the gaseous state (depending on the intermolecular forces and temperature). The pressure exerted by the gaseous molecules produced in this process is known as vapor pressure. The vapor pressure depends on the temperature in such a way that at higher temperature […]
A Shuttle Mission Control Mock-Up for Kids
A Mission Control Center for children was constructed to manage a pretend launch of the space shuttle. I wanted to play-out the make believe mission with nothing but LED lamps to tell the story; both 7-segment displays and graphic displays with LED lights strategically mounted. I tried to keep it straight forward and sequential with […]
ESP32 CAM WEB Server and Getting Started Guide
This Instructables is all about setting up ESP32 CAM Webserver. The goal here is to connect ESP32 CAM with FTDI Module and program it with the CAM WEB SERVER sketch which will allow us to monitor the camera feed via a web app. The Next Level of this project is to make a ROCK SOLID […]
Tom the Tortoise Thief
I had 8 small and really old servos, as well as an ESP32 that was soldered onto a copper stripboard. I therefore decided to make a walking quadruped that would have something sticky on it’s stomach, allowing it to pick things up secretly when it belly flopped, (Like a card). Because I only had 8 […]
Wizard Chess
Wizard Chess is a form of chess originally invented by J.K. Rowling in Harry Potter and the Sorcerer’s Stone. The characters give verbal commands to the chess pieces and they move by magic. Seems impossible right? Not anymore! Using an Arduino Uno, along with an XY plotter, Wizard Chess can be recreated in real life! You […]
Machine Learning With the Arduino: Air Quality Prediction Learning With the Arduino: Air Quality Prediction
Air Quality Prediction is a project that balances Arduino development and Machine Learning. I have always found the world of machine learning captivating but was never able to run models on real-time data. Arduinos provide the solution with a vast array of sensors supported on their microcontrollers. As a result, I knew that I wanted […]