Chromebook support for Crazyflie

Post here to get support
Post Reply
shreks7
Beginner
Posts: 10
Joined: Fri Oct 25, 2013 5:26 am

Chromebook support for Crazyflie

Post by shreks7 »

Hey,

I am planning to use bunch of Chromebooks to teach students to code and fly Crazyflie. But I am unable to do it. The Chromebook doesn't read the Crazyflie radio device.

I am running dev-mode and using crouton, I can to switch to Ubuntu 12.04 (or Xfce4).
I have installed all the libraries (python-usb, pygame etc) including Crazyflie ones. The client fires up properly but in the debug section (help) it shows "Crazyradio not found"

So, i tried used pyusb basic code to detect the radio and see if it being detected or not. Surprisingly it works well with the pyusb code and shows the device information correctly. That means it is connected to the Chromebook (even when i do lsusb, it shows in the list).

When I use cfheadless, it gives me "No input device found". With the basic code, it shows "Can't find any Crazyflie".

Any help or lead regarding this would be great !

Thanks :geek:
chad
Expert
Posts: 555
Joined: Sun Sep 28, 2014 12:54 am
Location: New York, USA
Contact:

Re: Chromebook support for Crazyflie

Post by chad »

Are you running cfheadless or the GUI client as root? You may need to be root to access the Crazyradio. You can add udev rules so you don't have to run the client as root...
Crazyflier - my CF journal...
4x Crazyflie Nano (1.0) 10-DOF + NeoPixel Ring mod.
3x Crazyflie 2.0 + Qi Charger and LED Decks.
Raspberry Pi Ground Control.
Mac OS X Dev Environment.
Walkera Devo7e, ESky ET6I, PS3 and iOS Controllers.
shreks7
Beginner
Posts: 10
Joined: Fri Oct 25, 2013 5:26 am

Re: Chromebook support for Crazyflie

Post by shreks7 »

I tried both the UI and the cfheadless with root , still it wont detect the radio device.

(Added udev rules too, still no luck :( )
Post Reply