As long as you stay withing BT range (so ~3m) that will work fine.yellowboy63 wrote:Do you guys know if there is a way to use a serial bluetooth so I can debug and fine tune in the field?
Login to disable ads!
$200 prize for whoever can make this mod
-
- Serious flight time
- Posts: 1272
- Joined: 02 Aug 2012, 22:01
- Drone Type: Bebop
- Location: Poland
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
-
- Strange wobble
- Posts: 241
- Joined: 10 Jun 2013, 12:49
- Drone Type: AR.Drone 2
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
Maybe it's to do with the way the drone is stopped the previous flight, e.g. if you do an angle emergency to cut out the motors, the state is somehow confused. Seems unlikely but...pawelsky wrote:Don't know where it comes from, I did not put any such safety mechanism into sketch.Schlauncha wrote:It is odd about needing to launch/land and then launch, but I consider it to be a safety thing, similar to the Naza-M requiring you to move both sticks to a special position in order to very purposefully start the motors. This keeps you from accidentally being one tap away from spinning props when starting your flight app.
-
- Serious flight time
- Posts: 1272
- Joined: 02 Aug 2012, 22:01
- Drone Type: Bebop
- Location: Poland
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
I guess the best way to find out is to check the debug from the modKyrt wrote: Maybe it's to do with the way the drone is stopped the previous flight, e.g. if you do an angle emergency to cut out the motors, the state is somehow confused. Seems unlikely but...

