minidrone-js icon indicating copy to clipboard operation
minidrone-js copied to clipboard

Add support for drone storage (FTP)

Open Mechazawa opened this issue 7 years ago • 2 comments

Add support for fetching images from the drone's storage.

Mechazawa avatar Feb 08 '18 16:02 Mechazawa

Again, any pointers so I can help you maybe?

vvo avatar Feb 08 '18 16:02 vvo

I haven't looked into it that much but from what I can tell there are two BLE characteristics that you can use to talk to the drone using an FTP-like protocol.

See: http://forum.developer.parrot.com/t/minidrone-characteristics-uuid/4686/3 See: https://developer.parrot.com/docs/SDK3/ARSDK_Protocols.pdf

The two characteristics for ftp-like transmission (using ARDataTransfer library) are 0xfd23 and 0xfd53

I'd look at other implementations for reference to see how it works exactly.

Mechazawa avatar Feb 08 '18 16:02 Mechazawa