About

Gender

Male


About Me:

Software Engineer & R/C Pilot. i have been flying for about two years. Interested in programming an auto pilot and stabilization system. Using a low level programming environment will be a nice change of pace. My winter build project is a Carden 35% Extra 260.


Please tell us a bit about your UAV interest

waves.ky


Hometown:

Mustang, Oklahoma 73064


Activity Feed

Gareth Farrington commented on Chris Anderson's blog post Regulatory FAQ
"Good Work!"
Mar 10, 2008
Gareth Farrington commented on Howard Gordon's blog post Yet Another Robotic Blimp (YARB)
"If you want something really small the Park 180 is only 8.5g. Made for 3x3 direct drive prop.

Personally I have a Park 250 and an Axi 2203. Either can haul a 180g model straight up on a 8x4 prop.

Brushed motors might be better for a blimp because…"
Mar 9, 2008
Gareth Farrington commented on Howard Gordon's blog post Yet Another Robotic Blimp (YARB)
"You can get some very light flight packs these days. We use 2S 300mah lipoly batteries for F3P indoor aerobatics. These are 20g. The small spektrum rx is only 3g. Each servo is 4.7g. An esc and brushless motor is about 18g-25g. So you can get a full…"
Mar 9, 2008
Gareth Farrington replied to Howard Gordon's discussion FAA vs UAV's; Impact on DIY'ers ?
"Well, I would think that most of the UAV's on this site fall into the hobby category. They are model aircraft modified to be UAV's. They are usually under the control of an R/C transmitter (switch on the Tx turns on/off the autopilot).

Line of…"
Mar 7, 2008
Gareth Farrington commented on Gareth Farrington's blog post Wiring - First Experiements
"I think the Wiring environment (wiring/arduino) is pretty cool because its not very intimidating. Its a great teaching platform and very approachable.

I do software engineering in my day job so I have worked in lots of languages and environments.…"
Mar 6, 2008
Gareth Farrington posted a blog post
I finally got my Wiring board form Sparkfun! Wiring is a platform similar to the Arduino but using an AVR atmega128 chip. This chip is clocked at 16Mhz while the Arduino is clocked at 20Mhz. The advantage of the 128 is the increased RAM, ROM & Flash…
Mar 5, 2008
Gareth Farrington commented on paul hubner's blog post 2003 Atlantic Crossing UAV
"I was wondering when someone would bring that up. Its pretty cool!

Whats next the Pacific? Entirely on Open Source hardware and Software?"
Mar 4, 2008
Gareth Farrington commented on Chris Anderson's blog post TED Report: Foiled by Air Conditioning!
"Bad luck guys, A/C sucks. I hope the presentation was well received.

Lesson 3 is a big one. No matter how tempting, don't mess with the software right before its deployed/used/demoed. You will get bit in the 4$$.

Can we see the presentation or the…"
Mar 1, 2008
Gareth Farrington commented on Chris Anderson's blog post Getting ready to debut the Minimum Blimp UAV at TED
"Good show guys!"
Feb 29, 2008
Gareth Farrington replied to Gareth Farrington's discussion Reading Servo PWM Signals on the Arduino & Wiring
"So just what is going on here?:
return timer0_overflow_count * 64UL * 2UL / (F_CPU / 128000UL);

Here is what I do understand:

The timer overflows once every 256 ticks. It ticks once ever 64 clock cycles. The CPU runs at 20 MHz and that value is…"
Feb 25, 2008
Gareth Farrington posted a discussion
We are interested in reading the number of microseconds that a digital pin is set to HIGH. Wiring natively lacks a micros() function to tell us this so we need to write an accurate one.This is the actual implementation of millis() in wiring.c for…
Feb 25, 2008
Gareth Farrington commented on Chris Anderson's blog post Is the Arduino platform better than the Basic Stamp for UAVs?
"So are you reading the PPM signal off the Rx now? This is what Paparazzi does. They also dedicate a chip with more power than an Arduino just to do PPM decode and PWM output.

I saw some code you posted that had a function to get the ticks from…"
Feb 25, 2008
Gareth Farrington replied to Wayne Dancer's discussion New High Performance GPS Module
"Paparazzi is based on UBlox gen 4 GPS units. They seem to think they are well worth the price. These new Gen5 modules are priced the same as the Gen4 at $99. They support I2C (Two Wire Interface) which could save you a serial port.

"u-blox keeps…"
Feb 23, 2008
Gareth Farrington commented on Chris Anderson's blog post Is the Arduino platform better than the Basic Stamp for UAVs?
"I ordered a Wiring board and an SD card holder to do some testing.

After thinking it over I would guess that the R/C receiver manufacturers care more about accuracy and latency than execution speed. After all, they only have to drive servos so it…"
Feb 23, 2008
Gareth Farrington commented on Chris Anderson's blog post Is the Arduino platform better than the Basic Stamp for UAVs?
"Cool! i have been looking at this all day and I figured out the Parallel Pulse thing just a little while ago.

Basically you set all servo pins to HIGH and then turn them off at he right time. It should only take 2ms to run as many servos as you…"
Feb 22, 2008
Gareth Farrington commented on Chris Anderson's blog post Is the Arduino platform better than the Basic Stamp for UAVs?
"I read at least one good paper on driving servos with the Arduino and they are driven by the digital out pins. It said the PWM pins on the Arduino were basically useless for driving servos because the frequency they ran at was too high.

So is that…"
Feb 22, 2008
More…