-
- Serious flight time
- Posts: 1272
- Joined: 02 Aug 2012, 22:01
- Drone Type: Bebop
- Location: Poland
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
OK, so I've updated the sketch as we discussed - added formulas and scaled the gains from 0-1.
I've also added automatic board detection so you no longer have to changes Serial to Serial1 manually for Micro board.
I've also rearranged code a bit to separate defines/constants that can be modified from these that shouldn't and added some more comments.
Enjoy!
I've also added automatic board detection so you no longer have to changes Serial to Serial1 manually for Micro board.
I've also rearranged code a bit to separate defines/constants that can be modified from these that shouldn't and added some more comments.
Enjoy!
You do not have the required permissions to view the files attached to this post.
-
- Charged up again
- Posts: 1102
- Joined: 21 Jun 2011, 03:50
- Drone Type: AR.Drone 2
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
It may be an esc-specific issue I have, where the ESC's I have need to see whatever the zero value is during an Emergency, before they arm and will go on the next Launch. Whereas before the first Launch, they may be at ????? hence they don't arm. If it was a normal r/c receiver running them, I'd say they need to go to full minimum before they'll start, so if you plug in power while your Tx stick is at medium throttle, they don't just start at medium throttle - they wait for you to throttle down to minimum before they'll start going up the next time you raise the stick.
Would an Xbee radio (pair) be a way to get longer range communication of serial data? I have Feiyu-Tech FY-606 data radios that I use with my FY-31AP airplane autopilot, that sound like they work like that. But an Xbee pair may be the right range and price.
Would an Xbee radio (pair) be a way to get longer range communication of serial data? I have Feiyu-Tech FY-606 data radios that I use with my FY-31AP airplane autopilot, that sound like they work like that. But an Xbee pair may be the right range and price.
-
- Serious flight time
- Posts: 1272
- Joined: 02 Aug 2012, 22:01
- Drone Type: Bebop
- Location: Poland
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
Mod sets the ESCs to minimum as son as it boots so i doubt it would be the case.Schlauncha wrote:It may be an esc-specific issue I have, where the ESC's I have need to see whatever the zero value is during an Emergency, before they arm and will go on the next Launch. Whereas before the first Launch, they may be at ????? hence they don't arm.
-
- Serious flight time
- Posts: 1272
- Joined: 02 Aug 2012, 22:01
- Drone Type: Bebop
- Location: Poland
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
If it can talk at 115200 then yes, but you really don't need that. You won't be able to change pots while flying, so you can check the values when turning the pots, and at that time you'll be in the BT range.Schlauncha wrote:Would an Xbee radio (pair) be a way to get longer range communication of serial data? I have Feiyu-Tech FY-606 data radios that I use with my FY-31AP airplane autopilot, that sound like they work like that. But an Xbee pair may be the right range and price.
-
- Ready for take off
- Posts: 10
- Joined: 17 Jul 2013, 17:20
- Drone Type: AR.Drone 2
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
Hello
and thanx a lot to Schlauncha & Pawelsky for realize this Mod.
I try to rebuild this Mod but there i a qustion i have.
Can i use this Mod without the org. ESC´s & Motor´s or without org. Motor´s ? Because i´ve found a line in the armotor Sketch it calls motorAlive request.
best greeting from Germany
and thanx a lot to Schlauncha & Pawelsky for realize this Mod.
I try to rebuild this Mod but there i a qustion i have.
Can i use this Mod without the org. ESC´s & Motor´s or without org. Motor´s ? Because i´ve found a line in the armotor Sketch it calls motorAlive request.
best greeting from Germany
-
- Serious flight time
- Posts: 1272
- Joined: 02 Aug 2012, 22:01
- Drone Type: Bebop
- Location: Poland
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
You can remove motors, but you need the original motor boards.dm2saw wrote:Can i use this Mod without the org. ESC´s & Motor´s or without org. Motor´s ? Because i´ve found a line in the armotor Sketch it calls motorAlive request.
-
- Battery Charged
- Posts: 6
- Joined: 11 Jul 2013, 01:34
- Drone Type: AR.Drone 2
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
Anyone thought of doing this in a DJI phantom shell with the esc and motors from that? I know a bit of work would need doing fitting the pcb's and cameras, and this mod and the MiruMod. Anyone think this is doable?
-
- Charged up again
- Posts: 1102
- Joined: 21 Jun 2011, 03:50
- Drone Type: AR.Drone 2
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
That would be an expensive thing to butcher. If a person wanted an AR Phantom, they would probably do best to just order a replacement airframe, and then fill it with the esc's and motors of their choice. If you don't count the AR Drone cost, then you'd be at probably $250 to $350 for the airframe motors and esc's. I haven't had a Phantom up close and opened up to really see how much room is inside one, but from the outside I would estimate there is enough room on the inside for the boards. One problem is that the Phantom keeps the battery underneath the central body, so the downwards facing camera and ultrasonic sensors would require the board to be relocated below, outside the airframe.
We are waiting on the 3D printer right now... it should have arrived or at least they should have sent my friend an update that it is shipping by now, so here's hoping the folks over at Makibox get things moving. Just checked the website, they posted an update talking about the status of how soon they're hoping to be shipping: http://makibox.com/blogpost/items/makib ... ing_update" onclick="window.open(this.href);return false;
I haven't forgotten about this project... I just... have alot of projects. And my ADHD doesn't make it easy for me to keep focused on just one, through to completion.
We are waiting on the 3D printer right now... it should have arrived or at least they should have sent my friend an update that it is shipping by now, so here's hoping the folks over at Makibox get things moving. Just checked the website, they posted an update talking about the status of how soon they're hoping to be shipping: http://makibox.com/blogpost/items/makib ... ing_update" onclick="window.open(this.href);return false;
I haven't forgotten about this project... I just... have alot of projects. And my ADHD doesn't make it easy for me to keep focused on just one, through to completion.
-
- Battery Charged
- Posts: 9
- Joined: 11 Feb 2011, 19:05
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
Can someone kindly help by sending me the sketch of the Arduino so I an convert the aftermarket ESC and propellers. Jimmy.hpm@hotmail.com. Thanks
-
- Charged up again
- Posts: 1102
- Joined: 21 Jun 2011, 03:50
- Drone Type: AR.Drone 2
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
The most recent version is attached in Pawelsky's post near the top of this page. Here is a link to that post specifically: http://www.ardrone-flyers.com/forum/vie ... 258#p63258" onclick="window.open(this.href);return false;strangerjle wrote:Can someone kindly help by sending me the sketch of the Arduino so I an convert the aftermarket ESC and propellers. Jimmy.hpm@hotmail.com. Thanks
-
- Battery Charged
- Posts: 9
- Joined: 11 Feb 2011, 19:05
- Has thanked: 0
- Been thanked: 0
Re: $200 prize for whoever can make this mod
It saying that "I don't have permission to download the sketch".
Who is online
Users browsing this forum: No registered users and 0 guests