|
|
|
|
||
|
Joined Feb 2005
473 Posts
|
Quote:
|
|
|
||
|
|
|||
|
|
today's Y6 Hexacopter "Action"
Enjoy... or not...
Hat Cam PID: P = Pilot, hey that's me, fly the damn thing I = I gotta aim the camera too??? oh that's what the zip tie poking me in the eye is for!!! D = Dumb, this is really dumb... I can barely fly and I look stoopid with a camera on my hat!!
I'm thinking about selling this, I'm ready to build a collective machine.. anyone interested?? |
||
|
|
||
|
|
Quote:
|
|
|
||
|
|
||
|
|
Quote:
Could you send me a screenshot of your PID settings? Your Y6 seems to be about the same size and configuration of min... would help me a lot.. Thanks |
|
|
||
|
|
|
|
|
Guys...
I would really like your feedback on the video i posted earlier today.. Please let me know what you think, specially about the PID configuration, as i mention in the video, it has been hard to try and get it right, since the craft behaves totally different while connected to the USB and while not. I know i´m new here, but it took me a year and a half to get my Y6 to the point it is now on the video. I started building it from scratch when all this "multirotor fever" was just starting to happen and people had to code their own way thru building any of these crafts, until i found Alex´s code and gave up on reinventing the wheel, as everything was already done by someone else, and working. Anyway, it might not look as good as yours, but i worked hard on this and would like to know what you think.. |
|
|
|
|
|
|
USA, AK, Soldotna
Joined Jan 2005
554 Posts
|
Ok just watched the vid.
One, awesome powered folding mech! Thats just a cool feature. Second, I have no idea what would make it behave differently when hooked to the usb. Only thing that comes to mind is maybe a ground / power issue. Do you have all your ESC grounds, Rx ground, arduino ground and WM+ ground hooked together? And only one ESC BEC going to the RAW input of the Arduino? Hard to tell from a video but when it is 'working' how hard does it fight movement? It seemed like you were able to move it around pretty easily. Also make sure you are moving the throttle up some tfor tests as the controller will not affect the ESCs if throttle is at minimum. (You probably knew that but better safe then sorry. ) |
|
|
|
|
||
|
Joined Oct 2010
496 Posts
|
nice video!
Quote:
it would make a nice camera platform |
|
|
||
|
|
|
|
Paris
Joined Dec 2010
166 Posts
|
If you mean how to you just have to press read button in the GUI, drag the value of each parameter with your mouse and press the button write. That will write the new parameters into the EEprom. If you mean how to calculate value, you should read the first pages of that thread.
|
|
|
|
|
||
|
|
Quote:
I think mine is bigger dia, so my PID values might not be much use. This is the settings in the video, not perfect, but pretty close, I think the P is a bit high on pitch & roll. Your machine is very cool, I've considered CG adjustment methods, but so far I've just been moving batteries. I like cool gadgets, but anything I build to fly I try to "build in lightness" If it don't make it fly better, it don't belong on an aircraft!!! I had some "fun" getting this thing set up. There is a known issue: http://http://www.rcgroups.com/forum...postcount=5877 from my active code: Code:
#if NUMBER_MOTOR == 6
atomicPWM_PIN5_highState = (motor[5]-1000)/4+4; // dea changes per alex http://www.rcgroups.com/forums/showp...postcount=5877
atomicPWM_PIN5_lowState = 255-atomicPWM_PIN5_highState;
atomicPWM_PIN6_highState = (motor[4]-1000)/4+4;
atomicPWM_PIN6_lowState = 255-atomicPWM_PIN6_highState;
#endif
I have extensions on my ESC's and at some point I got them crossed!! I would suggest running one motor at a time and make sure things are ok. It's hard to tell with the coaxial motors what's really going on. It is a bit daunting to run a Y6 on a 4 ft USB cable with one hand on the tx over my cluttred work bench ![]() I can't really think of anything else that might be of help to you... I'm more than happy to help, ask away, here or PM. Doug |
|
|
||