meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arduino:index [2026/04/21 20:48] – created - external edit 127.0.0.1arduino:index [2026/07/07 19:36] (current) – [Lamaplc: Arduino] vamsan
Line 2: Line 2:
 ====== Lamaplc: Arduino ====== ====== Lamaplc: Arduino ======
 {{ :arduino:arduino_mega_and_ethernet_1.png?200|Lamaplc: Arduino basic}} {{ :arduino:arduino_mega_and_ethernet_1.png?200|Lamaplc: Arduino basic}}
-Arduino is an open-source hardware and software company, project, and user community that designs and manufactures single-board microcontrollers and microcontroller kits for building digital devices. Its hardware products are licensed under CC BY-SA license. In contrast, the software is licensed under the GNU Lesser General Public License (LGPLor the GNU //General Public License// (GPL)permitting anyone to manufacture Arduino boards and distribute the software. Arduino boards are available commercially from the official website or through authorized distributors.\\ +Arduino is an open-source company, project, and community focused on designing and producing single-board microcontrollers and kits for digital device creation. Its hardware is licensed under CC BY-SA, while the software is available under the LGPL or GPL, allowing anyone to produce Arduino boards and distribute the software. These boards can be purchased commercially via the official website or authorized distributors. 
-\\ + 
-Arduino board designs use a variety of microprocessors and controllers. The boards are equipped with sets of digital and analog input/output (I/O) pins that can be interfaced with various expansion boards ('//shields//'), breadboards (for prototyping), and other circuits. The boards feature serial communications interfaces, including Universal Serial Bus (USB) on some models, which are also used for loading programs. Microcontrollers can be programmed using the C and C++ programming languagesutilizing a standard API, also known as the Arduino Programming Language, which is inspired by the Processing language and is used with a modified version of the Processing IDE. \\+Arduino board designs incorporate various microprocessors and controllers. These boards come with digital and analog input/output (I/O) pins, which can interface with expansion boards ('//shields//'), breadboards for prototyping, and other circuits. They include serial communication interfaces, such as Universal Serial Bus (USB) on some models, also used for program loading. Microcontrollers are programmed in C and C++, using a standard API known as the Arduino Programming Language. This language, inspired by Processingis used alongside a modified Processing IDE. 
 + 
 +The Arduino hardware ecosystem consists of four main official board families: Classic, Nano, MKR, and Portenta/Industrial, plus some specialized form factors. Each family is tailored for various skill levels, form factors, and project complexities.
  
 ===== lamaPLC Arduino know-how contents ===== ===== lamaPLC Arduino know-how contents =====