You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2018. It is now read-only.
Jacob Mason edited this page Apr 24, 2015
·
2 revisions
ODroid is set up to automatically connect to the network "Team_13". At competition, we need to change the name of the network the ODroid automatically connects to.
If the ODroid can't get past the authentication stage or the acquiring IP stage, make sure the interfaces file in /etc/network has the following lines:
auto wlan0
iface wlan0 inet dhcp
allow-hotplug wlan0
wireless-power off
The ODroid will delay the startup routine by at least 2 minutes, but this is a workaround so you can't have your cake and eat it too.