Search found 12 matches

by Autonym
Tue Nov 12, 2013 4:07 am
Forum: Pictures & Videos
Topic: KV FPV
Replies: 62
Views: 32360

Re: KV FPV

Kataventos,

That is One. Sexy. Tri.

Very nice design, awesome build quality! I like the dual batteries, and the overall look.

How well is is balanced?
by Autonym
Tue Nov 12, 2013 4:00 am
Forum: Getting Started - MultiWii config and setup
Topic: LCD help
Replies: 7
Views: 3290

Re: LCD help

The best way to run this is not via serial/UART, so remove any LCD_SERIAL settings - the best way of running this device is going off the I2C bus. Therefore, ensure your "COMM Setup Jump" solder pad is "Right Shorted" to ensure your're using I2C mode: http://www.digole.com/images...
by Autonym
Tue Nov 12, 2013 2:53 am
Forum: Software development
Topic: Minor Tweak to print_uptime in LCD.ino - 3-digit minute
Replies: 3
Views: 1470

Re: Minor Tweak to print_uptime in LCD.ino - 3-digit minute

With seconds being an uint16_t, shouldn't give us a max value of 32,768 seconds (~546 minutes) before roll-over?

Perhaps I'm missing something in my noobishness.

Either/Or, doesn't really matter - it goes a long time! :)

Thanks for your consideration!

(edit: unit16 = 16 bits, doh!)
by Autonym
Sun Nov 10, 2013 6:14 pm
Forum: Connecting elements
Topic: RC Timer Voltage & Current Sensor not working
Replies: 4
Views: 4253

Re: RC Timer Voltage & Current Sensor not working

Just as a follow-up: I realized later that all the voltage levels for nominal, warn1, warn2, and crit are set up for a 4S LiPo as a default, and I'm running 3S, so I should scale those down, but since my VBAT is reading 1.6-1.5v, that's hardly the real issue for the moment. Any ideas why my voltage ...
by Autonym
Sun Nov 10, 2013 7:37 am
Forum: Connecting elements
Topic: RC Timer Voltage & Current Sensor not working
Replies: 4
Views: 4253

RC Timer Voltage & Current Sensor not working

Hey guys. Total noob here. I'm slowly getting this thing working, but I'm not ready to fly yet. I'm having the darnest time getting my voltage/current sensor working. I am running stock MultiWii 2.2 code (I tried 2.3 and things... didn't go well). I've read other posts, but frankly, it's gibberish t...
by Autonym
Sun Nov 10, 2013 4:50 am
Forum: Connecting elements
Topic: AdaFruit NeoPixel LED Strips on my Quad
Replies: 3
Views: 1926

Re: AdaFruit NeoPixel LED Strips on my Quad

Bummer...

Well... I'll play with it a bit anyway.

Maybe I could piggy-back a small (Micro/Nano/Lilypad) Arduino just to control it, and then com it to my flight controller...
by Autonym
Sat Nov 09, 2013 6:38 pm
Forum: Software development
Topic: Minor Tweak to print_uptime in LCD.ino - 3-digit minute
Replies: 3
Views: 1470

Minor Tweak to print_uptime in LCD.ino - 3-digit minute

This is a special-use modification that I don't expect to see in the main branch, but this change was useful to me, and I thought I'd share it. I'm not an uber-coder, this is my first, simple tweak. My use case is that I was doing "burn-in" testing of the board with all components attached...
by Autonym
Fri Nov 08, 2013 1:44 am
Forum: Getting Started - MultiWii config and setup
Topic: My First Multirotor, Comments Requested
Replies: 3
Views: 2632

Re: My First Multirotor, Comments Requested

WOOOOOOOT!

Thanks again Linuxslate, for encouraging me to "just try it". Turns out, the 433 MHz link was just set to 57.6 kbaud instead of 115.2 kbaud. Once I used *ahem* Mission Planner's 3DR configuration feature to reset the baud rate, I was good to go!
by Autonym
Fri Nov 08, 2013 1:15 am
Forum: Getting Started - MultiWii config and setup
Topic: My First Multirotor, Comments Requested
Replies: 3
Views: 2632

Re: My First Multirotor, Comments Requested

Thanks for these great comments, Linuxslate! I'll have to fiddle with the 433 MHz HF Link and see what's up with that. The BT option was tempting, but I do iPhone instead of Android, and I was worried about the range - I'm in a heavily wooded area, and eventually wanted some sort of laptop-setup for...
by Autonym
Thu Nov 07, 2013 1:00 am
Forum: Getting Started - MultiWii config and setup
Topic: My First Multirotor, Comments Requested
Replies: 3
Views: 2632

My First Multirotor, Comments Requested

Hey folks, I've started! Many boxes filled with tiny electronics from exotic and far-flung places like Shenzhen, Texas, and California have found their way to my home. I've been busy with soldering iron and electrical tape assembling these items into something I hope someday will fly. I have made a ...
by Autonym
Wed Nov 06, 2013 10:16 pm
Forum: Connecting elements
Topic: AdaFruit NeoPixel LED Strips on my Quad
Replies: 3
Views: 1926

Re: AdaFruit NeoPixel LED Strips on my Quad

So just to expand on the purpose for this - it could be for cool looks, ease of orientation, indication of flight modes, etc.

Think of it as a PilotLamp++
by Autonym
Wed Nov 06, 2013 9:35 pm
Forum: Connecting elements
Topic: AdaFruit NeoPixel LED Strips on my Quad
Replies: 3
Views: 1926

AdaFruit NeoPixel LED Strips on my Quad

Hi folks! I'm a complete newbie to multi-rotor and microcontrollers, but have a history with TTL in general. I'm in the process of making my first quad (DJI Flame Wheel F450 + Crius AOIP v2 + accessories), and have come to the part where I want to make it blinky-blinky funtime. I've Googled and Bing...