Search found 43 matches

by H0stname
Sun Mar 25, 2018 2:38 am
Forum: Developer discussions
Topic: Datasheets
Replies: 6
Views: 4777

Datasheets

I'ts been a minute since I've been on here, welcome back everyone! I built an adapter to finally calibrate/finish build of my big quad deck project. I have had it together for months, but due to instability with the mounting of my CF2 body, it was difficult to fly and some components were damaged. I...
by H0stname
Wed Aug 16, 2017 3:25 am
Forum: Developer Discussions
Topic: [resolved] BigQuad Deck: PWM output unreliable
Replies: 2
Views: 2139

[resolved] BigQuad Deck: PWM output unreliable

Hi all, I believe I have stumbled across a bug. The PWM output from the BQ deck does not seem to be working reliably. Sometimes it will work just fine, but a good number of times, the duty cycle is stuck at 40% no matter what I do to the throttle, and try disconnecting/reconnecting to the crazyflie....
by H0stname
Wed Aug 16, 2017 12:51 am
Forum: Developer Discussions
Topic: [Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.
Replies: 13
Views: 6794

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

Will do. I swear I did, or maybe it is because whenever I use makefiles, extra contents go in the root directory.

Thanks for help everyone!

Edit: this thread should be moved to the crazyflie dev discussions or something.. Didn't realize I made it in crazyradio. Must have been a late night :D
by H0stname
Tue Aug 15, 2017 4:49 am
Forum: Developer Discussions
Topic: [Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.
Replies: 13
Views: 6794

Re: Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.

So I think I found a bug. Moving the config.mk into the right folder and not the root folder with the Makefile definitely helped, I got my motors spinning a few times. But it seems that the motors don't like to spin if I start up the crazyflie without the brushed motors attached. It is quite strange...
by H0stname
Mon Aug 14, 2017 10:56 pm
Forum: Developer Discussions
Topic: [Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.
Replies: 13
Views: 6794

Re: Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.

Yes sorry about that but it was a reoccurring issue that came into scope again here. 1. Yes I agree it is not being compiled in from what I am seeing. Wow, it goes in the /tools/make?? I swear I read somewhere on here it goes in the root directory, same as the Makefile itself, hence me saying this: ...
by H0stname
Sat Aug 12, 2017 2:25 am
Forum: Developer Discussions
Topic: [Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.
Replies: 13
Views: 6794

Re: Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.

I reflashed without the config.mk, and the console in 2017.04 (Windows) didn't display anything but I have had the console go blank in other versions of CFclient. Before it went blank, it appeared to refresh with the exact same info as what I just posted, making me think the firmware compilation is ...
by H0stname
Sat Aug 12, 2017 12:54 am
Forum: Developer Discussions
Topic: [Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.
Replies: 13
Views: 6794

Re: Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.

That is an interesting point about the config.mk. I will try without it later to see what the console says. But for now, I compiled firmware with DEBUG=1 and PLATFORM=CF2, still keeping my modified 200 Hz PWM adjustment (hence MODIFIED), I get this: SYS: Crazyflie 2.0 is up and running! SYS: Build 6...
by H0stname
Fri Aug 11, 2017 11:51 pm
Forum: Developer Discussions
Topic: [Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.
Replies: 13
Views: 6794

Re: Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.

I didn't post the output of the modified firmware from changing the PWM timing, just the latest version with the modified motors.c (But pulled from your repo so it shows up as 'CLEAN'). But I did get ahold of a scope today and can confirm there is no PWM output coming from any pins on the BQ deck, w...
by H0stname
Fri Aug 11, 2017 3:36 am
Forum: Developer Discussions
Topic: [Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.
Replies: 13
Views: 6794

Re: Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.

I pulled the latest firmware which seems to have the patch in motors.c.. I checked. Cleaned, maked, flashed using the latest commit on github, still with the correct config.mk file (double checked spelling) Still same issue, Here is the copy of my console display, as you can see the build is now dif...
by H0stname
Thu Aug 10, 2017 12:16 pm
Forum: Developer Discussions
Topic: [Resolved] Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.
Replies: 13
Views: 6794

Re: Crazyflie 2.0: Big Quad deck: 'DECK_INFO: Warning! No driver found for deck.

I definitely did that. I put my 'config.mk' file in the root of the firmware folder (with the Makefile), did 'make clean' first to clean out any old crap, then did 'make PLATFORM=CF2'. Followed by 'make cload' to start flashing firmware from CLI. Also tried redoing this, double checking things, and ...