Search found 659 matches

by marcus
Mon May 23, 2022 6:46 am
Forum: AI-deck
Topic: Multiple AI deck video stream
Replies: 1
Views: 12631

Re: Multiple AI deck video stream

Hi,

Yes, this is possible but the current python application does not support this. You can re-write it to open up sockets to each of the Crazyflies and get all the images at once.
by marcus
Thu May 19, 2022 7:00 am
Forum: AI-deck
Topic: Issue with new wifi-img-streamer example
Replies: 12
Views: 46399

Re: Issue with new wifi-img-streamer example

It seems as if the GAP8 is running and taking images, but like you said the problem is that the AI deck keeps disconnecting from your WiFi. If you're flashing the binary from the tutorial (aideck_gap8_wifi_img_streamer_with_ap.bin) this is not compatible with the old part where the WiFi was set up f...
by marcus
Tue May 17, 2022 4:39 am
Forum: AI-deck
Topic: Cannot connect crazyflie
Replies: 11
Views: 40883

Re: Cannot connect crazyflie

Ok, thanks for the update.
by marcus
Tue May 17, 2022 4:38 am
Forum: AI-deck
Topic: Issue with new wifi-img-streamer example
Replies: 12
Views: 46399

Re: Issue with new wifi-img-streamer example

Ok, does it make any difference if you set up the AI deck as an access point? Did you have the AI deck attached when you updated to the ner version? This would have been noticeable since it takes a lot longer to update the firmware. If you're unsure you can run the update again with the AI deck atta...
by marcus
Wed May 11, 2022 9:13 am
Forum: AI-deck
Topic: Cannot connect crazyflie
Replies: 11
Views: 40883

Re: Cannot connect crazyflie

Not sure why it takes longer to connect. How much longer does it take to connect to the AI deck AP compared to when the AI deck is connecting to an AP? Yes, the LED blinking is fine. You can save the images by running the opencv-viewer.py with the argument --save . This will place images in a direct...
by marcus
Wed May 11, 2022 6:58 am
Forum: AI-deck
Topic: Issue with new wifi-img-streamer example
Replies: 12
Views: 46399

Re: Issue with new wifi-img-streamer example

Yes, this procedure is ok. But the issue that the GAP8 get's "stuck" and you have to power it off for a long time is not caused by the GAP8 or EPS/Nina firmware, this is an issue with the nRF and STM. There's a change in the latest firmware that makes sure you cannot quickly power on/off t...
by marcus
Wed May 11, 2022 6:49 am
Forum: AI-deck
Topic: Cannot connect crazyflie
Replies: 11
Views: 40883

Re: Cannot connect crazyflie

Does the LED blink faster when you connect to the WiFi access point? If so then this sounds like the old example and this will not work anymore. Is the example you're working with located in aideck-gap8-examples/examples/other/wifi-img-streamer ? So you're able to connect to the WiFi access point bu...
by marcus
Tue May 10, 2022 8:32 am
Forum: AI-deck
Topic: Cannot connect crazyflie
Replies: 11
Views: 40883

Re: Cannot connect crazyflie

For using the flashing via the cfloader you need to update to the latest version of the crazyflie-lib-python and install it from source ( link to instructions , it should be installed in editable mode). Note that you will probably have to uninstall the previous version of cflib with pip uninstall cf...
by marcus
Tue May 10, 2022 8:26 am
Forum: AI-deck
Topic: Issue with new wifi-img-streamer example
Replies: 12
Views: 46399

Re: Issue with new wifi-img-streamer example

Hi Luca, No problem! Yeah, this is what I meant by build from source. But it might be that we've updated it after you cloned it. So if you could pull the latest changes from the nRF and STM and rebuild/flash then this problem should be fixed. The repositories you need to update are the: crazyflie2-n...
by marcus
Mon May 09, 2022 11:19 am
Forum: AI-deck
Topic: Issue with new wifi-img-streamer example
Replies: 12
Views: 46399

Re: Issue with new wifi-img-streamer example

Hi Luca,

Yeah, we've seen this and it should be fixed in the latest firmware but there's still no release. Could you try to build the nRF and STM from source to see if this fixes the problem?