title: Blog post: xyCopter loves YASAB date: 2013-03-10 comments: true flattr: true twitter: xythobuz --- ## {{ page["post"] }} Jetzt hat meine xyCopter App eine YASAB Implementation. So kann man per Bluetooth die Firmware des Quadrocopters vom Tablet aus neu flashen. Und woher hat die App das Firmware Hexfile? Aus Dropbox! Wenn das mal nicht geil ist... :D

[![Screenshot][1]][2] Allerdings funktioniert Dropbox Integration und OpenSource nicht so wirklich... Man muss sich also eine [eigene App bei Dropbox registrieren][3] und den Key und das Secret dann im [Manifest][4] und im [Code][5] eintragen... [1]: img/xyCopterFirmware_small.png [2]: img/xyCopterFirmware.png [3]: https://www.dropbox.com/developers/apps [4]: https://github.com/xythobuz/xyControl/blob/master/tools/xyCopter/AndroidManifest.xml [5]: https://github.com/xythobuz/xyControl/blob/master/tools/xyCopter/src/org/xythobuz/xycopter/MainActivity.java