|
|
|
|
|
|
Joined Nov 2006
29 Posts
|
GPS is going here
http://www.rcgroups.com/forums/showt...0#post18035414 Tanks for all the help microuav |
|
|
|
|
|
|
United States, OH, Powell
Joined Dec 2006
255 Posts
|
I got my setup running today...after going over everything, I determined that the receiver was probably taking way more power than the Arduino could put out. I installed a BEC and went flying...This is a Futabea 8 ch look alike receiver..not sure about its spec...nothing wrong with the receiver except in this application.
Thanks for the help. |
|
|
|
|
|
|
Vista, CA
Joined Feb 2008
1,044 Posts
|
Rev 0.04 done
Here is the latest....
miru |
|
|
|
|
Vista, CA
Joined Feb 2008
1,044 Posts
|
Still can't send more than 1 character at a time back to the Arduino (receiver problem with 16Mhz Arduino on 115200). I'll checlk again, since by now I know that little processor fairly well... What kind of actuators do you intend to use for the stabilization? If they are servos, what is the framerate and the resolution? Do you trust the drone's tilt angle measurements?
|
|
|
|
|
||
|
France - Brest
Joined Oct 2007
55 Posts
|
Quote:
servos - framerate and resolution ? well, no idea, i will use conventional servo like, Hitec HS56-HB - Do you trust the drone's tilt angle measurements? well, no idea, but if you think they are not reliable, i trust you and then forget this idea... THX Laurent |
|
|
||
|
|
||
|
Joined Nov 2010
65 Posts
|
Quote:
If you like the raw sensor data, you can get it with config: general:navdata_demo=FALSE Or even get it directly from /dev/ttyPA2 |
|
|
||
|
|
|
|
Vista, CA
Joined Feb 2008
1,044 Posts
|
That would be taking every other dataset away from program.elf, don't think that's good, because it halfs the update rate of program.elf, unless the port just gives current data to anybody reading, which is very unlikely if this is a Linux serial port... once you read it you got it, nobody else is going to get it.
|
|
|
|
|
||
|
Joined Nov 2006
29 Posts
|
navdata for state
Quote:
it is working fine during flight. we use MAPGPS NAT solution to get navdata and implemented via following iptables rules: iptables -t nat -A POSTROUTING -p UDP --sport 15554 -j SNAT --to 192.168.1.254:5554 iptables -t nat -A PREROUTING -p UDP -d 192.168.1.254 --dport 5554 -j DNAT --to 192.168.1.1:15554 microuav |
|
|
||
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mini-HowTo RC Controlled AR.Drone w/o WiFi! | nosaari | Multirotor Talk | 113 | May 13, 2011 02:26 PM |
| For Sale Parrot AR Drone w/TX/RX mod *Flies Nice* | Z06 Tony | Aircraft - Electric - Helis (FS/W) | 4 | Apr 16, 2011 09:42 PM |
| Discussion Wifi Boosted AR.Drone | Fallengod | Multirotor Talk | 7 | Feb 12, 2011 10:52 AM |
| Discussion And yet another AR drone Arial Video project | taudronis | Multirotor Talk | 17 | Dec 07, 2010 11:04 AM |
| Sold Parrot AR.Drone Four rotor platform control with your iPodTouch/iPhone/iPad | Hoverup | Aircraft - Electric - Helis (FS/W) | 0 | Oct 12, 2010 03:54 PM |