Search found 457 matches

by mr.rc-cam
Sun Mar 04, 2012 1:03 am
Forum: Getting Started - MultiWii config and setup
Topic: Help needed
Replies: 19
Views: 6367

Re: Help needed

and after the first try today with propellors I found out that I really need to stabilise everything but don't know how or where to start. Welcome aboard. You didn't say what the exact problem is. So that is the place to start. I realize that you want the model to be more stable, but some details a...
by mr.rc-cam
Sat Mar 03, 2012 7:32 pm
Forum: ESCs, propellers , servos and radios
Topic: FlySky iMax Turnigy 9x Eurgle 9CH
Replies: 12
Views: 6841

Re: FlySky iMax Turnigy 9x Eurgle 9CH

The channel order in ER9X was set to match with this:
#define SERIAL_SUM_PPM PITCH,YAW,THROTTLE,ROLL,AUX1,AUX2,CAMPITCH,CAMROLL //For Graupner/Spektrum
by mr.rc-cam
Fri Mar 02, 2012 8:02 pm
Forum: ESCs, propellers , servos and radios
Topic: FlySky iMax Turnigy 9x Eurgle 9CH
Replies: 12
Views: 6841

Re: FlySky iMax Turnigy 9x Eurgle 9CH

I am using the telemetry for RSSI and flight pack voltage monitoring. The ER9X nicely integrates the FrSky telemetry data so the Tx displays the voltages and provides audible warning alarms. In a nutshell, it is awesome. The D8RSP Rx can provide two external voltage measurements. But the D4FR needs ...
by mr.rc-cam
Fri Mar 02, 2012 2:41 am
Forum: MultiWii tweaking - flying experience
Topic: yaw setting need to go faster
Replies: 3
Views: 1972

Re: yaw setting need to go faster

Good point, the yaw rate feature is used too. The basic method I use for setting YAW is to start with Rate at 0, adjust the PID's for the required stability performance, and then adjust the YAW Rate value. I rarely tweak the Rate, so out of sight, out of mind. :)
by mr.rc-cam
Fri Mar 02, 2012 12:39 am
Forum: ESCs, propellers , servos and radios
Topic: FlySky iMax Turnigy 9x Eurgle 9CH
Replies: 12
Views: 6841

Re: FlySky iMax Turnigy 9x Eurgle 9CH

I can't speak for the Turnigy V2 Rx, but its near twin sold as the FlySky FS-R6B works just fine with PPM-SUM (but is limited to 6-Channels). So if you have problems with the Turnigy Rx then consider using the FlySky version. BTW, my FlySky 9X Tx is running ER9X software so I setup the channel order...
by mr.rc-cam
Thu Mar 01, 2012 10:45 pm
Forum: Software development
Topic: What's all this I2C failure stuff, anyhow?
Replies: 27
Views: 21138

Re: What's all this I2C failure stuff, anyhow?

If both boards are failing, and you are sure that the wiring is correct, then thoroughly re-read post #1 again + several more times. Read it until it the problems/solutions are clear to you. Regarding what to do, it is summarized in the Fix List section, reprinted as follows: I2C Hardware Fix List /...
by mr.rc-cam
Thu Mar 01, 2012 9:12 pm
Forum: Software development
Topic: What's all this I2C failure stuff, anyhow?
Replies: 27
Views: 21138

Re: What's all this I2C failure stuff, anyhow?

Had two boards (Paris V3) with genuine WM+ and NK running ok. I upgraded to the latest 1.9 and it seemed ok. No debug errors noticed on short tests. {snip} But now the board won't run up the gyro or acc on the gui. Since it was working, the newly observed failure may be a bad solder connection or i...
by mr.rc-cam
Wed Feb 29, 2012 7:46 pm
Forum: Software development
Topic: running out of flash on promini/nano
Replies: 4
Views: 1434

Re: running out of flash on promini/nano

