Search found 659 matches

by marcus
Tue Apr 26, 2022 1:39 pm
Forum: AI-deck
Topic: Problems with AI deck and bootloader
Replies: 4
Views: 10194

Re: Problems with AI deck and bootloader

Hi! Ok, let's see if we can fix this. Here's a few questions just to double check: Did you successfully flash the GAP8 bootloader via JTAG? Are you flashing your application via WiFi or the Crazyradio PA? Can you try to re-flash it again to see if you reach 100% and it works then? Have you run the a...
by marcus
Tue Apr 26, 2022 1:30 pm
Forum: AI-deck
Topic: CPX Stalls
Replies: 10
Views: 18632

Re: CPX Stalls

Thanks for the code. I've started implementing some load testing, but it's not good enough yet, so having a way to trigger this is good.
by marcus
Tue Apr 19, 2022 9:08 am
Forum: AI-deck
Topic: aideck bootloader
Replies: 26
Views: 73015

Re: aideck bootloader

If you have the latest version of the crazyflie-python-lib you should be able to bootload the GAP8 via the Crazyradio PA using the following command (substituting the radio address for the one you use): cfloader flash BUILD/GAP8_V2/GCC_RISCV_FREERTOS/target.board.devices.flash.img deck-bcAI:gap8-fw ...
by marcus
Tue Apr 12, 2022 8:18 am
Forum: AI-deck
Topic: CPX Stalls
Replies: 10
Views: 18632

Re: CPX Stalls

Thanks for reporting this. We haven't tested this use-case yet, but I'll try to get the time to do it so we can debug it.
by marcus
Tue Apr 12, 2022 8:06 am
Forum: AI-deck
Topic: wifi_jpeg_streamer example issues
Replies: 10
Views: 18506

Re: wifi_jpeg_streamer example issues

Could it be that the WiFi is not being set up? Either you need to tell the Crazyflie to do this (by using make menuconfig) or the GAP8 test program by setting SETUP_WIFI_AP=1 when building (make sure to do make clean first just in case).
by marcus
Tue Apr 12, 2022 8:03 am
Forum: AI-deck
Topic: aideck bootloader
Replies: 26
Views: 73015

Re: aideck bootloader

Good to hear that it's working.

The reason for the two windows is that one is raw and the other one is colorized.

Unfortunately the test program will only exit on Ctrl+C in the console.
by marcus
Thu Apr 07, 2022 7:33 am
Forum: AI-deck
Topic: aideck bootloader
Replies: 26
Views: 73015

Re: aideck bootloader

Ok, thanks for the update. So just to make sure, you're using the toolbelt for the ESP32 (as described above) and you get an error when programming? Are you using the Olimex ARM-USB-TINY-H programmer? The reason I'm asking is that I'm using the toolbelt to build/flash the ESP32 and I'm not seeing th...
by marcus
Wed Apr 06, 2022 9:16 am
Forum: AI-deck
Topic: aideck bootloader
Replies: 26
Views: 73015

Re: aideck bootloader

Are you using the docker container for flashing the ESP or are you using a local installation?
by marcus
Mon Apr 04, 2022 10:51 am
Forum: General discussions
Topic: Send Data From Crazyflie to Simulink with ZeroMQ
Replies: 9
Views: 15645

Re: Send Data From Crazyflie to Simulink with ZeroMQ

I'm not sure what the problem might be. I'm running the latest commit of the client and the cf-lib. I also tried to pip install the library, version cflib-0.1.18.1 and this also works. It looks strange since when I tried to uninstall the cflib to try to replicate the problem, I get errors about crtp...
by marcus
Thu Mar 31, 2022 6:26 am
Forum: General discussions
Topic: Send Data From Crazyflie to Simulink with ZeroMQ
Replies: 9
Views: 15645

Re: Send Data From Crazyflie to Simulink with ZeroMQ

Hmm, looks like it can't find the CF lib. Do you have it installed? Can you run the normal client?