Entradas

Arduino BLOG :)

Imagen
Arduino BLOG :) Martin Villacis 6A Info About Arduino 👀 👽1: ARDUINO   is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a  microcontroller ) and a piece of  software , or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board. 💣2:  You Will Learn In this tutorial, we’ll go over the following: What projects can be accomplished using an Arduino What is on the typical Arduino board and why The different varieties of Arduino boards Some useful widgets to use with your Arduino 💧 3:   Arduinos are programmed in  C  or  C++ , using a program also called Arduino. An example program to blink a light ( LED ) could look like this: 😆 4:  There are 3 main Arduino boards which are mostly different in size. But for kids starting out, just stuck with the Arduino Uno. It's low cos...