Search found 87 matches

by wydmynd
Sun Nov 29, 2020 9:28 am
Forum: Developer Discussions
Topic: [solved] reset the CF from the firmware
Replies: 7
Views: 1712

Re: reset the CF from the firmware

tested. works.
by wydmynd
Sun Nov 08, 2020 4:53 pm
Forum: Developer Discussions
Topic: [solved] reset the CF from the firmware
Replies: 7
Views: 1712

Re: reset the CF from the firmware

thanks! will report if it works
by wydmynd
Thu Nov 05, 2020 11:47 am
Forum: Developer Discussions
Topic: [solved] reset the CF from the firmware
Replies: 7
Views: 1712

[solved] reset the CF from the firmware

hi, - I want to make an app that in some error conditions will reset the CF (like resetting STM32 using NRF from the cflib) searched google and found there is a command - NVIC_SystemReset() but in the CF firmware could not find that it is defined. does anyone know if this is plausible to implement ?...
by wydmynd
Wed Oct 21, 2020 5:50 am
Forum: Support
Topic: sync logging method in cflib
Replies: 1
Views: 9243

sync logging method in cflib

hi this great tutorial explains how to log variables using regular and sync methods. But I'm not sure what are the dis/advantages of each. As I understand the sync method, there is a loop somewhere that grabs variables so you can be sure they were all grabbed from memory in the timeframe of the loop...
by wydmynd
Wed Oct 14, 2020 3:34 pm
Forum: Developer Discussions
Topic: Spi sensor connect problem
Replies: 18
Views: 3981

Re: Spi sensor connect problem

i meant this - https://github.com/bitcraze/crazyflie-f ... issues/368
but perhaps your problem is different.
by wydmynd
Wed Oct 14, 2020 2:20 pm
Forum: Developer Discussions
Topic: Spi sensor connect problem
Replies: 18
Views: 3981

Re: Spi sensor connect problem

this has been corrected in a firmware release about 1 month ago. make sure you have the most recent version.
by wydmynd
Sun Oct 11, 2020 5:57 pm
Forum: Developer Discussions
Topic: Building own CF firmware in eclipse
Replies: 1
Views: 706

Re: Building own CF firmware in eclipse

I used Eclipse initially, but then just installed VSCode on the VM , I recommend it.
You can make and upload binaries with just three commands on the terminal.
  • make clean (if changes made to makefile),
  • make
  • make cload (to upload)
by wydmynd
Sun Sep 20, 2020 8:40 am
Forum: Developer Discussions
Topic: [SOLVED] BasicLog example - maximum items in logConfig
Replies: 6
Views: 1843

Re: [SOLVED] BasicLog example - maximum items in logConfig

Hi, so in light of recent updates to the logging code in cflib, just wanted to make sure that synclogger is the only way (or recommended way) to log a large amount of variables at once?
didn't exactly understand the improvement in the logging functionality .
Thanks!
by wydmynd
Tue Aug 25, 2020 6:38 am
Forum: Developer Discussions
Topic: [SOLVED] BasicLog example - maximum items in logConfig
Replies: 6
Views: 1843

Re: BasicLog example - maximum items in logConfig

OK thanks!
I suggest adding that to the documentation