This project explains how to build a fully automatic ultrasonic water level controller where the water pump motor starts automatically when the tank level goes below a preset LOW level and stops automatically when the tank becomes FULL. The whole system is wireless, reliable, and there are no corrosion problems because the ultrasonic sensor never […]
Newly Updated Circuit Projects:
Making a Single Channel Oscilloscope using Arduino
In this interesting post, we are going to make a simple single channel oscilloscope using Arduino and a personal computer, where the waveforms will be showcased on the PC’s display and frequency and time period of the input waves will be displayed on the 16 x 2 display. Introduction Every electronics enthusiast once said “I […]
Digital Clock Circuit Using 16 x 2 LCD Display
In this post I have explained how to make a simple digital clock using Arduino and a 16 x 2 LCD display. Introduction As an electronics enthusiast at a stage we would have thought, how to make a digital clock, especially who are interested in the field of digital electronics. In this article we are […]
Converting Analogue to Digital (Analogue Read Serial) – Arduino Basics
In this Arduino basics I have explained the code implementation procedure wherein an external analogue signal is fed to the Arduino analogue input and translated or converted into a correspondingly proportionate digital readout. Here we employ a variable resistance in the form of a pot as the analogue signal source. Analog Read Serial In this […]
Monitoring State of a Switch (Digital Read Serial) – Arduino Basics
This Arduino basics discusses the method of implementing a code through which the ON or OFF state of an external push-button could be read or monitored within the Arduino. Digital Read Serial Here I have explained through an example how to monitor the state of a switch by performing serial communication across your Arduino and your PC via USB. In excess to your […]
Blinking an LED with Delay – Arduino Basics
Here I have explained the bare minimum code for compiling an Arduino and also the method of blinking an LED using an Arduino board. Learning the Bare Basics Here we discus and try to understand the fundamental minimum code that one would need to compile an “Arduino Sketch” which consists the setup()method and the loop()method. […]





