Projects

Build a Tank Volume Reader in Under 30 Using ESP32

Build a Tank Volume Reader in Under $30 Using ESP32

The Internet of Things has brought a lot of formerly complex device applications into the homes of many craft brewers and wine makers. Applications with level sensors have been used for decades in large refineries, water treatment plants, and chemical plants. With sensor prices falling, now both industrial and DIY can monitor the volume of […]

Weather Monitoring System Using TIVA

Weather Monitoring System Using TIVA

This is Tahir Ul Haq and introduces you to another member in the family. This time the project is named as Weather Monitoring System. This is another TIVA based project presented by students of UET LHR. Weather monitoring plays an important role in human life, so the collection of information about weather changes is very […]

Arduino Analog reading box

Analog reading box using an Arduino

I made this box for my music project to our school. This is only tutorial for the box, no for playing melody. It´s based on serial connected switches. You will need: Some wire 6x switch 1x LED 1x 330 ohm resistor 5x 2000 ohm resistor (etc.) 1x 10 000 ohm resistor 1x plastic box small […]

Washing machine countdown timer using Arduino

Washing machine countdown timer using Arduino

Hello, and welcome to my instructable for a washing machine countdown timer. The timer is operated with the very popular Arduino micro controller. See here for more information. Arduino Home Page Aim The aim of this project is to be able to delay the start of the washing machine by a few hours. This is […]

BLC Using Arduino Emulator

BLC Using Arduino Emulator

What is this BLC? Ans: Binary logical Calculator using Arduino Uno R3. Formally we are doing Arduino project which is real-time application in introductory labs and other places. This is all about how to create Arduino Uno project which does some basic computation for our regular labs and homeworks. Again with new concept and new […]

Arduino Keyless Entry System

Nintendo Keyless Entry System using an Arduino

Use a Classic Nintendo controller to lock and unlock your door! The output from the Controller is read by an arduino and it looks for a particular combination of buttons, once the combination is entered it sends a signal to eject a Cd-Rom Drive which pushes or pulls the lock. I started making this project […]

DIY Cheapest Bluetooth Controlled Home Automation

DIY Cheapest Bluetooth Controlled Home Automation

Step 1: COMPONENTS REQUIRED  Bluetooth module (HC-05) AT89S52/C51/S51/C52 microcontroller Relay Driver ULN2003A Relay Resistances and capacitors as circuit diagram depicts(below) power module(if the input is more than 5V or else not necessary) IC 7805(5V voltage regulator) 1000uF capacitor 10uF capacitor led and resistance(as per convenience so that led doesn’t get damaged) IMPORTANT NOTE: USE 11.0592MHz […]

Arduino Infrared Sensor Module

DIY Infrared Sensor Module using Arduino

Have you ever wanted to make a line following robot but the infrared sensors were too expensive for you? Do you want to upgrade the robot in my other instructable? Well this instructable comes in two stages, Stage 1 is the prototyping stage, where you build the circuit on the bread board and debug it […]

Rock Paper Scissors Spock Lizard using Arduino

Rock Paper Scissors Spock Lizard using Arduino

Introduction: Okay, I cheated. Any similarities between previous Instructables uploaded by me and the graphics, pictures, text and / or programming code is purely intentional. It certainly made putting this one together a whole lot easier. This Instructable is my Arduino version of the Rock Paper Scissors Lizard Spock game devised by Sam Kass and […]

Simple 3 Button On off With 12f629 mikroC

Simple 3 Button On-off With 12f629 (mikroC)

a simple 3 buttons on-off with pic12f629. it’s written with MikroC Step 1: The Code… start the code with ”int”———————————————————- int x0,x1,y0,y1,z0,z1; ////// with this the GPIO outputs could stay on or off void main() { GPIO = 0x00; ////// all outputs are 0 CMCON = 0x07; ////// Disable CMCON PORT TRISIO = 0b00111000; ////// […]

en_USEnglish
Scroll to Top