Hi makers, do you want to own a wordclock?There are a lot of nice instructions all over the web, but You’ve no access to a 3D printer and cnc machines to cut, laser or mill You don’t want to waste time and nerves fiddling with itsy-bitsy parts You don’t want to waste money, if there is […]
Projects
Arduino Hello World Blink Code
This is a basic example how arduino works. In this arduino projects you’ll see how arduino control LED on for 1 second and off for 1 second repeatedly. Instruction; 1) Connect cathode lead of LED (shorter lead) to ground pin and anode lead of LED (longer lead) to pin 13. Upload this code to your […]
Autonomous Autonavigation Robot using Arduino
This is a step by step guide to build an autonomous navigation robot. We use the Arduino microcontroller to control this robot. We have two different programs for this robot. The first enables the robot to drive around and avoid anything that gets in its way. This avoiding obstacles program uses two ultrasonic sensors. Our […]
2 Bit Adder Binary and Decimal Calculator
By: Sonya Singh Computer Engineering Step 1: Project Overview Have you ever dreamed of building a 2-bit adder calculator, which can display the results in both binary and decimal? Well, look no further – Through this guide, your dreams have finally come true! Not only will you learn to build the adder, but you’ll also […]
AAA Robot (Autonomous Analog Arduino)
The AAA Robot is a perfect robot for beginners. It is versatile, easy to build, and discusses many of the topics roboticists need to learn, including but no limited to transistor switches, motor driving nad analog sensors. This Instructable includes step-by-step instructions on how to build your very own robot. This robot has two modes, […]
How to Motorize a Camera Slider (Battery Powered)
When making videos with a tripod fluid head, there aren’t that many movements you can do. You’ve got tilt and pan – so basically either a vertical movement or a horizontal movement. Both of these have one common characteristic: the camera stays in pretty much the same space for the whole movement, meaning you can’t […]
An Arduino Thermometer with Digital Display
This is a project for Arduino to make a Thermometer with Digital Display, aimed at beginners. Arduino measures the voltage on a TMP36 Temperature sensor, converts the Voltage to Degrees Celcius and Displays the value on an LOL shield display. Objectives: * Learn how to use the TMP36 * Learn how to perform numeric and […]
Arduino Activated Light Catcher Arcade Game
This pandemic time has been rough for us all, as it confined us in our homes thus not enabling the opportunity to go outside and meet with family and friends to engage in fun activities of all sorts, such as going to your nearby arcade to play some fun classic arcade games. However, what if […]
PAD HERO (Guitar Hero Using Arduino)
A group of three students present you PAD HERO, our Arduino based Guitar Hero game. This project was submitted to ‘Creative Electronics’, a Beng Electronics Engineering module at University of Málaga, School of Telecommunications (https://www.uma.es/etsi-de-telecomunicacion/). The aim of this Project was to replicate the popular game Guitar hero on Arduino. We wanted to keep it […]
Thermal Camera
Have you ever had the desire to see what can not be seen? I never had the ability to see in thermal infrared, and it is rather cool to be able to see in the thermal infrared part of the electromagnetic spectrum. Unfortunately, most thermal (FLIR) cameras are very expensive. In 2011 cameras frequently cost […]