This robotic arm circuit which can be also implemented like a robotic crane, works using 6 servo motors and can be controlled through a microcontroller remote control, using an Arduino based 2.4 GHz communication link. Main Features When you are building something as sophisticated as a robotic arm, it must look modern and must include many […]
Arduino
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 […]
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. […]
Fading an LED ON/OFF – Arduino Basics
In this post I have explained a basic Arduino function where I have explained the process of fading an LED ON/OFF through some basic code implementations. Creating a Fading Effect We see how to use an analogwrite() function in order to implement a fading ON/OFF of an LED. The function incorporates PWM pulses across a […]
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 […]
Arduino RGB Flowing Sequential Light Circuit
In this post we are going to make a simple but useful circuit that can make an RGB LED glow in a nice flowing way. That is not just random blinking, but smooth sequential lighting of red, green, and blue one by one. This is done using Arduino, so you need to have some basic […]





