Parrot Bebop: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
| Line 30: | Line 30: | ||
kill -9 ### |
kill -9 ### |
||
Hmm, need to setup WEP or WPA-PSK, manually over Wi-Fi |
Hmm, need to setup WEP or WPA-PSK, manually over Wi-Fi |
||
Example for WEP: |
|||
bcmwl addwep 0 1234567890 |
|||
bcmwl wsec 1 |
|||
Permanent (! reset wouldn't clean it, maybe flashing from USB?) |
|||
vi /sbin/broadcom_setup.sh |
|||
At the end of the create_access_point |
|||
Before the print out of success |
|||
add the two lines: |
|||
------------- |
|||
bcmwl addwep 0 1234567890 |
|||
bcmwl wsec 1 |
|||
Revision as of 20:40, 20 September 2015
Weight
Bebop 275g bat 1200 117g bat 1600 135g bat 2400 135g carene 24g cache-cam 6g
Links
- http://forum.parrot.com/usa/viewtopic.php?id=29088
- https://github.com/Parrot-Developers/ARSDKBuildUtils
- https://github.com/Parrot-Developers/Samples
- https://github.com/Parrot-Developers/bybop
- https://github.com/hybridgroup/node-bebop
- http://robotika.cz/robots/katarina/en
- https://github.com/robotika/katarina/blob/master/bebop-protocol.md
- https://github.com/paparazzi/paparazzi
- http://wiki.paparazziuav.org/wiki/Main_Page
- http://wiki.paparazziuav.org/wiki/Bebop
- http://hackersome.com/p/matthewlloyd/bebop
- https://github.com/cucx/bebop
- http://www.bebopdrone.org/
- http://bebob.wikia.com/wiki/Bebob_Community_Drone_Hacking_Wiki
- https://github.com/Zepheus/ardrone3-pcap
Security
http://securityaffairs.co/wordpress/39363/hacking/hacking-parrot-drones.html
telnet 192.168.42.1 ps | grep dragon kill -9 ###
Hmm, need to setup WEP or WPA-PSK, manually over Wi-Fi
Example for WEP:
bcmwl addwep 0 1234567890 bcmwl wsec 1
Permanent (! reset wouldn't clean it, maybe flashing from USB?)
vi /sbin/broadcom_setup.sh At the end of the create_access_point Before the print out of success add the two lines: ------------- bcmwl addwep 0 1234567890 bcmwl wsec 1