Search found 659 matches

by marcus
Mon Mar 28, 2022 9:43 am
Forum: AI-deck
Topic: aideck bootloader
Replies: 26
Views: 72982

Re: aideck bootloader

Unfortunately things in this part of the code (AI-deck / examples) currently have a lot of changes and there's probably still a few issues lurking here that we haven't found yet. I see that the code you're trying to compile is older code since it's giving the warning for the wifi_credentials.h file....
by marcus
Fri Mar 25, 2022 9:45 am
Forum: General discussions
Topic: Send Data From Crazyflie to Simulink with ZeroMQ
Replies: 9
Views: 15630

Re: Send Data From Crazyflie to Simulink with ZeroMQ

I've tested this out and it seems to work. The way to use it to first start the server by running the following in the client repository: python bin/cfzmq Once the server is up and running you will see the following printout. INFO:cfzmq:Biding ZMQ cmd serverat tcp://127.0.0.1:2000 INFO:cfzmq:Biding ...
by marcus
Fri Mar 25, 2022 9:13 am
Forum: General discussions
Topic: Send Data From Crazyflie to Simulink with ZeroMQ
Replies: 9
Views: 15630

Re: Send Data From Crazyflie to Simulink with ZeroMQ

OK, thanks for the info. I'm not sure about the state of the ZMQ server, we haven't used it in a long time. I can have a look and see if it's working. Otherwise there's also the option of trying this out.

I'll give the ZMQ server a try and let you know how it goes.
by marcus
Fri Mar 25, 2022 9:05 am
Forum: AI-deck
Topic: AI-deck GAP8 WiFi bootloader
Replies: 2
Views: 9329

Re: AI-deck GAP8 WiFi bootloader

Hi!

Unfortunately you cannot use idf.py for flashing, there's more information here on how to flash the ESP32 with JTAG.
by marcus
Fri Mar 25, 2022 9:03 am
Forum: AI-deck
Topic: aideck bootloader
Replies: 26
Views: 72982

Re: aideck bootloader

Hmm, this indicates that the GAP8 is frozen in some way. Did you flash the wifi example with the bootloader or with the JTAG?
by marcus
Fri Mar 25, 2022 9:01 am
Forum: AI-deck
Topic: wifi_jpeg_streamer example issues
Replies: 10
Views: 18476

Re: wifi_jpeg_streamer example issues

The first part for the ESP should be correct, but if you would like to use the WiFi bootloader you should flash your application with the python script in the aideck-gap8-bootloader repository. There's more information here.
by marcus
Wed Mar 23, 2022 8:39 am
Forum: General discussions
Topic: Send Data From Crazyflie to Simulink with ZeroMQ
Replies: 9
Views: 15630

Re: Send Data From Crazyflie to Simulink with ZeroMQ

Hi! Unfortunately I don't have access to Matlab/Simulink, but I'll try to see if I can help out. I have a few questions, just to make sure I understand correctly: Are you using our ZMQ server ( this one )? Are you using any other libs on the Simulink side to interface this? Is the goal to get access...
by marcus
Tue Mar 22, 2022 11:30 am
Forum: AI-deck
Topic: aideck bootloader
Replies: 26
Views: 72982

Re: aideck bootloader

Can you copy paste what's written in the console when you run the viewer? Do you see the LEDs blinking on the deck (there's should be 2 blinking)?
by marcus
Tue Mar 22, 2022 11:27 am
Forum: AI-deck
Topic: wifi_jpeg_streamer example issues
Replies: 10
Views: 18476

Re: wifi_jpeg_streamer example issues

Did you program the GAP8 as well? If so then also check that it's running (LED2 should be blinking), is it?
by marcus
Thu Mar 17, 2022 8:55 am
Forum: AI-deck
Topic: aideck bootloader
Replies: 26
Views: 72982

Re: aideck bootloader

Ah, yeah, this is probably by a bug in the GAP8 SDK for FreeRTOS projects. Which version are you on?

I've missed the build instructions in the GAP8 bootloader, I've updated it now so please have a look here and see if this solves the issue.