Search found 11 matches

by formica
Wed Feb 24, 2016 10:58 am
Forum: Developer Discussions
Topic: Revision D schematics?
Replies: 1
Views: 1555

Revision D schematics?

Hi guys, I'm hacking my CF2 and I noticed that my hardware is a Revision D, while the released schematics are Revision C. I noticed also that there is a flag in the crazyflie-firmware makefile (release version) that refers to the revision. 1) Which are the differences between the two revisions? Is t...
by formica
Wed Feb 17, 2016 4:11 pm
Forum: Developer Discussions
Topic: Flashing everything from scratch
Replies: 7
Views: 4869

Re: Flashing everything from scratch

No way! I have followed your order, with this procedure: 1) flashed crazyflie2-nrf-firmware (release version) on the NRF: 'make' + 'make factory_reset' 2) I had to halt the NRF by hand (through openocd 'reset halt') 3) flashed crazyflie2-stm-bootloader (release version) on the STM32F4: 'make' + 'mak...
by formica
Wed Feb 17, 2016 9:39 am
Forum: Developer Discussions
Topic: Flashing everything from scratch
Replies: 7
Views: 4869

Re: Flashing everything from scratch

Hi arnaud,
thanks for the answer.

Unfortunately I cannot flash the STM32 after the NRF: it seems that openocd doesnt't connect at all to the STM32 if there is something in the NRF flash (conversely, if I mass_erase the NRF flash I can connect again). Strange!

:(
by formica
Tue Feb 16, 2016 3:43 pm
Forum: Developer Discussions
Topic: Flashing everything from scratch
Replies: 7
Views: 4869

Re: Flashing everything from scratch

I have tried etiher compiling the NRF firmware with BLE=0 and without. Same results... the board is stucked with the nrf BLUE LED on.

I mass erased everything from the two chips, so I have to flash all from scratch.
by formica
Tue Feb 16, 2016 12:37 pm
Forum: Developer Discussions
Topic: Flashing everything from scratch
Replies: 7
Views: 4869

Flashing everything from scratch

Hi guys, I'm trying to hack my CF2 using an SWD programmer (from the ST nucleo board) and openocd. I can flash the software easily using either openocd via telnet or using the Makefile (make flash etc etc.). I'm experiencing a lot of trouble with the firmware... I have flashed, in this order: - craz...
by formica
Thu May 21, 2015 12:36 pm
Forum: Developer Discussions
Topic: vertical control
Replies: 5
Views: 4261

Re: vertical control

I'm trying to use the whoenig code on github (with an optitrack mocap at 200fps) and can't control properly the copter.
The PID parameters are 4000, 3000, 2000.

Any idea?
by formica
Fri May 15, 2015 10:01 am
Forum: Developer discussions
Topic: Communication with multiple Crazyflies
Replies: 28
Views: 32407

Re: Communication with multiple Crazyflies

Hi whoenig, I have closed the loop, so now I can takeoff and land by rosservice. Now it's starting the core: the control. The crazyflie it's very unstable and doesn't seems controlled in position. The reasons could be many: wrong frequency of the pose infos by the mocap, weak calibration of the moca...
by formica
Tue May 12, 2015 11:44 am
Forum: Developer discussions
Topic: Communication with multiple Crazyflies
Replies: 28
Views: 32407

Re: Communication with multiple Crazyflies

Thanks whoenig. I did some steps further, using your client. I do not have a Vicon but an Optitrack system, so I'm adapting your launch file. I'm experiencing some problems with controller.py. The error is following: "Could not transform from /world to /Robot_1/pose" Robot_1/pose is the Po...
by formica
Wed May 06, 2015 12:35 pm
Forum: Developer discussions
Topic: Communication with multiple Crazyflies
Replies: 28
Views: 32407

Re: Communication with multiple Crazyflies

Hi whoenig, I'm experimenting with your code from github (crazyflie_ros package on ROS indigo and Ubuntu 14, with one crazyradio PA and two CFs). I flashed new firmware on nrf51 and stm32 to allow the multi-addressing mode. Using the default branch of crazyflie-clients-python from github I can see a...
by formica
Wed Apr 29, 2015 11:07 am
Forum: Developer discussions
Topic: Communication with multiple Crazyflies
Replies: 28
Views: 32407

Re: Communication with multiple Crazyflies

Thanks Chad. AWESOME!

I didn't still understand if I have to compile and flash on the CFs the latest version of the firmware to use the addressing feature explained in the blog's post.
Any Idea?

Is it specifically needed to re-program the nrf51?