Is it possible to add a password to the AR Drone WIFI connection?
GT

This is awesome! How do you get the drone app to use the new new IP? Will the settings stick through a power cycle and/or how to restore the original settings? I am itching to try this.MAPGPS wrote:AR.Drone can access WiFi AP (Access Point) with password protected.
This is how I did:
telnet 192.168.0.1
iwconfig ath0 mode managed key s:12345 essid MAPGPS; ifconfig ath0 192.168.0.100 netmask 255.255.255.0 up; route add default gw 192.168.0.1
Then AR.Drone will work in WiFi Infrastructure (Client) mode.
And you can then access AR.Drone with IP: 192.168.0.100
Yes, I can fly AR.Drone use the new IP with a SDK1.5 Win32 demo by modify the default 192.168.1.1 to this new IP.g00bd0g wrote: This is awesome! How do you get the drone app to use the new new IP? Will the settings stick through a power cycle and/or how to restore the original settings? I am itching to try this.
The essid parameter is the essid of your AP.g00bd0g wrote:OK, I tried. I can telnet into the drone but settings don't seem to "take". I just tried the iwconfig, setting it to managed mode, which didn't seem to tdo anything. And changing the essid always just seemed to "blank" out essid field. Fortunately a power-cycle restored it to it's defaul settings so I haven't screwed anything up.
Is is possible you could detail this a bit better? Maybe even with screen caps for us dummies?
Thanks!
MAPGPS wrote:AR.Drone can access WiFi AP (Access Point) with password protected.
This is how I did:
telnet 192.168.0.1
iwconfig ath0 mode managed key s:12345 essid MAPGPS; ifconfig ath0 192.168.0.100 netmask 255.255.255.0 up; route add default gw 192.168.0.1
Then AR.Drone will work in WiFi Infrastructure (Client) mode.
And you can then access AR.Drone with IP: 192.168.0.100
how about if my wifi router is not password protected, is this step correct?MAPGPS wrote:AR.Drone can access WiFi AP (Access Point) with password protected.
This is how I did:
telnet 192.168.0.1
iwconfig ath0 mode managed key s:12345 essid MAPGPS; ifconfig ath0 192.168.0.100 netmask 255.255.255.0 up; route add default gw 192.168.0.1
Then AR.Drone will work in WiFi Infrastructure (Client) mode.
And you can then access AR.Drone with IP: 192.168.0.100
Yes, it is correct.bimo2700mf wrote:how about if my wifi router is not password protected, is this step correct?MAPGPS wrote:AR.Drone can access WiFi AP (Access Point) with password protected.
This is how I did:
telnet 192.168.1.1
iwconfig ath0 mode managed key s:12345 essid MAPGPS; ifconfig ath0 192.168.0.100 netmask 255.255.255.0 up; route add default gw 192.168.0.1
Then AR.Drone will work in WiFi Infrastructure (Client) mode.
And you can then access AR.Drone with IP: 192.168.0.100
telnet 192.168.1.1
iwconfig ath0 mode managed essid MAPGPS; ifconfig ath0 192.168.0.100 netmask 255.255.255.0 up; route add default gw 192.168.0.1
Users browsing this forum: No registered users and 8 guests