Skip to content
This repository was archived by the owner on Jan 21, 2018. It is now read-only.

ODroid WiFi

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.

Clone this wiki locally