ARDUINO #1 - Introduction to ArduinosteemCreated with Sketch.

in #technology7 years ago (edited)

Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It consists of a circuit board, which can be programed (referred to as a microcontroller) and a ready-made software called Arduino IDE (Integrated Development Environment), which is used to write and upload the computer code to the physical board.

The key features are:
 Arduino boards are able to read analog or digital input signals from different sensors and turn it into an output such as activating a motor, turning LED on/off, connect to the cloud and many other actions.

 You can control your board functions by sending a set of instructions to the microcontroller on the board via Arduino IDE (referred to as uploading software).

 Unlike most previous programmable circuit boards, Arduino does not need an extra piece of hardware (called a programmer) in order to load a new code onto the board. You can simply use a USB cable.

 Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program.

 Finally, Arduino provides a standard form factor that breaks the functions of the micro-controller into a more accessible package.

PLEASE

COMMENT || UPVOTE || RESTEEMIT

Sort:  

Hi! I am a robot. I just upvoted you! I found similar content that readers might be interested in:
https://www.tutorialspoint.com/arduino/arduino_tutorial.pdf

ohh really
i don't think so