Preloader image
   

Atal Tinkering Labs ATL

Arduino Tutorial – Install and Use Arduino Libraries (No Such File or Directory)

Arduino libraries are a convenient way to share code such as device drivers or commonly used utility functions. This guide details how to install libraries on your computer.   There are two general types of Arduino Libraries: Standard Libraries User Installed Libraries   Where to Install your Libraries? Your sketchbook folder is the folder where the Arduino IDE stores your sketches. This folder is automatically created by the IDE when you install it.   Using Libraries One of the best features of the Arduino project is the ability to add on pre-crafted libraries that add hardware support. There’s tons of…

Arduino Tutorial – digitalRead Serial Monitor with Button

Arduino Basic Tutorial digitalRead Serial Monitor with Button. Reads a digital input on pin 2, prints the result to the serial monitor.   When the pushbutton is open (unpressed) there is no connection between the two legs of the pushbutton, so the pin is connected to ground (through the pull-down resistor) and reads as LOW, or 0. When the button is closed (pressed), it makes a connection between its two legs, connecting the pin to 5 volts, so that the pin reads as HIGH, or 1.  

Arduino Tutorial – Ultrasonic Sensor HC-SR04 with LCD Display (Distance Meter)

Display the results from the HC-SR04 Ultrasonic Sensor on an LCD   Required Hardware: Arduino Board – https://goo.gl/UyGYeF Ultrasonic Sensor – https://goo.gl/dRkWUg LCD Display – https://goo.gl/1ljUCs 10K Ohm Potentiometer – https://goo.gl/c90Uix Breadboard – https://goo.gl/yCa8hX Jumper Wires Arduino Compatible SCM – https://goo.gl/yi21yB Electronics Equipments – https://goo.gl/covX9J Module Board For Arduino – https://goo.gl/81dafX   Connections: The HC-SR04 Ultrasonic Module has 4 pins, Ground, VCC, Trig and Echo. The Ground and the VCC pins of the module needs to be connected to the Ground and the 5 volts pins on the Arduino Board respectively and the trig and echo pins to any Digital…

Arduino Tutorial – Ultrasonic Sensor HC-SR04 with Buzzer and LED (Distance Meter )

In this Arduino Tutorial we will learn how the HC-SR04 Ultrasonic Sensor works and how to use it with Buzzer and LED.   Required Hardware Arduino Board – https://goo.gl/UyGYeF Ultrasonic Sensor HC-SR04 – https://goo.gl/dRkWUg Breadboard – https://goo.gl/yCa8hX Jumper Wires – https://goo.gl/VRzUN4 Buzzer LED 220 Ohm Resistor Arduino Compatible SCM – https://goo.gl/yi21yB Electronics Equipments – https://goo.gl/covX9J Module Board For Arduino – https://goo.gl/81dafX   Connections: The HC-SR04 Ultrasonic Module has 4 pins, Ground, VCC, Trig and Echo. The Ground and the VCC pins of the module needs to be connected to the Ground and the 5 volts pins on the Arduino Board…

Arduino Tutorial – Multiple Servo Control with Arduino

In this tutorial, we will learn how to use multi-servo with Arduino. We will control 4 servo motors with Arduino PWM outputs.You can implement your robotic arm projects with reference to this tutorial. Of course we will use external battery / power when doing this.   Connections: The external battery VCC / GND connect to the breadboard. The Arduino GND connect to the breadboard’s GND input The servo connections we use in this project are as follows;   Orange Input – Signal Input Red Input – Power Input (VCC) Brown Input – Ground Input(GND)   The Servo 1 VCC and…

Arduino Tutorial – Multiple Servo Control with a Potentiometer

In this tutorial, we will learn how to use multi-servo with potentiometer. We will control 4 pcs servo motor with 4 pcs potentiometer. You can implement your robotic arm projects with reference to this tutorial. Of course we will use external battery / power when doing this.   Connections: The external battery VCC / GND connect to the breadboard. The Arduino GND connect to the breadboard GND input The servo connections we use in this project are as follows;   Orange Input – Signal Input Red Input – Power Input (VCC) Brown Input – Ground Input(GND)   The potentiometer connections…

Arduino Tutorial – Servo Motor Control with Joystick

In this tutorial, we will learn how to use multi-servo with Joystick. We will control two pcs servo motor with one Joystick. You can implement your robotic arm projects with reference to this tutorial. Of course we will use external battery / power when doing this.   Connections: The external battery VCC / GND connect to the breadboard. The Arduino GND connect to the breadboard’s GND input The servo connections we use in this project are as follows;   Orange Input – Signal Input Red Input – Power Input (VCC) Brown Input – Ground Input(GND)   The Servo1 VCC and…

Arduino Tutorial – Multi Servo Motor Control via Bluetooth Using the Android App

In this tutorial, we will learn how to use multi-servo with an Android application. We will control 4 pcs servo motor with a Smartphone. You can implement your robotic arm projects with reference to this tutorial. Of course we will use external battery / power when doing this.   Connections: The external battery VCC / GND connect to the breadboard The Arduino GND connect to the breadboard’s GND input The servo connections we use in this project are as follows;   Orange Input – Signal Input Red Input – Power Input (VCC) Brown Input – Ground Input(GND)   The Servo1…

error: Context Menu disabled!