During the COVID-19 crisis, how to spend a lot of quarantine time at home? In addition to improving cooking skills and doing sports, game lovers can also make their own unique GameBoy game console! The blue backlit LCD screen of the Nokia 5110 is used here (which makes it more retro style) and the 3D […]
Projects
Gandalf’s Magic Staff
Who wouldn’t want Gandalf’s Magic Wizard Staff? Turns out Gandalf had various staffs and either lost, broke or upgraded them frequently! This provides us with multiple staff designs and there are plenty of methods of constructing your own Magic Gandalf Staff depending upon your resources and skills. In this Instructable, I will show you how […]
Analog Clock And Temperature sensor On An Oscilloscope using Arduino
Scopeclock is an easy to use hardware to make your X-Y capable analog oscilloscope more useful .Using this simple to use hardware you can convert your analog oscilloscope into a scope clock.This project was me and my friend kshitij gupta at CEDT nsit under the guidance of Prof. Dhananjay V.Gadre. Scope clock has two modes […]
How to make A light-up distance sensor
In this instructable, I will show you how to make a sensor that will light up more lights the closer you are to it. Step 1: Placing The Electronics This step will show you where and how to place the electronics on the breadboard Materials: 6-220 ohm resistors 3 green LED’s 2 yellow LED’s 1 […]
Arduino Based Self Balancing Bot
Hey everyone what’s up! So here’s my 3D Printed Self-balancing robot which is powered by an Arduino nano board and has an MPU6050 to get the accelerometer and gyro readings to balance itself using the PID function. This robot setup itself is almost 3D Printed except for its big nylon wheels, I bought the wheels […]
Save data of temperature and humidity on MySQL with Arduino Uno and Wifly
Hello guys, i make this instructable for the people that liked the electronics and the botanic, with this you have the data about the temperatura and the humidity of your orchard and register this in a data base MySQL. For this proyect you need some knowledge of programing in PHP and MySQL, we will make […]
Make a Digital Photo Album by ESP32
Last week I made an electronic photo album that I could place on my work desk to show some photos. I can take a look at relaxing when I’m tired at work. Previously I have implemented the display of pictures in which the format is BMP on LCD. Nowadays most of the pictures we get […]
ESP32 TTGO WiFi Signal Strength
In this tutorial we will learn how to display a WiFi network signal strength using ESP32 TTGO board. Watch the video! Step 1: What You Will Need TTGO ESP32 WiFi connection Visuino program: Download Visuino Step 2: Start Visuino, and Select the Arduino TTGO T-Display ESP32 Board Type The Visuino: https://www.visuino.eu needs to be installed. Start Visuino as […]
Arduino String Addition Operator Code
You can add Strings together in a variety of ways. This is called concatenation and it results in the original String being longer by the length of the String or character array with which you concatenate it. The + operator allows you to combine a String with another String, with a constant character array, an […]
DIY Programming Cable Using Arduino Uno – Baofeng UV-9R Plus
Hey Everyone, this is a simple guide on how to convert your Baofeng UV-9R (or plus) Headphone / ear piece cable into a programming cable using an Ardunio UNO as a USB Serial Converter. [DISCLAIMER] I do not take any responsibility in any damage caused to your radio or computer, or any other property or […]