TechEye for Blind Persons

my work table

Currently blind people are facing a huge problem when they are in a public place. They have stick in their hand which helps them a bit. But I modified that stick and installed ultrasonic sensors along with necessary hardware in…

How to use Eclipse for Java?

Today we shall see how to create Java Itegrated Development Environment (IDE) on your PC and write, test & run your Programs in simple steps. Carefully read following steps and work accordingly for most easy, smooth and perfect work. Installing…

Trick of using userDefined_Function() in Arduino

Such types of functions are called as User Defined Functions (UDFs). They are NOT the default functions of Arduino. The userDefined_Function() function can be used in the program as follows: The Code int LED0=0; int LED1=1; int LED2=2; int LED3=3;…

Basic Servo Control

Connect the orange wire of servo to pin-0. If your Servo Motor doesn’t work properly. Connect its orange wire at pin number: 3, 5, 6, 9, 10 or 11 of Arduino Board and then change the code line as i.attach(0)…

Blicking 8 LEDs

To write program for blinking 8 LEDs for above given circuit, you have to define 8 variables first. Then you have to write 8 pinMode statements. Then you have to write 8+8=16 digitalWrite commands to make the LEDs on This…

Solar Eclipse: Real Time Data Logging

The solar eclipse of 26 December, 2019 was a wonderful experience. I wanted to record the real time changes of temerature & sunlight intensity during this event. So I designed two systems for recording the Real Time Temperature and Real…