Search found 43 matches

by H0stname
Thu Aug 10, 2017 4:45 am
Forum: Developer Discussions
Topic: [Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.
Replies: 13
Views: 6739

[Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.

Summary: Put config.mk file in /tools/make not ./, where the Makefile lives. This was not clear to me even after rereading the directions later, though the example config.mk file is in that directory on Github. Maybe I need to spend more time writing C code and using makefiles. ---------------------...
by H0stname
Mon Aug 07, 2017 3:06 am
Forum: General discussions
Topic: My Brushless Crazyflie Build
Replies: 4
Views: 4408

Re: My Brushless Crazyflie Build

I have all the parts I need, some are similar to yours. I notice you don't appear to be using the big quad deck?? I am surprised to see this upon further examination. It looks like you have connected the motor outputs directly to the logic level converter and/or ESCs? Mine will be a bit different, b...
by H0stname
Fri Jul 21, 2017 3:04 am
Forum: Bitcraze
Topic: Crazyflie 2.0 Model/STL files
Replies: 17
Views: 15777

Re: Crazyflie 2.0 Model/STL files

Another reason is so that I have accurate dimensions to start with, that way I can design my own that is easier to print than the designs currently out there that either don't work, or don't work well.
by H0stname
Fri Jul 21, 2017 3:02 am
Forum: Bitcraze
Topic: Crazyflie 2.0 Model/STL files
Replies: 17
Views: 15777

Re: Crazyflie 2.0 Model/STL files

I am sure a formlabs form 2 could, but there is an extremely accurate FDM printer at work (I forget the model) that my boss gave me clearance to use for this purpose.. I am trying to bring drone culture to my new work environment, there is a lot of talent there and management supports it, so you guy...
by H0stname
Sat Jul 15, 2017 5:05 pm
Forum: Bitcraze
Topic: Crazyflie 2.0 Model/STL files
Replies: 17
Views: 15777

Re: Crazyflie 2.0 Model/STL files

Could someone upload the original motor mounts? I have access to a high end printer that I think could print them. It'll be cheaper too. In true open-source spirit, I think it should be up there.
by H0stname
Thu Jul 13, 2017 1:57 am
Forum: Support
Topic: [Resolved] Bug: XB1 controller not detected as input device in CFclient 2016.4.1
Replies: 13
Views: 7199

Re: [Resolved] Bug: XB1 controller not detected as input device in CFclient 2016.4.1

It was hard for me to even test it. The USB cable that came with the XB1 controller is so crappy it disconnects and shuts off.

I tested it on Ubuntu 16.10. Have not yet tried raspbian but that would make for a nice, compact setup.
by H0stname
Thu Jun 22, 2017 2:35 am
Forum: Support
Topic: [Resolved] Bug: XB1 controller not detected as input device in CFclient 2016.4.1
Replies: 13
Views: 7199

Re: [Resolved] Bug: XB1 controller not detected as input device in CFclient 2016.4.1

Test xbox hardware on known working machine/system. Those controllers are pretty robust IMO so I doubt it. This same setup worked with a 360 controller, even a Gamestop knockoff, so I am reasonably certain it has to do with the new protocols (and corresponding drivers) the XB1 controller has to furt...
by H0stname
Sun May 14, 2017 8:54 pm
Forum: Off topic
Topic: Hello from Texas!
Replies: 26
Views: 64644

Re: Hello from Texas!

Posted this https://forum.bitcraze.io/viewtopic.php?f=11&p=12297#p12297 It is the result of sifting through stuff and optimizing the setup to a conda virtual environment config file. Targeted at new users to linux, development and crazyflie. So starts with baby steps, but if were extended, would...
by H0stname
Sun May 14, 2017 8:09 pm
Forum: General discussions
Topic: Getting started with Crazyflie 2.0: Reliable use and light dev
Replies: 2
Views: 3398

Getting started with Crazyflie 2.0: Reliable use and light dev

0. Preface: First, my intent is not to say the current documentation is bad, or the devs haven't done enough work. There is a ton of good info on the wiki, Bitcraze Github readmes, and random places like https://www.bitcraze.io/getting-started-with-development/ which don't appear to be part of the ...
by H0stname
Sun May 14, 2017 6:26 pm
Forum: Off topic
Topic: Hello from Texas!
Replies: 26
Views: 64644

Re: Hello from Texas!

For example, somewhere the documentation says python 3.4 is required because py2exe or something is not yet supported in python 3.5, but the latest version of QT (5.6) does not work on python 3.4 and caused strange errors when running cfclient. On a different webpage, I think a version is not specif...