|
|
|
|
|
|
|
|
USA, CA, Fontana
Joined Mar 2005
1,006 Posts
|
Gps
I was just looking at this.
http://www.diydrones.com/profiles/bl...gps-modules-at But seems to be pretty cheap. Don't if it might work for us. I'll let the expert decide. (you! and the rest )
|
|
|
|
|
||
|
Vista, CA
Joined Feb 2008
1,045 Posts
|
Quote:
Actionplus, have you been flying yet? |
|
|
||
|
|
||
|
|
Quote:
|
|
|
||
|
|
||
|
Joined Nov 2010
65 Posts
|
Quote:
I'm trying to write an on-drone app with PID control to AR.Drone with the GPS data. |
|
|
||
|
|
||
|
Vista, CA
Joined Feb 2008
1,045 Posts
|
Quote:
Still worried about the power.... |
|
|
||
|
|
||
|
Joined Nov 2010
65 Posts
|
Quote:
My GPS uses 5V power with 48mA working current. If I attach the GPS directly onto the AR.Drone's serial port, it is powered from the USB +5V VBUS Pin (with dwc_otg.ko loaded). If I attach the GPS onto Arduino Nano, it is powered from the Nano's +5V Pin. |
|
|
|
|
|
MN
Joined Mar 2009
199 Posts
|
ar drone over grass
miru
I have done both of the previous mods on an AR Drone and my brother is doing your version of RC control now on his drone. With the nosaari conversion the drone would not fly over grass or some rugs without losing pitch and roll control. Does your conversion have the same problem if it does do you have a fix for it? I have this 6 channel Tx/Rx, it is only $31 and worked fine for me. http://www.hobbypartz.com/79p-ct6b-r6b-radiosystem.html . My bother has this Tx/Rx which is almost the same TX/Rx as mine but cost a little more with shipping to USA. http://www.hobbyking.com/hobbyking/s...idproduct=9042 Thanks for your hard work on this conversion. Larry |
|
|
|
|
|||
|
Vista, CA
Joined Feb 2008
1,045 Posts
|
Quote:
Quote:
miru |
||
|
|||
|
|
|
|
France - Brest
Joined Oct 2007
55 Posts
|
Hello Miru,
How do you log navdata... ? I have a projet to stabilyze horizontaly a FPV cam by reading the pitch navdata info and then setting a tilt servo with the arduino... I went through the AR.drone sdk, and I examined a code in java from mapgps... So I have some clue about it, but if you already did the routine in your code to read and exploit the navdata, I would be very interesting to have some info to find it in your code... Thank's Laurent |
|
|
|
|
||
|
Vista, CA
Joined Feb 2008
1,045 Posts
|
Quote:
check linux/drdat.c in drs003.zip, it knows how to get command data from 'at2so', navdata and video data from drone that runs 1.5.1 . 1.4.6/7 interface is not implemented, but no problem. In a nutshell (1.5.1): Make a UDP socket and send a little endian binary 1 to the navdata port of the drone (4 bytes), it will send navdata back to the port where the 1 came from. If you send a binary 2, it will broadcast navdata to multicast address 224.1.1.1:5554 so you can have multiple observers. Same applies to the video port 5556. On 1.4.6/7 the destination port of nav/vid-data is 5554/6, which is not a problem if you are on a computer different from drone. On the drone these port numbers are occupied by the firmware. The problem you will be facing is that you can't really talk to the 16Mhz Arduino at 115200 unless you spoon feed it 1 byte at a time (see NOTES USART). Best solution is to change the crystal. Second best would be to have the rx2atp/at2so pair change speed of the tty to something the Arduino receiver can handle. Have you tried rev 0.03 yet? miru |
|
|
||
|
| 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 |