Difference between revisions of "Arduino Yun"
(→Current Yuns) |
(→Current Yuns) |
||
Line 12: | Line 12: | ||
=Current Yuns= | =Current Yuns= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
csyun1 | csyun1 | ||
*registered? (no internet access) | *registered? (no internet access) | ||
Line 25: | Line 19: | ||
*159.28.141.140 | *159.28.141.140 | ||
*owner: charliep | *owner: charliep | ||
+ | |||
csyun2 | csyun2 | ||
Line 33: | Line 28: | ||
*159.28.130.242 | *159.28.130.242 | ||
*owner: charliep | *owner: charliep | ||
+ | |||
csyun3 | csyun3 | ||
Line 41: | Line 37: | ||
*159.28.130.191 | *159.28.130.191 | ||
*owner: charliep | *owner: charliep | ||
+ | |||
csyun4 | csyun4 | ||
Line 49: | Line 46: | ||
*159.28.130.63 | *159.28.130.63 | ||
*owner: charliep | *owner: charliep | ||
+ | |||
csyun5 | csyun5 | ||
Line 57: | Line 55: | ||
*159.28.131.13 | *159.28.131.13 | ||
*owner: charliep | *owner: charliep | ||
+ | |||
csyun6 | csyun6 | ||
Line 65: | Line 64: | ||
*159.28.131.16 | *159.28.131.16 | ||
*owner: charliep | *owner: charliep | ||
+ | |||
csyun7 | csyun7 |
Revision as of 23:24, 4 November 2014
Contents
Arduino Yun
Resources
need sorting ->
Current Yuns
csyun1
- registered? (no internet access)
- not configured
- 90A2DAF510F8
- ec####
- 159.28.141.140
- owner: charliep
csyun2
- registered? (no internet access)
- configured
- 90A2DAF30034
- ec2009
- 159.28.130.242
- owner: charliep
csyun3
- registered
- configured
- 90A2DAF210E7
- ec2012
- 159.28.130.191
- owner: charliep
csyun4
- registered
- configured
- 90A2DAF031AC
- ec2016
- 159.28.130.63
- owner: charliep
csyun5
- registered
- configured
- 90A2DAF9035F
- ec2017
- 159.28.131.13
- owner: charliep
csyun6
- registered
- configured
- 90A2DAF51147
- ec2024
- 159.28.131.16
- owner: charliep
csyun7
- not registered
- not configured
- with Andrey
Details
Package Manager
Uses a package manager called opkg. Very similar to apt-get and yum. Has a healthy selection of software.
Comes preinstalled with
- python 2.7
- vim / nano
Boot
- The Arduino side boots up almost instantaneously.
- However, the Linux side takes about as long as a PC to boot up.
- The white light indicates that the wifi is working among other things.
Sketch Upload
- It seems normal for the USB to lose connection and to immediately reestablish connection. If the connection is not reestablished (why?) you can use the "USB stops being recognized" bit below.
Serial
- Serial talks via the Arduino serial monitor
- Bridge establishes communication between Arduino and Linux processors
- Console uses bridge to establish a console (similar to serial) that can be accessed with telent from the Yun's local terminal
troubleshooting
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 wifi. There's a quick solution to that: tapping the 32U4 RST button twice to restart the 32U4 processor and restart the sketch. [described here]
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.
USB stops being recognized
This fixed my problem: [arduino form]
- nano /usr/bin/run-avrdude
- Change the efuse value from FB to CB
- execute "/usr/bin/run-avrdude /etc/arduino/Caterina-Yun.hex"