This page (revision-20) was last changed on 2021-11-10 08:09 by Murray Altheim

This page was created on 2020-04-29 22:49 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20 2021-11-10 08:09 3 KB Murray Altheim to previous
19 2020-05-24 05:10 3 KB Murray Altheim to previous | to last
18 2020-05-24 05:08 3 KB Murray Altheim to previous | to last
17 2020-05-24 01:14 3 KB Murray Altheim to previous | to last
16 2020-05-24 01:13 3 KB Murray Altheim to previous | to last
15 2020-05-24 01:10 3 KB Murray Altheim to previous | to last
14 2020-05-21 09:02 2 KB Murray Altheim to previous | to last
13 2020-05-21 09:02 2 KB Murray Altheim to previous | to last
12 2020-05-21 09:01 2 KB Murray Altheim to previous | to last
11 2020-05-21 09:01 2 KB Murray Altheim to previous | to last
10 2020-05-21 09:00 2 KB Murray Altheim to previous | to last
9 2020-05-21 08:59 2 KB Murray Altheim to previous | to last
8 2020-05-02 22:32 2 KB Murray Altheim to previous | to last
7 2020-05-02 22:30 2 KB Murray Altheim to previous | to last
6 2020-05-02 22:25 2 KB Murray Altheim to previous | to last
5 2020-05-02 22:24 2 KB Murray Altheim to previous | to last
4 2020-05-02 22:23 2 KB Murray Altheim to previous | to last
3 2020-05-02 21:57 2 KB Murray Altheim to previous | to last
2 2020-05-02 21:56 2 KB Murray Altheim to previous | to last
1 2020-04-29 22:49 160 bytes Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 7 lines
|[{Image src='attach/Arduino/Arduino_Uno.jpg' width='300' caption='Arduino Uno'}]|[{Image src='attach/Arduino/Arduino_Due.jpg' width='420' caption='Arduino Due'}]|[{Image src='attach/Arduino/Arduino_Micro.jpg' width='300' caption='Arduino Micro'}]|[{Image src='attach/Arduino/arduino-yun-rev-2.2.jpg' width='300' caption='Arduino Yún'}]
[{Image src='attach/Arduino/Arduino_Nano_BLE_Sense-pinout-thumbnail.jpg' link='attach/Arduino/Arduino_Nano_BLE_Sense-pinout.jpg' caption='Arduino Nano BLE Sense pinout (click to enlarge)' align='left' class='imgFloatLeft'}]
[{Image src='attach/Arduino/Arduino_Micro-pinout-thumbnail.jpg' link='attach/Arduino/Arduino_Micro-pinout.jpg' caption='Arduino Micro pinout (click to enlarge)' align='right' class='imgFloatRight'}]
At line 5 changed one line
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 may be interfaced to various expansion boards ('shields') or 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 from personal computers. The microcontrollers can be programmed using C and C++ programming languages. In addition to using traditional  compiler toolchains, the Arduino project provides an integrated development environment (IDE) based on the Processing language project.
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 may be interfaced to various expansion boards ('shields') or 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 from personal computers. The microcontrollers can be programmed using C and C++ programming languages. In addition to using traditional  compiler toolchains, the Arduino project provides an integrated development environment (IDE) based on the Processing language project.
At line 17 added 2 lines
The [Arduino Yún|ArduinoYún] is unusual in that it combines an Arduino Leonardo microcontroller with an [Atheros AR9331|https://www.openhacks.com/uploadsproductos/ar9331_datasheet.pdf], which runs a version of Linux, so it's a bit like a combination of an Arduino and a Raspberry Pi on one board.
At line 20 added one line
There is an alternative to the [Arduino IDE|https://www.arduino.cc/en/software] called [FlowCode|https://www.matrixtsl.com/flowcode/arduino/] which looks promising.
At line 22 added one line
\\
At line 27 added one line
* [Introduction to the Arduino board|https://www.arduino.cc/en/reference/board]