Thanks for the warning. Too much good stuff crammed into a small package. Code space relief is possible by using the EagleTree ALT-V4 baro sensor. I don't recall the exact amount of Flash mem reduction, but it was well over 1K byte. It's a very good baro sensor too, so other than the $40USD hit to t...
by mr.rc-cam
Wed Feb 29, 2012 5:48 pm
Forum: MultiWii tweaking - flying experience
Topic: yaw setting need to go faster
Replies: 3
Views: 1972

Re: yaw setting need to go faster

Reduce Yaw PID values in the GUI.
by mr.rc-cam
Sat Feb 25, 2012 5:34 am
Forum: General discussions
Topic: HELP NOOB How to update 1.7 to 1.9
Replies: 14
Views: 4594

Re: HELP NOOB How to update 1.7 to 1.9

I got the code uploaded to the board, but now there is no response from the board to the GUI. DEBUG 2 is crazy much greater than zero. Any ideas?? Just a guess, but perhaps you didn't enable the correct sensors? What I mean is that the source code's config.h file must be edited by *you* so that the...
by mr.rc-cam
Fri Feb 24, 2012 9:11 pm
Forum: Connecting elements
Topic: VCC or RAW on ProMini
Replies: 2
Views: 1714

Re: VCC or RAW on ProMini

The RAW input goes to the input of the PROMINI's internal 5V low dropout VReg. This is the recommended Power input for the CPU board. Even with the internal 5V VReg, it is still compatible with a 5V external supply. If you connect to the PROMINI's Vcc pin you will be applying external voltage to the...
by mr.rc-cam
Fri Feb 24, 2012 5:57 am
Forum: General discussions
Topic: HELP NOOB How to update 1.7 to 1.9
Replies: 14
Views: 4594

Re: HELP NOOB How to update 1.7 to 1.9

