Anything that doesn't fit in the categories below or spans a few of them
-
Kaldonis
- Posts: 348
- Joined: Wed Jan 12, 2011 3:29 pm
Post
by Kaldonis » Mon Jun 11, 2012 1:25 pm
Pretty. What's the material?
-
Bergo
- Posts: 323
- Joined: Wed Jan 05, 2011 4:57 pm
Post
by Bergo » Tue Jun 12, 2012 11:14 am
got my ESCs, battery, and motors soldered up last night, will hopefully get the frame assembled tonight.
-
epoch19
- Posts: 30
- Joined: Fri Mar 09, 2012 3:33 pm
Post
by epoch19 » Thu Jun 14, 2012 10:49 pm
Got my X666 Glass Fiber and aluminum frame in the mail today.
Put it together in 30-40 min
Here are some build photos
constructed, without electronics it weights a whopping 419g. I think more powerful motors and props are in order.
PS in comparison to the 550mm copters with all electronics which I weighted at 619g.
-
JamesCooper
- Posts: 164
- Joined: Tue Jan 11, 2011 11:46 pm
Post
by JamesCooper » Fri Jun 15, 2012 9:10 am
Nice John! That's a very slick looking frame. Should be fun

-
JamesCooper
- Posts: 164
- Joined: Tue Jan 11, 2011 11:46 pm
Post
by JamesCooper » Fri Jun 15, 2012 10:09 am
For sax, here's how to program the new kkmulticopter firmware onto your flight control board:
- Download the firmware. You can use the original kapteinkuk QuadControl 4.7 from here. You can also use the one I modified to require less trim. It's on the space computer under "My Documents/Jamesc/QuadControllerV4_7/QuadController.hex"
- Open a command prompt (Start,Run,cmd.exe) and go to the directory where your firmware is stored
- Find Bergo's usbtinyisp AVR programmer. I think I left it next to the space computer. I just used the USB cable from the printer.
- Order is important: connect programmer to board, battery to board, then programmer to computer.
- Use the 6-pin header cable from the programmer and connect it to the quadcopter flight control board. The cable should be pointing back towards the yaw gyro
- Connect the battery to your copter. You should have your transmitter turned on with the throttle set to zero. You may want to remove the props and/or disconnect the motors. You need at least one ESC connected to power the flight control board. You may also want to set the yaw pot to zero to prevent the flight control board from trying to run the motors. However, I didn't find any of these necessary as long as the connections are all made in the correct order.
- Connect the programmer to the computer
- To test the connection, at the command prompt type:
It should respond with something about a valid signature. If it says it failed to initialize, check that the programmer is connected to the board the right way and that the board is powered up.
- If that works, use the following to flash your firmware:
Code: Select all
avrdude -p m328p -c usbtiny -U flash:w:yourfirmware.hex
This should only take a few seconds.
- Reset your ESC ranges (power up with yaw pot set to zero and throttle at full, wait for beeps, then drop throttle to zero). You may also have to reverse your yaw gyro again (roll pot at zero with throttle at zero, then move axis that you want to reverse); test it by holding it in your hand and turning it first.
That should be it. If you have any questions, give me a shout.
-
Bergo
- Posts: 323
- Joined: Wed Jan 05, 2011 4:57 pm
Post
by Bergo » Tue Jun 19, 2012 2:03 pm
don't think I posted this yet:

-
JamesCooper
- Posts: 164
- Joined: Tue Jan 11, 2011 11:46 pm
Post
by JamesCooper » Wed Jun 20, 2012 8:58 pm
John, the RC simulator dongles showed up today. I'll try to get down to the space and drop it in your bin in the next few days.