Posts

Showing posts from December, 2023

Arduino

Image
 What is Arduino? Arduino is an open source electronic platform based on easy to use Hardware and Software. Arduino consists of both a physical programmable circuit board and piece of software, or IDE. IDE   means Integrated Development Environment. You can tell your board what to do by sending a set of instruction to the Microcontroller on the board. To do so you use the Arduino programming language based on processing. History Of Arduino The Arduino project began in 2003 at the Interaction Design institute lvrea, in Italy. The group of students and faculty members who ware looking for a more accessible and affordable way to create interactive electronics prototypes. the project was initially focused on developing a programming language and environment that would be easy for novices to learn and use.                    Over the next few years, the Arduino team continued to develop new Arduino boards and software tools. Th...