Wednesday 8 April 2020

ARDUINO BOARD

Arduino Board 


   

Definition: 


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. 

Specification: 

The Arduino board includes the following specifications. 
It is an ATmega328P based Microcontroller 
The Operating Voltage of the Arduino is 5V 
The recommended input voltage ranges from 7V to 12V 
The i/p voltage (limit) is 6V to 20V 
Digital input and output pins-14 
Digital input & output pins (PWM)-6 
Analog i/p pins are 6 
DC Current for each I/O Pin is 20 mA 
DC Current used for 3.3V Pin is 50 mA 
Flash Memory -32 KB, and 0.5 KB memory is used by the boot loader 
SRAM is 2 KB 
EEPROM is 1 KB 
The speed of the CLK is 16 MHz 
In Built LED 
Length and width of the Arduino are 68.6 mm X 53.4 mm 
The weight of the Arduino board is 25 g 

Application: 


  • Arduino Uno is used in Do-it-Yourself projects prototyping. 
  • In developing projects based on code-based control. 
  • Development of Automation System. 
  • Designing of basic circuit designs.



  • THANKYOU:)
  • ARYAN


JAVA PROGRAMMING CODES || AryanTechsource

  PART-A 1. Implement a stack using a stack class which has methods push, pop. import java.util.Stack; class StackMain { public static void ...

Popular Posts