Search found 21 matches

by traffens
Wed Dec 01, 2021 12:19 am
Forum: Support
Topic: Firmware "Failed to flash" error
Replies: 7
Views: 13308

Re: Firmware "Failed to flash" error

The error I had was an out-of-date radiodriver.py. Apologies for the frustrations. You guys are great
by traffens
Thu Nov 18, 2021 9:20 pm
Forum: Support
Topic: TOC Parameters -- make new ones?
Replies: 1
Views: 8341

TOC Parameters -- make new ones?

Hi!

Can I make new TOC Parameters? I've looked around and haven't really seen a guide to do so.
by traffens
Tue Nov 16, 2021 2:49 am
Forum: Developer Discussions
Topic: Send message to custom System Task
Replies: 4
Views: 889

Re: Send message to custom System Task

you're the best, thank you
by traffens
Sun Nov 14, 2021 8:21 pm
Forum: Support
Topic: get console text from cfclient
Replies: 1
Views: 8495

get console text from cfclient

Good afternoon,

I'm making my own crazyflie file that programs my crazyflie to perform a task. I want to get the console output of the crazyflie, just like the console tab. Is there an easy way to go about this?
by traffens
Sat Nov 13, 2021 3:14 am
Forum: Developer Discussions
Topic: Send message to custom System Task
Replies: 4
Views: 889

Re: Send message to custom System Task

im really not seeing a way to send messages FROM the client TO the crazyflie. The only place i can really find some good info is radiodriver.py on the client side. So if i'm making my own python script, do you think i'll need to import radiodriver and use their radio/packet handling functions? We al...
by traffens
Thu Nov 11, 2021 3:44 pm
Forum: Support
Topic: firmware cannot build after on-chip-debug setup
Replies: 1
Views: 8293

firmware cannot build after on-chip-debug setup

While trying to set up eclipse for on-board chip debugging, I suddenly cannot make the firmware successfully anymore. I poked around the internet then got stuck here. Any ideas as to why I'm getting this issue? I assume it's a version mismatch somewhere. traffens@ubuntu:~/Desktop/projects/crazyflie-...
by traffens
Thu Nov 11, 2021 1:28 am
Forum: Developer Discussions
Topic: Send message to custom System Task
Replies: 4
Views: 889

Send message to custom System Task

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 si...
by traffens
Tue Nov 09, 2021 10:55 pm
Forum: Support
Topic: Bitcraze VM cfclient cannot use CrazyRadio
Replies: 4
Views: 944

Re: Bitcraze VM cfclient cannot use CrazyRadio

Theyre both the "latest" version but my team's been doing development on both, so we were curious if this is a well-known bug, or if something we did has broken the RadioManager class.
by traffens
Tue Nov 09, 2021 10:53 pm
Forum: Support
Topic: ASCII alphabet being sent from client to crazyflie
Replies: 2
Views: 676

Re: ASCII alphabet being sent from client to crazyflie

I'm just trying to get a better understanding of what information is being sent to the drone. I've been dumping packets from cflib/crtp/radiodriver.py

Image


Thank you for the links!
by traffens
Mon Nov 08, 2021 3:10 am
Forum: Support
Topic: ASCII alphabet being sent from client to crazyflie
Replies: 2
Views: 676

ASCII alphabet being sent from client to crazyflie

Good evening,

When dumping the packets being sent to the crazyflie, I'm seeing the ASCII alphabet being sent over and over again.

Where is this coming from? I'd like to know so I can better understand how to send information/data to the drone.
Thanks!