Search found 6 matches

by trax2501
Thu Nov 18, 2021 12:26 pm
Forum: Developer Discussions
Topic: External power supply
Replies: 2
Views: 1093

Re: External power supply

I want to power the Crazyflie while flying. I will use the battery port then.
As of right now, the crazyflie is mounted on an experimental setup where it's weight is supported so the weight of the wires shouldn't it.
Thank you very much for your help.
by trax2501
Wed Nov 17, 2021 10:01 pm
Forum: Developer Discussions
Topic: External power supply
Replies: 2
Views: 1093

External power supply

I am currently working on training a neural network to fly the CF2.1. Which means that I need to log a bunch of flying examples. Using the batteries doesn't cut it since I need to change them often. I want to power the CF externally with a power supply. Is it doable? I've read that the VUSB could po...
by trax2501
Tue Mar 03, 2020 2:19 pm
Forum: Support
Topic: [SOLVED] Using micro-SD deck with Z-Ranger V2
Replies: 6
Views: 5289

Re: Using micro-SD deck with Z-Ranger V2

I think this is a memory issue and I bumped into it as well when trying to add functionality so the micro-SD could more easily be moved to SPI3 bus. I have attached a STM32 FW with the changes I made. Can you try this? I will try to get these changes to the master branch during the week. It seems t...
by trax2501
Fri Feb 28, 2020 2:34 pm
Forum: Support
Topic: [SOLVED] Using micro-SD deck with Z-Ranger V2
Replies: 6
Views: 5289

Re: Using micro-SD deck with Z-Ranger V2

Hi! They should be working together indeed. So let's find out what is happening. You mentioned this happens when config.txt is on the sdcard. The assert does not happen when this file is not on the card? Could you send us the content of config.txt? The assert doesn't happen when the file isn't pres...
by trax2501
Tue Feb 25, 2020 3:47 pm
Forum: Support
Topic: [SOLVED] Using micro-SD deck with Z-Ranger V2
Replies: 6
Views: 5289

Re: Using micro-SD deck with Z-Ranger V2

The assert doesn't happen when the file isn't present. Here is the content of config.txt: 1 # frequency 10 # buffer size log # file name 1 # enable on startup (0/1) 2 # mode (0: disabled, 1: synchronous stabilizer, 2: asynchronous) acc.x acc.y acc.z ctrltarget.roll ctrltarget.pitch ctrltarget.yaw
by trax2501
Mon Feb 24, 2020 7:10 pm
Forum: Support
Topic: [SOLVED] Using micro-SD deck with Z-Ranger V2
Replies: 6
Views: 5289

[SOLVED] Using micro-SD deck with Z-Ranger V2

When using the micro-SD deck with the Z-Ranger V2 together on my crazyflie 2.1, the self-test occures twice than fails. I use the latest firmware on my crazyflie. I also tried older firmware without success. Those boards should work fine out of the box together as mention on the compatibility table....