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 […]
New Circuit Projects
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 […]
Customized Water Flow Controller with Timer Circuit
In this article I have explained a customized water flow controller circuit with timer.he idea was requested by Mr. Daljeet Singh Sokhey. Technical Specifications Right now I am working on a different project and would like your help. There are 2 inputs and both must remain high for a period of 30 seconds for the […]
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. […]
Electronic Scoreboard Circuit Using IC 4033 Counter
A simple multi-digit electronic score board system can be built using a basic 4033 IC counter circuit. The whole procedure is explained in the following article. So far we have learned quiet a lot about this interesting IC 4033 through the following posts that have comprehensively discussed the pinouts and cascading procedures of the chip. […]
Treadmill Motor Speed Controller Circuit
In this post I have explained a simple, accurate, high torque treadmill motor speed controller circuit which may be effectively installed in similar units for acquiring PWM controlled variable speed feature. The idea was requested by Mr. Samuel. Technical Specifications I’ve a treadmill whose power failed completely…it had been imported from china and it’s like […]