Search found 34 matches

by humblehacker
Wed Jun 04, 2014 5:10 pm
Forum: Quadcopters
Topic: Crazyflie NanoQX mod
Replies: 1
Views: 4458

Re: Crazyflie NanoQX mod

Wow! Awesome! Do you have any more information on how you managed this? I wonder if this would work on something larger like the MQX?
by humblehacker
Sun Dec 08, 2013 6:23 pm
Forum: Quadcopters
Topic: Hacking Toy Quadcopters to work with CFRadio/Client/Firmware
Replies: 1
Views: 6822

Hacking Toy Quadcopters to work with CFRadio/Client/Firmware

Since many people will be buying any number of cheap toy quadcopters this holiday season, I've found myself wondering what possibilities there might be to hack some of these devices to run with any one of Crazyflie components. At anywhere between $20-$60 I'm much more willing to take my chances sold...
by humblehacker
Tue Aug 06, 2013 3:52 pm
Forum: Developer Discussions
Topic: Client for other BeagleBone Black and other boards...
Replies: 2
Views: 2835

Re: Client for other BeagleBone Black and other boards...

Hi, Since all of the platforms can run Linux it's easy to get the client working. The reasons for the cfheadless are that the Pi isn't powerful enough and you probably want to run something that can be used without any screen or keyboard/mouse. Have a look at how the image was modified and you can ...
by humblehacker
Tue Jul 30, 2013 4:46 pm
Forum: General discussions
Topic: Some comments on Raspberry Pi setup
Replies: 1
Views: 2823

Re: Some comments on Raspberry Pi setup

I will try your suggestions as the method outlined in http://wiki.bitcraze.se/projects:crazyflie:pc_utils:raspberrypi does not appear to be working for me... While useradd confirms that "user 'bitcraze' already exists" it will not accept the password "crazyflie" either in the log...
by humblehacker
Tue Jul 30, 2013 2:52 am
Forum: General discussions
Topic: Arduino Controller
Replies: 9
Views: 9799

Re: Arduino Controller

humblehacker - for this first cut, a just used a Arduino Pro Mini 5V/16MHz. Once I get all the switches connected, I'll be out of pins so I will most likely move to a Mega, or possibly a DUE if I can get the RF24 library to work on the DUE. That would provide plenty of speed to and a color OLED dis...
by humblehacker
Mon Jul 29, 2013 8:50 pm
Forum: Developer Discussions
Topic: Client for other BeagleBone Black and other boards...
Replies: 2
Views: 2835

Client for other BeagleBone Black and other boards...

Hello All, I am a big fan of the Raspberry Pi for its ease of use, vast user community and price point. However, in recent months (and very likely the near future) a number of other boards have been popping up to serve various niche roles. Most are in a similar price range and offer significant capa...
by humblehacker
Sun Jul 07, 2013 12:56 am
Forum: General discussions
Topic: Arduino Controller
Replies: 9
Views: 9799

Re: Arduino Controller

Wow! That's quite the proof of concept! I've been trying to program various versions of Arduino controllers for some time with little success. Between the Arduino Esplora and this Gamepad form built around an Arduino Leonardo ( http://www.jameco.com/1/1/47752-dfr0182-wireless-gamepad-v2-0-arduino.ht...
by humblehacker
Sat Jun 15, 2013 1:29 pm
Forum: General discussions
Topic: Crazyflie and Raspberry Pi
Replies: 5
Views: 5195

Re: Crazyflie and Raspberry Pi

I found an answer to one of my questions already- https://aur.archlinux.org/packages/cfclient/
by humblehacker
Thu Jun 13, 2013 3:28 pm
Forum: General discussions
Topic: Crazyflie and Raspberry Pi
Replies: 5
Views: 5195

Re: Crazyflie and Raspberry Pi

Hello All, I posted in another thread about initial issues I was having setting up the headless client on the Raspberry Pi. I finally got it up and running by creating an autostart folder in /.config on Raspbian. That worked fine until they went and changed the whole boot sequence for the new recomm...
by humblehacker
Sat May 18, 2013 11:31 pm
Forum: Support
Topic: Raspberry Pi Troubles
Replies: 46
Views: 33747

Re: Raspberry Pi Troubles

Has anybody tried the etc/init.d/ method (http://www.stuffaboutcode.com/2012/06/r ... rt-up.html) for starting RPi programs at boot?