Hi Waltr,
Thank you for your reply and this information.
It is very helpful.
Search found 10 matches
- Sun Jun 15, 2014 10:17 pm
- Forum: Software development
- Topic: Add gain and offset to RC inputs
- Replies: 3
- Views: 1705
- Mon Jun 02, 2014 7:34 pm
- Forum: Software development
- Topic: Add gain and offset to RC inputs
- Replies: 3
- Views: 1705
Patch Add gain and offset to RC inputs
commit aaf9fd6c9864c8c9e64100a3abcf7dff7d28f645 Author: Shaun2029 Date: Mon Jun 2 19:07:03 2014 +0100 Add gain and offset to RC inputs to compensate for incorrect input range. diff --git a/RX.cpp b/RX.cpp index 1f5dd04..3adb5a1 100644 --- a/RX.cpp +++ b/RX.cpp @@ -6,6 +6,7 @@ #include "Protocol...
- Mon Jun 02, 2014 7:28 pm
- Forum: Software development
- Topic: Add gain and offset to RC inputs
- Replies: 3
- Views: 1705
Add gain and offset to RC inputs
I have created a patch to add gain and offset to RC inputs to compensate for incorrect input range. The project I am working on uses a transmitter that has limited functionality. The TX range does not allow for a min max of 1000 to 2000. I do not know how to compensate for this other than using the ...
- Wed May 14, 2014 8:32 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: Mag readings are not update?????
- Replies: 1
- Views: 942
Re: Mag readings are not update?????
Could you please give more information? Explain what flight control board you are using? What software version you are using? Has it ever worked before? How can you tell that the mag readings are not updating? Have you calibrated the compass? Does all the other functionality work? Some details about...
- Wed May 14, 2014 8:26 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: Arming Motors
- Replies: 4
- Views: 1997
Re: Arming Motors
Make sure that you have calibrated the accelerometer and gyro. Place your quad on a level surface. Do not move it in any way. Throttle stick low. Yaw stick bottom left. After light flashes allow sticks to center. After calibration has finished, LED stops flashing. Throttle stick low again. Yaw stick...
- Wed May 14, 2014 8:21 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: HK MultiWii Pro and MultiWii 2.3
- Replies: 2
- Views: 1504
Re: HK MultiWii Pro and MultiWii 2.3
Hi,
Did you ever manage to solve this issue?
If not perhaps I can help with the compile issues. I use Linux and have some experiance.
I could even compile against your config file and send the file to you?
Cheers,
Shaun
Did you ever manage to solve this issue?
If not perhaps I can help with the compile issues. I use Linux and have some experiance.
I could even compile against your config file and send the file to you?
Cheers,
Shaun
- Wed May 14, 2014 7:54 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: Quads bounce when trying to land
- Replies: 2
- Views: 1299
Re: Quads bounce when trying to land
Thank you for your quick reply. I suspected that this was the case but appreciate your confirmation and advice.
I have changed the mounting pads on one of my multicopters to a stiffer foam and it helped a lot.
Bouncing is reduced by about 80% using the stiffer foam:
http://hobbyking.com/hobbyking/store/__ ... thick.html
I have changed the mounting pads on one of my multicopters to a stiffer foam and it helped a lot.
Bouncing is reduced by about 80% using the stiffer foam:
http://hobbyking.com/hobbyking/store/__ ... thick.html
- Wed May 14, 2014 7:50 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: Low Power on MicroQuad
- Replies: 12
- Views: 4356
Re: Low Power on MicroQuad
Try changing max throttle setting in the config.h file /**************************** Motor maxthrottle *******************************/ /* this is the maximum value for the ESCs at full power, this value can be increased up to 2000 */ #define MAXTHROTTLE 1850 //1850 default for multicopters The high...
- Wed May 14, 2014 6:47 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: MultiWii 2.3 and RCTimer ESCs - incompatible?
- Replies: 2
- Views: 1092
Re: MultiWii 2.3 and RCTimer ESCs - incompatible?
Hi, Warning use the info below at own risk: This information may short out your motors, set you house on fire etc etc If I was in your situation I would be tempted to try hacking the Multiwii 2.3 code with the aim of changing the PWM frequencies. If I understand correctly, you have a Nanowii. This u...
- Tue May 13, 2014 7:08 pm
- Forum: Getting Started - MultiWii config and setup
- Topic: Quads bounce when trying to land
- Replies: 2
- Views: 1299
Quads bounce when trying to land
I have two quadcopters, both have MultiWii 328P Flight Controller w/FTDI & DSM2 Port from HobbyKing. Features: • SMD component design with Atmega328P • ITG3205 Triple Axis Gyro • BMA180 Accelerometer • BMP085 Barometer They both fly really well and the trouble only starts when trying to land. If...