Rhea Banthia

From (art)scienceblr
Revision as of 13:32, 12 March 2017 by Rhea banthia (Talk | contribs)

Jump to: navigation, search

INTRODUCTION TO ELECTRONICS

Arduino

labelled image of an Arduino


Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. An Arduino can be powered directly off of a USB port without any external power. It can also be connected to an external power source of up to 12v and it will regulate it to both 5v and 3.3v. Arduino has 32 KB of flash memory for storing a code. It has 13 digital pins and 6 analog pins. These pins allows connection of external hardware to the Arduino. And it has a button to reset the program on the chip.

Arduino IDE (integrated development environment) needs to be downloaded and installed before doing anything with the arduino. The Arduino Programmer is based on the Processing IDE and uses a variation of the C and C++ programming languages.

Sensors

Light Dependent Resistor (LDR)

Potentiometer

Piezo buzzer

Circuit

Voltage

Current

Resistance

Series resistance

Parallel resistance

Ohm's law

CIRCUITS AND CODING

How to make an LED blink?

Basic circuit

Using a potentiometer

Using a buzzer

How to use an IR sensor?

PROJECTS

Spinning cup

Field visit

Turbidity meter

Extension to human body in future