Search found 20 matches
- Sat Dec 05, 2020 10:54 pm
- Forum: Technology
- Topic: CF Bolt schematic @Tobias
- Replies: 1
- Views: 441
CF Bolt schematic @Tobias
Hi, I'm curious about the schematic design of cf bolt. It seems the STM_SWIO and STM_SWCLK are not connected with the NRF, then how the NRF flash the firmware for STM32?
- Tue Sep 22, 2020 2:32 pm
- Forum: Quadcopters
- Topic: NRF Firmware
- Replies: 3
- Views: 410
Re: NRF Firmware
Hi! Just to make your post a bit more clear: When you try to flash the NRF, are you using the debug adapter right? You are not trying to flash the NRF through the white connector that is already connected to the Crazyflie? And are you using an stlink or another debugger? Yes, I flashed the NRF thro...
- Tue Sep 22, 2020 5:29 am
- Forum: Quadcopters
- Topic: NRF Firmware
- Replies: 3
- Views: 410
NRF Firmware
After I tried to flash the NRF chip, I can't connect to the drone anymore. Here is what I get when trying to flash the NRF. make flash openocd -d2 -f interface/stlink-v2-1.cfg -f target/nrf51.cfg -c init -c targets -c "reset halt" \ -c "flash write_image erase cf2_nrf.hex" -c "verify_image cf2_nrf.h...
- Wed Jul 22, 2020 3:51 am
- Forum: Quadcopters
- Topic: CF Bolt schematic
- Replies: 1
- Views: 420
CF Bolt schematic
I see that in the cf bolt schematic, the STM_SWIO and STM_SWCLK are not connecting to the NRF51822, so how can the RF chip upload the firmware?
- Tue Jun 02, 2020 5:57 am
- Forum: Bitcraze
- Topic: Oscillator for NRF51822
- Replies: 1
- Views: 496
Oscillator for NRF51822
Hi, I'd like to know the specific type of X3 16MHz oscillator. It seems to need power, but two terminals are connected to GND.
- Fri Apr 17, 2020 2:49 pm
- Forum: Bitcraze
- Topic: Make a more powerful but still tiny drone.
- Replies: 27
- Views: 7785
Re: Make a more powerful but still tiny drone.
@leonana69 may you share your pid and thrust base values so I can compare to the crazyflie and make the right decision for my new quad? The thrustBase is 32000 and thrustMin is 20000. For height control PID, the PID_Z_RATE_KP/KI/KD are 7.0/2.0/0.3, the PID_K_KP/KI/KD are 10.0/2.0/1.0. I didn't chan...
- Tue Mar 31, 2020 11:57 pm
- Forum: Quadcopters
- Topic: Sensor BMI088 and BMP388
- Replies: 2
- Views: 1477
Re: Sensor BMI088 and BMP388
The reason for that is that it might be possible to build a very small and powerful quadrotor using the Bolt. Then the latency between the sensor readings and motor output will be more important. The SPI has lower latency and therefore this was chosen. It adds some possible compatibility issues tho...
- Tue Mar 31, 2020 12:46 am
- Forum: Quadcopters
- Topic: Sensor BMI088 and BMP388
- Replies: 2
- Views: 1477
Sensor BMI088 and BMP388
I wonder is there any reason for changing I2C to SPI DMA way of reading sensors data in cf bolt?
- Tue Mar 31, 2020 12:40 am
- Forum: Bitcraze
- Topic: Make a more powerful but still tiny drone.
- Replies: 27
- Views: 7785
Re: Make a more powerful but still tiny drone.
Very nicely done! Did you also get the flow deck to work OK? I think there are some parameters that needs to be changed/tuned to compensate for the different inertia, weight and thrust. Yes, I re-tuned the PID controller, changed the thrustBase in the position_controller_pid.c to match the current ...
- Fri Mar 06, 2020 9:29 pm
- Forum: Bitcraze
- Topic: Make a more powerful but still tiny drone.
- Replies: 27
- Views: 7785
Make a more powerful but still tiny drone.
These days I've been working on somehow combine these two drones: https://cdn.shopify.com/s/files/1/1285/4651/products/CineBee-75HD-with-RuncamSplitNano_4_-1000x1000_700x700.jpg?v=1579823606 and https://www.bitcraze.io/images/Crazyflie2.0/Crazyflie2.0-585px.JPG . The first is iFlight Cinebee, it's v...