Page 2 of 2

Re: Debugdriver for UI testing

Posted: Mon May 06, 2013 1:57 pm
by tobias
Have you tried connecting to the bootloader? http://wiki.bitcraze.se/projects:crazyf ... tils:qt_ui

When you press the connect button can you see the red LED on the Crazyradio blinking?

Re: Debugdriver for UI testing

Posted: Mon May 06, 2013 2:04 pm
by Vertikar
tobias wrote:Have you tried connecting to the bootloader? http://wiki.bitcraze.se/projects:crazyf ... tils:qt_ui

When you press the connect button can you see the red LED on the Crazyradio blinking?
When I try the bootloader I get [Errno 2] Entity not found
Image

When I press connect I don't get LEDs lighting up on the Radio.
They do light up when I initially plug it in though, then go out.

I can see the radio in Windows device manager though.

Image

Re: Debugdriver for UI testing

Posted: Mon May 06, 2013 2:44 pm
by panguitou
tobias wrote:Have you tried connecting to the bootloader? http://wiki.bitcraze.se/projects:crazyf ... tils:qt_ui

When you press the connect button can you see the red LED on the Crazyradio blinking?
Thank you Tobias, that's it ! I press on [Initiate Bootloader Cold Boot] in the Crazyflie/Bootloader menu and the red led blinked and I obtained a connection :

Image

then I clicked on [Cancel bootloading] to quit this window and then trying the button [Connect] here it is :

Image

It's working as well in root as in normal user mode and it flies !

Thanks so much everybody for your help and nice participation !

Re: [SOLVED] Debugdriver for UI testing

Posted: Mon May 06, 2013 2:48 pm
by Vertikar
Unfortunately still not working for me, even after trying to re-flash it.

Code: Select all

karl@home-pvr:~/bitcraze-crazyradio-firmware-bab1f83ad9b1/usbtools$ sudo python nrfbootload.py flash ../firmware/bin/cradio.bin
Found nRF24LU1 bootloader version 18.0
Flashing:
  Flashing 5913 bytes...
Flashing done!
Verifying:
  Reading ../firmware/bin/cradio.bin...
  Reading 5913 bytes from the flash...
Verification succeded!
That said I can still see it in windows and linux so I don't think I made it any worse..

Re: [SOLVED] Debugdriver for UI testing

Posted: Mon May 06, 2013 3:06 pm
by panguitou
Vertikar wrote:Unfortunately still not working for me, even after trying to re-flash it.
On my side, I did'nt re-flash, I just clicked the [Initiate bootloader cold boot] and that was enough to initiate the connection..

Anyway it's now working and I even had my (very short) maidden flight :)

Here is the console tab :

Image

Thanks again !

Re: [SOLVED] Debugdriver for UI testing

Posted: Mon May 06, 2013 3:08 pm
by Vertikar
panguitou wrote:
Vertikar wrote:Unfortunately still not working for me, even after trying to re-flash it.
On my side, I did'nt re-flash, I just clicked the [Initiate bootloader cold boot] and that was enough to initiate the connection..

Anyway it's now working and I even had my (very short) maidden flight :)

Here is the console tab :

Image

Thanks again !
Glad you got yours working at least :)

Re: [SOLVED] Debugdriver for UI testing

Posted: Mon May 06, 2013 3:17 pm
by Vertikar
Any more suggestions Tobias?