Search found 51 matches

by dbrgn
Mon Jan 26, 2015 12:00 pm
Forum: Developer Discussions
Topic: [SOLVED] Selecting an ultrasonic sensor and interface
Replies: 71
Views: 6799838

Re: [SOLVED] Selecting an ultrasonic sensor and interface

Haha, that makes for a difficult landing :)

I got my voltage converter (I actually got a TI REG71050). Unfortunately I underestimated the tinyness of the SOT23 SMD casing... Therefore it doesn't fit on the prototyping board.

I guess I'll have to start etching my own PCBs to work around that :)
by dbrgn
Sun Jan 04, 2015 12:34 pm
Forum: Developer Discussions
Topic: [SOLVED] Selecting an ultrasonic sensor and interface
Replies: 71
Views: 6799838

Re: [Hover] Selecting an ultrasonic sensor and interface

alex wrote:
dbrgn wrote:I just ordered a LTC1754ES6-5. Let's see how that works out :)
What are you going to power with that thing?
As written in the post above it, a HC-SR04 ultrasonic sensor. It is very cheap and first tests have shown that it's quite accurate.
by dbrgn
Fri Jan 02, 2015 11:02 am
Forum: Support
Topic: WORD OF WARNING: OUTSIDE FLYING
Replies: 12
Views: 6317

Re: WORD OF WARNING: OUTSIDE FLYING

Yesterday I also tried outside flying, on a big parking lot next to our house. It was 01:30 in the morning so cars were around. Flying in the dark is great with the LED ring on, it looks fantastic. Keeping the orientation is hard though. I think text time I'll invert front/back controls and turn on ...
by dbrgn
Fri Jan 02, 2015 10:50 am
Forum: General discussions
Topic: The easiest and best Controller
Replies: 10
Views: 8511

Re: The easiest and best Controller

I have the Logitech Rumble Gamepad F510. Works nicely, also from Linux. You can put it into either Xinput mode or DirectInput mode.
by dbrgn
Fri Jan 02, 2015 10:48 am
Forum: Developer discussions
Topic: Communication problems when running multiple Crazyflies
Replies: 5
Views: 5626

Re: Communication problems when running multiple Crazyflies

If you get your group of CFs to work, I'd really like to see a video and maybe a blogpost about it :)
by dbrgn
Fri Jan 02, 2015 10:42 am
Forum: General discussions
Topic: CF2 - NeoPixelRing - Full HD Color Rainbow
Replies: 4
Views: 3319

Re: CF2 - NeoPixelRing - Full HD Color Rainbow

Nice effect. Could you post your effect function (the one with signature static void yourEffect(uint8_t buffer[][3], bool reset))?
by dbrgn
Fri Jan 02, 2015 10:39 am
Forum: General discussions
Topic: Crazyflie Keyboard Control - A simple approach
Replies: 10
Views: 14578

Re: Crazyflie Keyboard Control - A simple approach

Is the CF2 even manageable with digital controls?
by dbrgn
Fri Jan 02, 2015 10:36 am
Forum: Quadcopters
Topic: Crazyflie Hover with SimpleCV
Replies: 3
Views: 4825

Re: Crazyflie Hover with SimpleCV

Here's another thread on this topic: http://forum.bitcraze.se/viewtopic.php? ... over#p6475
by dbrgn
Fri Jan 02, 2015 10:30 am
Forum: Developer Discussions
Topic: [SOLVED] Absolute orientation from client
Replies: 6
Views: 3479

Re: Absolute orientation from client

You mean the absolute yaw value (like a compass)? In the UI you can see the yaw value in the "actual" column. http://tmp.dbrgn.ch/screenshots/20150102_112838.png The range is [-180,180]. You should also be able to get this value out of the flie using the logging system. You can see all ava...
by dbrgn
Fri Jan 02, 2015 10:25 am
Forum: Developer Discussions
Topic: OpenCV hover-assist
Replies: 34
Views: 20907

Re: OpenCV hover-assist

I've tried to do the same. My approach was to use little colored styrofoam balls on top of the CF2 to be able to track it. I haven't actually tried it yet though, because my webcam has really crappy quality and so poor color representation. It's hard to properly detect the colors. What algorithm are...