Difference between revisions of "Parrot Bebop"
Jump to navigation
Jump to search
m (→Weight) |
m (→Officials) |
||
Line 9: | Line 9: | ||
=Links= |
=Links= |
||
==Officials== |
==Officials== |
||
+ | * http://www.parrot.com/fr/support/parrot-bebop-drone/ |
||
ARDroneSDK 3 |
ARDroneSDK 3 |
||
* http://blog.parrot.com/2014/11/28/ardronesdk3-for-bebop-drone-and-minidrones-has-been-released/ |
* http://blog.parrot.com/2014/11/28/ardronesdk3-for-bebop-drone-and-minidrones-has-been-released/ |
||
Line 14: | Line 15: | ||
* https://github.com/Parrot-Developers/Samples |
* https://github.com/Parrot-Developers/Samples |
||
* https://github.com/Parrot-Developers/bybop in python |
* https://github.com/Parrot-Developers/bybop in python |
||
+ | |||
==Community== |
==Community== |
||
* http://www.bebopdrone.org/ |
* http://www.bebopdrone.org/ |
Revision as of 22:52, 20 September 2015
Weight
Bebop 275g bat 1200 117g bat 1600 135g bat 2500 189g hull/carene 24g cache-cam 6g
Links
Officials
ARDroneSDK 3
- http://blog.parrot.com/2014/11/28/ardronesdk3-for-bebop-drone-and-minidrones-has-been-released/
- https://github.com/Parrot-Developers/ARSDKBuildUtils
- https://github.com/Parrot-Developers/Samples
- https://github.com/Parrot-Developers/bybop in python
Community
- http://www.bebopdrone.org/
- http://forum.parrot.com/usa/viewtopic.php?id=29088
- http://bebob.wikia.com/wiki/Bebob_Community_Drone_Hacking_Wiki
Hacks
- https://github.com/matthewlloyd/bebop Code repo disappeared but clones here:
- http://robotika.cz/robots/katarina/en
- https://github.com/hybridgroup/node-bebop control in node.js
Paparazzi
- http://wiki.paparazziuav.org/wiki/Main_Page
- http://wiki.paparazziuav.org/wiki/Bebop
- https://github.com/paparazzi/paparazzi
- https://github.com/paparazzi/paparazzi/tree/master/sw/airborne/boards/bebop
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
Tools
- https://github.com/Zepheus/ardrone3-pcap sniffing protocol