node-rolling-spider
node-rolling-spider copied to clipboard
Free fall take-off
Do any of you have any idea if it is possible to add a support for free fall take-off? The app has this feature, so it should be also possible to access/implement. Any kind of help would be appreciated.
Thanks!
I can help with the implementation, but I will need a bit more details about the BT-command that is being sent.
Hi, I'm working on a fork implementing some more commands and I have autotakeoff working; at some point I plan to upload my code, but in the meantime, here's the buffer for the freefall take off:
new Buffer([0x02, ++this.steps.fa0c & 0xFF, 0x02, 0x00, 0x05, 0x00, 0xFF])
Hi, naus3a! Thanks a lot!
no problem :)
Anyone able to implement this already?
you just need to send the buffer in my last post in the same way the other BT messages are sent :)
@naus3a if you've already got this working, please submit a PR!
I have a fork with some project specific modifications; I'll extract the generic parts and make a PR out of them