Search found 2338 matches

by tobias
Mon Feb 28, 2022 10:46 am
Forum: Autonomous flight
Topic: Off board low level control
Replies: 2
Views: 9665

Re: Off board low level control

There is the possibility to use the motorPowerSet parameter group but I think this way would be to slow to do any low level control off-board. There has been some successful attempts before like in this post but It will, if I recall correctly, require modifying firmware and writing c-code.
by tobias
Fri Feb 11, 2022 11:42 am
Forum: General discussions
Topic: Experiencing apparently solved problems with SD deck
Replies: 13
Views: 21096

Re: Experiencing apparently solved problems with SD deck

Are you getting different asserts or mainly the one in the usddeck.c @795: static void usdWriteData(const void *data, size_t size) { UINT bytesWritten; FRESULT status = f_write(&logFile, data, size, &bytesWritten); ASSERT(status == FR_OK); crc32Update(&crcContext, data, size); STATS_CNT_...
by tobias
Tue Feb 08, 2022 10:00 am
Forum: Developer Discussions
Topic: Better battery/propeller options
Replies: 3
Views: 13307

Re: Better battery/propeller options

I would look for Hubsan x4 batteries as they fit on the CF2.1 as well. Many toy drone batteries actually does, just make sure it is the same connector and that it is thin enough to fit between the deck connectors (20mm max with). For different propellers it is probably best to change to the bigger 7...
by tobias
Mon Feb 07, 2022 12:18 pm
Forum: Bitcraze
Topic: CF client can’t see Crazyflie
Replies: 3
Views: 9976

Re: CF client can’t see Crazyflie

The M1 green LED would indicate something being written to the micro-SD card, which requires a micro-SD card deck. Do you have that mounted? Are you able to enter bootloader mode and flash it with e.g. the latest stable release 2022.01? You could try connecting it to your computer using a USB cable ...
by tobias
Thu Feb 03, 2022 9:36 am
Forum: AI-deck
Topic: WiFi Connectivity Issues
Replies: 11
Views: 17529

Re: WiFi Connectivity Issues

OK, good, then we know!

I don't think we have actually tried but it can very much be related to the Olimex or the configuration of it. It could be as simple as adjusting the interface setup. We have a Jlink here, I'll put a todo-note to test with this instead.
by tobias
Wed Feb 02, 2022 8:48 am
Forum: AI-deck
Topic: WiFi Connectivity Issues
Replies: 11
Views: 17529

Re: WiFi Connectivity Issues

Hi Wolfgang!
This could be a reset issue of the camera. Please check this forum post. This post is also touching it. Also found a note in the jtag documentation. :D Let us know it that is the issue.
by tobias
Thu Jan 27, 2022 12:47 pm
Forum: Quadcopters
Topic: Replacing the brushed motors with powerful motors
Replies: 1
Views: 9189

Re: Replacing the brushed motors with powerful motors

The power path is explained a bit in this blog post which is relevant. I think 2A per motor is not a problem but it will require to change battery as well to not trigger the PCM (short protection) in the battery. We have tested many 7x20mm motors without problem but an upgraded battery might be need...
by tobias
Thu Jan 27, 2022 9:43 am
Forum: General discussions
Topic: Experiencing apparently solved problems with SD deck
Replies: 13
Views: 21096

Re: Experiencing apparently solved problems with SD deck

I'm glad it works much better but I pretty sure you will hit more bugs when you stress things. Let us know if so. About your questions: 1. Yes that is correct. Fixed frequency is simpler. For events, code has to be added, but you will get each event at the right rate. 2. I think the limit is 20 vari...
by tobias
Wed Jan 26, 2022 2:32 pm
Forum: General discussions
Topic: Experiencing apparently solved problems with SD deck
Replies: 13
Views: 21096

Re: Experiencing apparently solved problems with SD deck

Hi Dominik, I missed the fact that the fixed frequency test did not write down any log variable data. I debugged it and it turns out that our parser is not that robust and can't handle a fully commented line. So the "# IMU" in the fixed frequency test get interpreted as there are no variab...
by tobias
Tue Jan 25, 2022 10:33 am
Forum: General discussions
Topic: Experiencing apparently solved problems with SD deck
Replies: 13
Views: 21096

Re: Experiencing apparently solved problems with SD deck

There might be bugs still but in general the logging should work. I did some tests (#1 and #2) with 2022.01_rc1 and it worked well for me. I used a Kingston 32GB Class 10 A1 (Canvas select plus). I wonder what the difference for me is, and also why your SD-card doesn't work... sdcard-format.png sdca...