BeagleDrone icon indicating copy to clipboard operation
BeagleDrone copied to clipboard

A BeagleBone based drone using 'bare metal' C

Results 16 BeagleDrone issues
Sort by recently updated
recently updated
newest added

Should try and stabilize drone state around the modifiable setpoint

feature

It would be awesome if we has some type of serial emulation system which we could run func tests against, maybe using posix sockets.

feature

The setpoint (for nav control code) needs to be modifiable from communication protocol.

feature

The drone should be able to be turned on or off via the communication protocol. This should also have a message which confirms the state when applied, so a client...

feature

Allow a user to set the log level on the drone remotely

feature

Rather than handle the UART ISR/etc in the app code, split the communication code into kernel / app where the kernel handles send / recv buffering and possibly decoding

enhancement