Code Monkey home page Code Monkey logo

ardudrone's People

ardudrone's Issues

Improvements/corrections to user_config.h

(Reentered issue from user laurent d)

Can i suggest you this modified user_config.h basic setting comments.
I added informations about them and i corrected two of them :
YAW_RATE  should may be start at 1 since the recommended values in the PARROT 
Developer Guide SDK 1.6 are 0.7 up to 6.11
THROTTLE_RATE should be 200 up to 2000 (and not 0 up to 20000) ;)

Regards.


/**
 *  BASIC
 *
 *  Flight parameter and drone settings
 */
#define YAW_RATE        4           // YAW rate. Range 1-6 whole number no 
decimal,
                                    // default 5 (the greater the faster, 6 => 6 rad/sec)
#define THROTTLE_RATE   1500        // Throttle rate. Range 200-2000 (mm/sec), 
whole number,
                                    // no decimal
#define PITCH_ROLL_RATE 1           // Pitch-roll rate. Range 0-5, whole number
                                    // no decimal ie 0,1,2,3,4 or 5 only
                                    // (the greater the more the drone will be able to tilt)
                                    // (5 => 0.5 Radian => 30°) 

#define ALTITUDE_MAX    10000       // Maximum drone altitude in millimeters. 
                                    // Give an integer value between 500 and 5000
                                    // to prevent the drone from flying above this 
                                    // limit, or set it to 10000 to let the drone 
                                    // fly as high as desired

#define FLY_OUTDOOR     "FALSE"     // Outdoor or indoor. "FALSE" = indoor, 
"TRUE" = outdoor
                                    // Simultaneously sets hull on or off to the same value!

Original issue reported on code.google.com by [email protected] on 3 Apr 2011 at 8:22

Video

You don't mention video in your mod.  Does the video still work on the 
ipad/iphone?

Thanks for your great work.

Mike Mermel

Original issue reported on code.google.com by [email protected] on 10 Mar 2011 at 11:07

how to restore firmware to 1.3.3,help me!

What steps will reproduce the problem?
1. i update my ardrone to 1.5.1,how i restore back 1.3.3 firmware.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Mar 2011 at 12:46

Software modifications Problem

Got the Firmware 1.3.3 installed. (Iphone confirms the Firmware version).

Downloaded Ardu.DroneRC_v0.2.1 files from nossari's ardudrone Howto, and 
installed them on the drone using FileZila and Binary transfer.

[ATTACH]3871039[/ATTACH]

Opened Terminal (using a Mac) and Telnet 192.168.1.1 as descriped.

Got confirmation:
BusyBox v1.14.0 (2010-09-22 15:20:11 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

But then at point 3.1.3 things start to go wrong.
Typing in the 3 commands I get following responds:

# cd /data/video/ardudrone
/bin/sh: cd: can't cd to /data/video/ardudrone

# chmod 755 ardudrone_setup.sh
chmod: ardudrone_setup.sh: No such file or directory

# chmod 755 atcomproxy_arm
chmod: atcomproxy_arm: No such file or directory

What is going wrong?

(This was also posted on the AR Drone thread at RC Groups Forum)

Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 4:18

Attachments:

2.0

i have ardone 2.0,need downgrade to 1.3.3? its posible?

Original issue reported on code.google.com by [email protected] on 15 Apr 2015 at 8:49

Random Emergency Resets?

Keep having this occur in the software setup just before installing on the 
drone itself. Is this normal?

What steps will reproduce the problem?
1. Run serial monitor
2. monitor take off/hover/flight status
3. Emergency Reset message occurs on output

What do you see instead?
#_Yaw_1497_Yaw.Move_0.00_Throttle_1455_Throttle.Move_0.00_Roll_1497_Roll.Move_0.
00_Pitch_1494_Pitch.Move_0.00_Aux-1_1835_Aux-2_1495___Drone.Status_9__!EMERGENCY
.RESET!
AT*REF=1,290717952



What version of the product are you using? On what operating system?
Ardu.DroneRC_v0.2.1 Win 7 64 bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Mar 2011 at 3:32

Can't fly after activating USB port

What steps will reproduce the problem?
1. Start drone
2. Load setup script
3. USB port gets properly activated and can be used
4. BUT drone does not fly. iPhone app reports "motor emergency or similar"

What is the expected output? What do you see instead?
Drone flies

What version of the product are you using? On what operating system?
1.3.3

Please provide any additional information below.
Does anyone know what the max. current on this USB port is?

Original issue reported on code.google.com by [email protected] on 19 Dec 2011 at 9:39

Drone will not fly over grass

What steps will reproduce the problem?
1. Power on Drone
2. Initiate Hover over grass
3. Move Sticks

What is the expected output? What do you see instead?
No movement of the Drone except yaw

What version of the product are you using? On what operating system?
Firmware 1.3.3 / Sketch 0.2.1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Apr 2011 at 3:52

all lights stay red

First off, let me say that I have not modified my drone at all YET?  I'm very 
interested in performing the mod that you have listed.  However, the way that I 
found this information was an attempt to fix my drone.  I attempted to load the 
latest firm ware and when my iphone told me to reset the drone I did and now 
the only thing that happens is the red light lights up, 4 motors and on the 
belly.  There is no WIFI present to log into or anything.  I have found the 
schematic for the USB cord and read through your posts on here and fell that 
you may be able to help me unlock my drone.  Are you able to help me out?  I am 
an electrician in the Marine Corps on several types of Helicopters, so I 
understand soldering and have a little programming experience.  I have reviewed 
your instructions here and feel that I'm capable of the task, but want to get 
my drone up and running first.  Please feel free to email me at 
[email protected] if you are able to help me out, Thank you very much.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Apr 2012 at 11:05

Simplify installation process

Hi, 

I really appreciate your work, it's a very good alternative to the poor wifi 
range.

Just tell me if there's a way to make the setup easier for old guys, RC pilots, 
who's solder some wires don't afraid, but programming via telnet, is another 
thing...

I don't wanna commercialize your work, just the package to made the mod.

You gave the links to buy the cards, but there's possibility to have bulkrate 
prices ;)

Let me know if you wanna have french programmers contacts of our community 
http://droneparrot.com/forumv2

I'm looking forward for your reply, and sorry for the image and the first 
misunderstanding it gives.

Cordially
Fabien VIDALE

Original issue reported on code.google.com by [email protected] on 8 Mar 2011 at 8:53

hey

Hi,

May i get in contact with you?

Thanks

Serkan From Turkey


Original issue reported on code.google.com by [email protected] on 2 Oct 2013 at 6:31

Board only powers up if plugged in after drone is done booting

What steps will reproduce the problem?
1. plug board into usb port
2. power up drone
3.

What is the expected output? What do you see instead? expect to see board power 
up. No power to board 


What version of the product are you using? On what operating system?
Ardu.Drone RC V0.2.1, Drone 1.3.3

Please provide any additional information below.
If I wait for the drone to boot (green LED's) then plug in the board to the USB 
port, the board gets power, but still the drone does not respond to the takeoff 
command. Also, after this I get many motor failure notifications.
I have built a new cable, rechecked all file transfers and drone file 
modifications.

Thanks.

Original issue reported on code.google.com by [email protected] on 2 Apr 2011 at 2:09

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.