Search found 132 matches

by jonasdn
Tue Nov 09, 2021 5:28 am
Forum: General discussions
Topic: rubber pad
Replies: 2
Views: 648

Re: rubber pad

Hi!

It should stick to the PCB.
by jonasdn
Tue Nov 09, 2021 5:25 am
Forum: Bitcraze
Topic: Battery Logging with Example Script
Replies: 10
Views: 1558

Re: Battery Logging with Example Script

Hi, could you please paste the error you receive?
by jonasdn
Mon Nov 08, 2021 12:05 pm
Forum: Support
Topic: ASCII alphabet being sent from client to crazyflie
Replies: 2
Views: 681

Re: ASCII alphabet being sent from client to crazyflie

Hello traffens! So, this is a tricky question :) Maybe we could get a bit more information about what you are trying to do, or learn? But, to try to answer in the general, when you are dumping data like this and you get some kind of counter and you print it. Then you will many times end up with seei...
by jonasdn
Mon Nov 08, 2021 11:57 am
Forum: Developer Discussions
Topic: Firmware can not "make"
Replies: 3
Views: 1032

Re: Firmware can not "make"

Hi, this is weird!

Could you paste the output of "make -p" somewhere so we can examine what make things is going on?

Jonas
by jonasdn
Mon Nov 08, 2021 6:19 am
Forum: Bitcraze
Topic: Battery Logging with Example Script
Replies: 10
Views: 1558

Re: Battery Logging with Example Script

Hi! I am not sure there is a example, but you should be able to do it with the Swarm class, with something like (untestedd, might not work): uris = [ uri1, uri2, ..., uriN ] cflib.crtp.init_drivers() def setup_logging(scf): config = LogConfig(name='pm', period_in_ms=500) config.add_variable('pm.vbat...
by jonasdn
Mon Nov 08, 2021 6:02 am
Forum: Support
Topic: Can't see changes to radiodriver.py
Replies: 2
Views: 9662

Re: Can't see changes to radiodriver.py

You could use:

Code: Select all

pip3 install -e . 
To install your local copy as "editable install" then your edits will take effect at once.
by jonasdn
Thu Nov 04, 2021 6:07 am
Forum: Developer Discussions
Topic: Integrate own flight controller in firmware
Replies: 2
Views: 1385

Re: Integrate own flight controller in firmware

Hi Nikolai! Unfortunately we do not have such a diagram. If you could write down here what you find most confusing maybe that could guide us towards better documentation. Also, perhaps this lecture by Kimberly, done at EFPL, could guide you somewhat: https://www.youtube.com/watch?v=6s8i-nhPjt0 Regar...
by jonasdn
Thu Nov 04, 2021 5:28 am
Forum: Lighthouse positioning system
Topic: Random Flyaways and Flips
Replies: 8
Views: 14179

Re: Random Flyaways and Flips

Hi Nils! This is curious indeed! I would like one clarification, do you see the both the flipping and the flyaways using both the swarm examples and the cfclient? Or is that only in regards to flyaways? We have seen the flips here at Bitcraze as well, and are investigating them, we see them mainly i...
by jonasdn
Mon Nov 01, 2021 5:29 am
Forum: Developer Discussions
Topic: programming trajectory pre-flight
Replies: 2
Views: 896

Re: programming trajectory pre-flight

Hello Newbie! You are right, this is possible. The usual ways are either by using radio ( https://www.bitcraze.io/products/crazyradio-pa/ ) to upload trajectories, or to send setpoints of where the drone should go. For more information about the Crazyflie and its eco-system you can start here: https...
by jonasdn
Mon Nov 01, 2021 5:22 am
Forum: Support
Topic: Bitcraze VM cfclient cannot use CrazyRadio
Replies: 4
Views: 947

Re: Bitcraze VM cfclient cannot use CrazyRadio

Hi traffens!

This sounds weird! I have not hear about this before. Could I perhaps ask:
  1. is this from a VM or natrive?
  2. is this Mac? Linux? Windows?
Jonas