Search found 14 matches

by WendaZ
Thu Dec 16, 2021 8:30 pm
Forum: AI-deck
Topic: Problems of using AI-deck and SD-card together
Replies: 6
Views: 1579

Re: Problems of using AI-deck and SD-card together

Hi jonasdn, One follow-up. The solution you provided works out. I provide a small summary as follows for others who wants to use ai-deck and sd-card. (1) Hardware side: Disconnect IO4 between CF and sd-card. Connect IO2 (or IO1, IO3) of CF to IO4 on sd-card deck. (2) Software side: change line 81 an...
by WendaZ
Tue Dec 14, 2021 11:49 pm
Forum: AI-deck
Topic: Problems of using AI-deck and SD-card together
Replies: 6
Views: 1579

Re: Problems of using AI-deck and SD-card together

One more update. I desoldered the IO4 and IO3 on the SD-Card. Instead, I connected the IO2 pin on STM to IO4 pin on SD-card and set the firmware to use IO2 for sd-card CS. Meanwhile, the IO4 pin on CF is only connected to the AI-deck. The figures are attached. However, the same problem still came up...
by WendaZ
Tue Dec 14, 2021 4:55 pm
Forum: AI-deck
Topic: Problems of using AI-deck and SD-card together
Replies: 6
Views: 1579

Re: Problems of using AI-deck and SD-card together

Hi jonasdn, I tested the method you provide but I encountered an error. I connected IO3 to IO4 on the sd-card and modified in the usddeck.c to use DECK_GPIO_IO3 (shown in the attached figure). The sd-card can log data with only sd-card deck is connected to CF. However, I got an error when I connecte...
by WendaZ
Tue Dec 14, 2021 2:57 pm
Forum: AI-deck
Topic: Problems of using AI-deck and SD-card together
Replies: 6
Views: 1579

Re: Problems of using AI-deck and SD-card together

Hi jonasdn, Thanks for the reply! My question would be how exactly should I patch the SD-card deck? In the document ( https://www.bitcraze.io/documentation/system/platform/cf2-expansiondecks/#deck-pin-allocation ) it says to connect "via solder bridges or 0 Ohm resistors". Then from my und...
by WendaZ
Tue Dec 14, 2021 3:38 am
Forum: AI-deck
Topic: Problems of using AI-deck and SD-card together
Replies: 6
Views: 1579

Problems of using AI-deck and SD-card together

Hello AI-deck team, I plan to use AI-deck and SD-card together to collect some data. However, I think there might be some conflicts between the two decks. The problem I encountered when using both decks is as follows. Problem: When attaching AI-deck and SD-card deck, setting the parameter "usd/...
by WendaZ
Tue Dec 14, 2021 1:52 am
Forum: Developer Discussions
Topic: On-chip debugging VS-Code Ubuntu 20.04
Replies: 3
Views: 1311

Re: On-chip debugging VS-Code Ubuntu 20.04

Hi jonasdn,

Thanks for the reply. The attachment is the screen shot of the arm-none-eabi-gdb and launch.json file.
by WendaZ
Wed Dec 08, 2021 3:49 am
Forum: Developer Discussions
Topic: On-chip debugging VS-Code Ubuntu 20.04
Replies: 3
Views: 1311

On-chip debugging VS-Code Ubuntu 20.04

Hello, I am trying to set up the on-chip debugging in VS-code on Ubuntu 20.04 following the document (https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/development/openocd_gdb_debugging/) The debugging environment was working perfectly on my Ubuntu 16.04 laptop. However, in ...
by WendaZ
Tue Dec 07, 2021 4:17 pm
Forum: AI-deck
Topic: Adjust the focus of ai deck
Replies: 2
Views: 748

Re: Adjust the focus of ai deck

I see. Thanks for the reply!

We will try that and see if tuning the focus can improve the image data.
by WendaZ
Tue Dec 07, 2021 5:10 am
Forum: AI-deck
Topic: Adjust the focus of ai deck
Replies: 2
Views: 748

Adjust the focus of ai deck

Hi,

I plan to use the AI deck to collect some data during flights. Yet I found that the collected images are a bit out of focus.

Is there a way to adjust the focus of the ai deck?

Thanks.
by WendaZ
Wed Dec 01, 2021 2:11 am
Forum: AI-deck
Topic: AI-deck GAP8 flash issue
Replies: 4
Views: 1309

Re: AI-deck GAP8 flash issue

Hi, After reflash several times, the Face detection example is working onboard. For my customized code, I find adding a 5-second delay at the beginning helps to run the flashed code onboard. My suspicion is that there are some conflicts at the initialization which sometimes causes crashes during the...