Arduino
Arduino Video Tutorial – 01 Get to know your Tools with Massimo Banzi
In Arduino, Atal Tinkering Labs ATL | No commentLearn the basics of using the Arduino Starter Kit with Massimo Banzi, one of the Co-Founders of Arduino. The video explains how to build a basic circuit with the Arduino board, and how to use each of the basic components such as LEDs, switches, and resistors.
Arduino Basics 101: Hardware Overview, Fundamental Code Commands
In Arduino, Atal Tinkering Labs ATL | No commentIn this first episode of this Arduino Basics video series I will talk about the main functions of the ATmega328P Arduino boards and the fundamental code commands that you will need to create very basic Arduino sketches.
L298N – Using Motors with Arduino – How to Use L298N Driver
In Arduino, Atal Tinkering Labs ATL | No commentWelcome to lesson 7. today your going to learn electronics with arduino, in this video you will learn how to control a stepper motor with an l298n motor driver.
How to use gas sensors with Arduino || Arduino tutorial
In Arduino, Atal Tinkering Labs ATL | No commentIn this tutorial I’m demonstrating how to use MQ-2/MQ-5 gas sensors with Arduino. These little devices may be used in gas leakage detectors. The MQ-2 is suitable for detecting LPG, i-butane, propane, methane, hydrogen and even smoke. The MQ-5 detects LPG, natural gas and town gas. Many other gas sensors can be used in exactly the same way, e.g. MQ-3, MQ-6 or MQ-135. Just read the datasheet, use the appropriate load resistor and experiment with the “sensorValue” in my Arduino code.
Smoke & Gas Sensor for Electronics Projects- MQ2
In Arduino, Atal Tinkering Labs ATL | No commentThis project uses an Arduino NANO and a Nokia 5110 LCD screen for measuring and displaying levels. It would may a nice and simple smoke detector or alarm project. I think this might be a good sensor for home automation projects and many other uses. You only need one pin to accept the output from the sensor so it will fit nicely into many electronics projects.
Arduino: How to Use a Force Sensitive Resistor (Force Sensor)
In Arduino, Atal Tinkering Labs ATL, Robotics | No commentThis video explains how to use a Force Sensitive Resistor to control an LED.
Tutorial: BMP085 Barometric Pressure Sensor With The Arduino UNO
In Arduino, Atal Tinkering Labs ATL | No commentThis tutorial shows you how you can interface the BMP085 Barometric Pressure sensor to the Arduino to measure temperature, pressure and altitude.
Arduino Radar Project
In Arduino, Atal Tinkering Labs ATL | No commentI will show you how you can make this cool looking Arduino Radar using the Arduino Board and the Processing Development Environment.
Arduino GPS data to google maps GY-NEO6MV2
In Arduino, Atal Tinkering Labs ATL | No commentArduino connected to a GPS sensor gy-neo6mv2 and a Data Logger Module Shield V1.0 write data to a log file and import it in google maps.