Arduino-uno_ctech2
Arduino-uno_ctech2
Grade 8
ARDUINO
Arduino is an open-source programmable circuit board that can be
integrated into a wide variety of makerspace projects both simple and
complex. This board contains a microcontroller which is able to be
programmed to sense and control objects in the physical world.
Arduino was introduced back in 2005 in Italy by Massimo Banzi as a
way for none engineers to have access to a low cost, simple tool for
creating hardware projects. Since the board is open-source, it is released
under a Creative Commons license which allows anyone to produce their
own board. If you search the web, you will find there are hundreds of
Arduino compatible clones and variations available but the only official
boards have Arduino in its name
1. Reset Button – This will restart
ARDUINO UNO any code that is loaded to the
Arduino board.
2. Verify Button:
Compiles your code and
checks for errors in
ARDUINO
IDE
3. Upload Button:
Sends the code to the
board that’s connected
such as Arduino Uno in
this case. Lights on the
board will blink rapidly
when uploading.
8. Serial Monitor:
When the board is
connected, this will
display the serial
information of
ARDUINO
IDE