this is my error now when I try to compile the 1.9 code. core.a(HardwareSerial.cpp.o): In function `__vector_19': With MWC V1.9 you cannot use the V1.0 Arduino IDE. You need the older IDE version 0022 (I also hear that 0023 is compatible, but have not used it). 1. Go to m 2. Find the "Previous...
by mr.rc-cam
Fri Feb 24, 2012 3:52 am
Forum: General discussions
Topic: HELP NOOB How to update 1.7 to 1.9
Replies: 14
Views: 4594

Re: HELP NOOB How to update 1.7 to 1.9

But when trying to upload the 1.9 software ther are multiple errors. First one "expected unqualified-id before 'public' Any suggestions? Do you mean you see this error when you upload V1.9? MultiWiiConf_1_9:-1: error: expected unqualified-id before 'public' If so, then you've loaded the wrong ...
by mr.rc-cam
Thu Feb 23, 2012 10:06 pm
Forum: Software development
Topic: question about debug1
Replies: 3
Views: 1723

Re: question about debug1

In your case, yes, it is most likely ths value is related to the altimeter/alt hold functionality. Indeed, it is the raw baro altitude (without ACC Z estimation). It can be used by developers to troubleshoot the baro sensor code. The only important debug value in V1.9 is debug2. It should remain 0 ...
by mr.rc-cam
Sun Feb 19, 2012 12:49 am
Forum: Ideas
Topic: Loop time optimization
Replies: 11
Views: 5449

Re: Loop time optimization

The general goal of short cycle times is to promote the highest sensor update rate. But reading a sensor every forth cycle is sort of like increasing its cycle time 4X. No doubt some models, sensors (and pilots) may not experience performance issues if the sensor data is not updated very often. But ...
by mr.rc-cam
Sat Feb 18, 2012 8:13 pm
Forum: Software development
Topic: MWC on 8MHz
Replies: 16
Views: 12038

Re: MWC on 8MHz

the simplest would be to force processor at 16MHz, but I am afraid can't be done... 168-10MU, single cell lipo power, requirements I can't change. Am I wrong and is this possible ? It sounds like you have decided to use the 8MHz CPU and will change the MWC code. However, if this does not work out t...
by mr.rc-cam
Sat Feb 18, 2012 7:10 pm
Forum: Software development
Topic: led blinking in an SOS pattern?
Replies: 12
Views: 4543

Re: led blinking in an SOS pattern?

That blink pattern is unusual. I could be wrong, but it appears to me that your Arduino CPU is lost or is constantly rebooting. On V1.9 this can be caused by a RAM shortage if you have too many options enabled. Try disabling the LCD support and data logging and see if the symptom changes. Or load on...
by mr.rc-cam
Wed Feb 08, 2012 9:45 pm
Forum: Software development
Topic: Improving Altitude Hold Performance
Replies: 98
Views: 62589

Re: Improving Altitude Hold Performance

I dunno if this has been mentioned yet, but the temperature sensor on BMP085 is pretty noisy. Thanks for disclosing this issue. For sure, I was very excited to hear about it. So last night I did some experiments with the sensor's temperature readings. On my BMP085 there is some short term (within 1...
by mr.rc-cam
Wed Feb 08, 2012 12:33 am
Forum: Software development
Topic: camstab without aux3 / 4 input
Replies: 3
Views: 2406

Re: camstab without aux3 / 4 input

I'm assuming you are using SERVO_TILT and not GIMBAL. This is patch is untested, so please don't shoot me if it doesn't work: Open output.pde. Find this: #ifdef SERVO_TILT if (rcOptions & activate[BOXCAMSTAB] ) { servo[1] = constrain(TILT_PITCH_MIDDLE + TILT_PITCH_PROP * angle[PITCH] /16 + rcDat...
by mr.rc-cam
Tue Feb 07, 2012 11:56 pm
Forum: General discussions
Topic: shelving my quad for now
Replies: 22
Views: 5512

Re: shelving my quad for now

Hopefully an experienced MWC pilot in your local area can meet with you. Sometimes a bit of hands-on guidance from a Pro is all that is needed to solve the frustrations.

- Thomas
by mr.rc-cam
Tue Feb 07, 2012 5:30 pm
Forum: Connecting elements
Topic: Simple Remote LED Control Hack
Replies: 14
Views: 24265

Re: Simple Remote LED Control Hack

May we use a shift register to do some fancy things with some leds connected to it? Things like that are certainly possible. For example, I have another MWC Quad with strings of animated LED's that uses a custom made I2C LED controller. But the goal of this hack was to keep things simple. BTW, this...
by mr.rc-cam
Tue Feb 07, 2012 5:37 am
Forum: Connecting elements
Topic: Simple Remote LED Control Hack
Replies: 14
Views: 24265

Re: Simple Remote LED Control Hack

ALTERNATE PATCH, SOFTWARE METHOD #2: POWERPIN control This is a new patch that is less dependent on existing code. This makes the edits much simpler on releases using V1.9 and higher. It cannot be used on earlier versions because it requires the POWERPIN that is used on all versions before V1.9. Re...
by mr.rc-cam
Tue Feb 07, 2012 3:34 am
Forum: Software development
Topic: Improving Altitude Hold Performance
Replies: 98
Views: 62589

Re: Improving Altitude Hold Performance

Tested my Tri outside tonight in a light breeze and alt hld was not good, unpredictable "zoom climbs"10-15 meters. Regarding the unexpected "zoom climbs" that is a common symptom of ACC sensor overload. If you have enabled the TRUSTED_ACCZ (via the config.h defines) then you sho...
by mr.rc-cam
Mon Feb 06, 2012 7:00 pm
Forum: Shields, boards and sensors
Topic: Problem with HMC5883L
Replies: 7
Views: 3064

Re: Problem with HMC5883L

It does show that the Mag is not always showing where north is, which could cause problems with navigation. If the Mag sensor is not accurate then there is a chance that the "3D" calibration was not performed correctly or the sensor is too close to metal objects or magnets. BTW, you shoul...
by mr.rc-cam
Mon Feb 06, 2012 1:18 am
Forum: Connecting elements
Topic: Simple Remote LED Control Hack
Replies: 14
Views: 24265

Re: Simple Remote LED Control Hack

SOFTWARE METHOD #1: CAMTRIG PORT Note: This is the original method that uses the CAMTRIG servo port. Begin by connecting the free end of the transistor's base resistor to the MWC's "CAMTRIG" servo connector. This pin is the one defined by DIGITAL_CAM_PINMODE. For the Promini it is Arduino...
by mr.rc-cam
Mon Feb 06, 2012 12:57 am
Forum: Connecting elements
Topic: Simple Remote LED Control Hack
Replies: 14
Views: 24265

Re: Simple Remote LED Control Hack

Once you have the two parts soldered together you will need to connect it to the LED's. As follows: 1. Ensure your LED strips have the correct voltage rating for your battery pack. 2. Connect the plus (+) end of ALL the LED's to battery positive (+). 3. Connect the negative (-) end of ALL the LED's ...
by mr.rc-cam
Mon Feb 06, 2012 12:34 am
Forum: Connecting elements
Topic: Simple Remote LED Control Hack
Replies: 14
Views: 24265

Simple Remote LED Control Hack

Adding a remote LED control feature to the MWC is not a difficult task. There are an endless number of ways to do it; here's one method that does not take long and is very low cost. Besides the LED's, all you need is one transistor, one resistor, and some minor MWC sketch edits. It uses the CAMTRIG ...
by mr.rc-cam
Sun Feb 05, 2012 1:35 am
Forum: MultiWii tweaking - flying experience
Topic: Throttle response change with 1.8.2 to 1.9 upgrade
Replies: 1
Views: 1546

Re: Throttle response change with 1.8.2 to 1.9 upgrade

Try increasing your V1.9 MINTHROTTLE to 1190 (so it is the same as the V18.p2). It may help to change MAXTHROTTLE to 1900 too.

BTW, if your R/C Tx has an expo mix for the throttle stick then try some negative expo (not positive expo) on it. Maybe you will like the "feel" it gives.

- Thomas
by mr.rc-cam
Sat Feb 04, 2012 6:44 am
Forum: Frames
Topic: The ideal multicopter
Replies: 2
Views: 3063

Re: The ideal multicopter

All good points. But keep in mind that it's not all up to the model; The pilot's personal preference is another element that determines PID values. What I mean is that higher PID values will make the most precisely made model fly more stable and require less pilot/stick interaction. But as the pilot...
by mr.rc-cam
Sat Feb 04, 2012 5:20 am
Forum: Software development
Topic: Need help with compiling MultiWiiConf_dev_20120121
Replies: 6
Views: 2616

Re: Need help with compiling MultiWiiConf_dev_20120121

Do I need to compile the Conf app? Ready-to-run Conf apps for linux, mac and windows are stored in the downloaded distribution folders for official MWC release versions. I have not looked at MultiWiiConf_dev_20120121, but I suspect what you want is already there. If not then use a more official MWC...
by mr.rc-cam
Sat Feb 04, 2012 3:38 am
Forum: Software development
Topic: Need help with compiling MultiWiiConf_dev_20120121
Replies: 6
Views: 2616

Re: Need help with compiling MultiWiiConf_dev_20120121

As mentioned by PatrikE, you have to compile MWC's conf app using the "Processing" IDE, not the "Arduino" IDE.

- Thomas
by mr.rc-cam
Wed Jan 25, 2012 3:27 am
Forum: Getting Started - MultiWii config and setup
Topic: Second round...the orange spektrum rx
Replies: 19
Views: 6047

Re: what is this

It's telling you that the PC is not successfully communicating with the Arduino chip. Closely check all the serial cable connections and ensure you have selected the correct serial port in the Arduino Tools menu.

- Thomas
by mr.rc-cam
Wed Jan 25, 2012 12:28 am
Forum: Ideas
Topic: make config.h obsolete?
Replies: 10
Views: 3201

Re: make config.h obsolete?

why not go one step further and download the hex file that is ready for uploading to arduino? And then we will have a Cloud based IDE. It's all dreamy stuff. Honestly, I'd like the gifted programmers to just concentrate on making our MWC's fly better/faster/cheaper. Everything else is just lipstick...
by mr.rc-cam
Wed Jan 25, 2012 12:05 am
Forum: Ideas
Topic: make config.h obsolete?
Replies: 10
Views: 3201

Re: make config.h obsolete?

There is this available on line at the moment. http://ardupirates.net/config/MW_Config.php Very cool! Problem is that someone have to keep it up to date. Yes, program maintenance is a universal problem. It's fun to create this stuff, but such joy turns to tedium after awhile. - Thomas
by mr.rc-cam
Tue Jan 24, 2012 11:16 pm
Forum: Ideas
Topic: make config.h obsolete?
Replies: 10
Views: 3201

Re: make config.h obsolete?

It would impact the MWC resources to push this onto the sketch. So config.h is a good thing. Perhaps one of you java web coders would like to develop and maintain an online form that creates the config.h. With this method, those that don't want any automated help would simply continue to use the tra...
by mr.rc-cam
Tue Jan 24, 2012 6:57 am
Forum: MultiWii tweaking - flying experience
Topic: Getting the MAG to work
Replies: 3
Views: 1866

Re: Getting the MAG to work

It looks like you have your high current wiring quite close to your sensor shield. The following video demonstrates the issue and offers some hints on how some layout methods can worsen the effect: http://vimeo.com/29519728 Be sure to watch the entire video to the end and do not skip through it. - T...
by mr.rc-cam
Tue Jan 24, 2012 12:11 am
Forum: MultiWii tweaking - flying experience
Topic: Getting the MAG to work
Replies: 3
Views: 1866

Re: Getting the MAG to work

If you have performed the 3D calibration, and increasing the throttle causes mag sensor problems, then you will need more distance between the sensor and the heavy current wiring (including the battery and its cables). It generally does not require a large distance to cure the problem, so it is not ...
by mr.rc-cam
Mon Jan 23, 2012 9:30 pm
Forum: Software development
Topic: Alternatives to Arduino IDE? using eclipse?
Replies: 28
Views: 8902

Re: Alternatives to Arduino IDE? using eclipse?

I agree that the MWC project has grown beyond the original design concept and development would be more efficient if the we abandoned the Arduino IDE. But the user base is already struggling with the simplicity of the Arduino IDE, so moving to a professional IDE would be a final straw for many of th...
by mr.rc-cam
Fri Jan 20, 2012 12:10 am
Forum: Shields, boards and sensors
Topic: Question about Pullup Resistors
Replies: 7
Views: 2864

Re: Question about Pullup Resistors

Do you know a resource about pullups? The link you mentioned in the first post has practical information about I2C rise times and levels. The Flyduino board developer will be able to advise if there are any pre-installed pullups on his designs that you are not aware of. If he says there are none th...
by mr.rc-cam
Thu Jan 19, 2012 11:24 pm
Forum: Shields, boards and sensors
Topic: Question about Pullup Resistors
Replies: 7
Views: 2864

Re: Question about Pullup Resistors

i installed the sensors onto a Flydusense V2.0 on this board I installed 5V Pullups 6.8k I don't have any personal experience with the Flyduino and Flydusense. I searched for schematics to them and could not locate any. So without such details I am not able to confirm anything I recommend. The I²C ...
by mr.rc-cam
Thu Jan 19, 2012 9:03 pm
Forum: Software development
Topic: MultiWii 1.9 configuration problem when writing
Replies: 4
Views: 2207

Re: MultiWii 1.9 configuration problem when writing

Can someone fix this problem in the download package of MultiWii v1.9.

Try the replacing Configs V1.9's rxtxSerial.dll file with the revised version that has been mentioned in a few other discussions. I'm using it on V1.9 and it solved other PC communication related issues.
by mr.rc-cam
Thu Jan 19, 2012 12:48 am
Forum: Shields, boards and sensors
Topic: genuine WMP with up to 380kHz?
Replies: 3
Views: 1347

Re: genuine WMP with up to 380kHz?

i did some more fly tests now and it seems to be less stable with higher Hz Although that could be a symptom that your sensors are not compatible with your higher I2C speed, it could also be something less serious. For example, if your cycles times are significantly less when you changed to the hig...
by mr.rc-cam
Wed Jan 18, 2012 11:27 pm
Forum: Shields, boards and sensors
Topic: Question about Pullup Resistors
Replies: 7
Views: 2864

Re: Question about Pullup Resistors

Are you absolutely sure there aren't any other I2C pullups lurking in your installation? For example, LLC's and external sensor boards often have some already installed. So carefully review everything to determine what's there before making any changes. If all that's installed are your 6.8K's, and t...
by mr.rc-cam
Wed Jan 18, 2012 10:19 pm
Forum: Shields, boards and sensors
Topic: Question about Pullup Resistors
Replies: 7
Views: 2864

Re: Question about Pullup Resistors

Is my config okay, can I disable internal pullups since BMA020 and WMP have internal LLC? The CPU's internal pullups are very weak values that range from 30K - 50K ohms. On a typical MWC the ideal I2C pullup value is 2K - 3K ohms (2.2K ohms seems to be the sweet spot). I suggest you review all the ...
by mr.rc-cam
Wed Jan 18, 2012 4:27 am
Forum: ESCs, propellers , servos and radios
Topic: PPM Pulse Quality
Replies: 3
Views: 1548

Re: PPM Pulse Quality

I don't have any experience with that Rx. But the first thing I would do is measure the voltage on the unused signal pin on the battery input port. Using the voltmeter, observe the voltage on the pin with Tx powered On and then Tx powered Off. If you see a significant difference then you may have be...
by mr.rc-cam
Wed Jan 18, 2012 3:50 am
Forum: ESCs, propellers , servos and radios
Topic: PPM Pulse Quality
Replies: 3
Views: 1548

Re: PPM Pulse Quality

Modern 2.4GHz Rx's do not produce bad servo pulses. Even before a full-out failsafe, it's a common feature to flywheel the servo pulses using the previous (good) values. However, older FM-PPM Rx's will indeed produce corrupted pulses, but quantifying the corruption into a useful RSSI would not be pr...
by mr.rc-cam
Tue Jan 17, 2012 8:56 pm
Forum: Software development
Topic: bulk serial transmission exceeds 650ms limit - howto fix?
Replies: 11
Views: 2909

Re: bulk serial transmission exceeds 650ms limit - howto fix

I checked the code (in shared branch) and Serial0 is asynchronous on all platforms. It can not block. In fact, if data is put in the buffer faster than the baud rate driven interrupt handler is taking it out, the calls to SerialWrite will simply overwrite the buffer. +1. I looked at some recent dev...
by mr.rc-cam
Thu Jan 12, 2012 9:31 pm
Forum: Software development
Topic: bulk serial transmission exceeds 650ms limit - howto fix?
Replies: 11
Views: 2909

Re: bulk serial transmission exceeds 650ms limit - howto fix

The task of sending the hardware serial data via interrupts does not need to consume significant cycle time. The main/annex loop shouldn't pause while the serial task purges the entire serial buffer's contents. Instead, it should continue running and serial data should be sent as a background task u...
by mr.rc-cam
Fri Jan 06, 2012 7:18 pm
Forum: Software development
Topic: HMC5883L YAW problem
Replies: 13
Views: 5543

Re: HMC5883L YAW problem

I am using a HMC5883L. I read the link you posted about the HMC5883 vs. HMC5883L and the author reports at the end that the problems he was having were because he installed the wrong cap on the IC. If you are confident that your hardware is Ok then it may help to contact the Quadrino Adv. board deve...