Difference between revisions of "Arduino Yun"
(→Resources) |
|||
Line 11: | Line 11: | ||
*EC#### | *EC#### | ||
*159.28.141.140 | *159.28.141.140 | ||
+ | |||
+ | |||
+ | =Packages= | ||
+ | Comes preinstalled with | ||
+ | * python 2.7 | ||
+ | * vim / nano | ||
+ | |||
+ | Uses a package manager called opkg. Very similar to apt-get and yum. | ||
+ | |||
+ | |||
+ | =Serial= | ||
+ | *Serial talks via the Arduino serial monitor | ||
+ | *Bridge establishes communication with Linux | ||
+ | *Console uses bridge to establish a console (similar to serial) that can be accessed with telent from the Yun's local terminal | ||
Line 21: | Line 35: | ||
It's also possible to bypass ECWireless authentication by having ITS configure the device to have greater permissions. | It's also possible to bypass ECWireless authentication by having ITS configure the device to have greater permissions. | ||
+ | |||
+ | |||
+ | =Teembo= | ||
+ | [[http://arduino.cc/en/Guide/ArduinoYun#toc20 Arduino Description]] | ||
+ | |||
+ | [[https://temboo.com/arduino/yun/ Temboo Getting Started]] |
Revision as of 11:18, 16 October 2014
Arduino Yun
Resources
Current Yuns
csyun1
- wireless
- EC####
- 159.28.141.140
Packages
Comes preinstalled with
- python 2.7
- vim / nano
Uses a package manager called opkg. Very similar to apt-get and yum.
Serial
- Serial talks via the Arduino serial monitor
- Bridge establishes communication with Linux
- Console uses bridge to establish a console (similar to serial) that can be accessed with telent from the Yun's local terminal
Network
I had trouble getting it on ECWireless. I had to go to ITS and have them register it manually. I configured the Yun to connect to ECWireless and then was able to ssh to it directly. However, I could not upload sketches via wireless.
In addition each time it is rebooted it loses access to ECWireless. I believe this is because ECWireless is expecting it to log in using my credentials.
It would be possible to use guest wireless if the Yun told us its IP. (Due to non-static IP addresses on guest wireless.) It could do that by ssh'ing to a server (using keys) and saving its ifconfig.
It's also possible to bypass ECWireless authentication by having ITS configure the device to have greater permissions.