Reference Language | Libraries | Comparison | Changes
The Arduino Yún has two processors on board. One is an ATmega32U4 like on the Arduino ../stream/Stream, and many of the methods should be familiar from Serial and other derivatives of Stream. Bridge commands from the 32U4 are interpreted by Python on the AR9331. Its role is to execute programs on the GNU/Linux side when asked by Arduino, provide a shared storage space for sharing data like sensor readings between the Arduino and the Internet, and receiving commands from the Internet and passing them directly to the Arduino. Bridge allows communication in both directions, acting as an interface to the the Linux command line. For a brief explanations of the terminal and executing commands on Linux see here. To become familiar with the Yún, please see the WebSockets to communicate. you can find more about Spacebrew To become familiar with the Yún, please see the through their online documentations. Examples
|
Bridge Class
FunctionsProcess Class
Functions
Console Class
FunctionsFileIO ClassFunctions
Mailbox ClassFunctionsHttpClient ClassFunctionsYunClient ClassFunctionsYunServer ClassFunctions |
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.