Send message to custom System Task
Posted: Thu Nov 11, 2021 1:28 am
Good evening!
I've successfully created my own system task, and i'm attempting to implement a "pairing" sequence for the CrazyFlie. I'm able to send messages to the client through the drone's firmware, but now im looking to send messages the other way.
For example, if I wanted to send a simple "hello!" message to the drone, what would be the best way to go about this? Is there an "easy way" to go about creating the message where the packet construction is done for me?
Something tells me i'm going to have to construct the message myself and split it into <40byte packets.
I've successfully created my own system task, and i'm attempting to implement a "pairing" sequence for the CrazyFlie. I'm able to send messages to the client through the drone's firmware, but now im looking to send messages the other way.
For example, if I wanted to send a simple "hello!" message to the drone, what would be the best way to go about this? Is there an "easy way" to go about creating the message where the packet construction is done for me?
Something tells me i'm going to have to construct the message myself and split it into <40byte packets.