Search found 6 matches

by pequod
Fri Aug 08, 2014 4:06 pm
Forum: Software
Topic: Cleanflight aka Multiwii port to STM32 F10x and F30x
Replies: 761
Views: 1589241

Re: Cleanflight aka Multiwii port to STM32 F10x and F30x

Use a more recent version of the compiler like GNU Tools ARM Embedded\4.8 2014q2 to avoid that linker problem.
by pequod
Wed Apr 04, 2012 3:34 pm
Forum: Shields, boards and sensors
Topic: mwc fw on ardupilot hardware
Replies: 3
Views: 2246

Re: mwc fw on ardupilot hardware

Hi Warthox no problem. See my post: [url] m[/url] concerning the hard wiring. Besides ardupirate code MW Code 2.0 is running without any problems (including GPS) too. Of course you have to adapt the #defines in the sources. In my case allinoneboard and the correct i2c addr for the acc 0x82 and the s...
by pequod
Thu Jun 30, 2011 5:08 pm
Forum: Ideas
Topic: MAVLink protocol
Replies: 21
Views: 20627

Re: MAVLink protocol

I would appreciate this.
A step towads unifying the GCS. I use qgroundcontol with the Mega Pirate (Arducopter) Code. GPS-Support and map-display.
And its open source working with linux too.
by pequod
Tue May 10, 2011 7:22 am
Forum: Shields, boards and sensors
Topic: need help with hmc5883
Replies: 40
Views: 20220

Re: need help with hmc5883

I would have offered a similar sketch. But as I see now the latest dev Version (5008) of the MultiWii Code (used by arnaldo) is displaying distinct x,y and z-mag values too. It proved my problem: In the (dev)MultiWii GUI the z-mag-value is fixed to "500". Mag-x and mag-y seem to be ok. I a...
by pequod
Mon May 09, 2011 12:32 pm
Forum: Shields, boards and sensors
Topic: need help with hmc5883
Replies: 40
Views: 20220

Re: need help with hmc5883

Could you post some representive (raw) z-values, obtained directly from the hmc5883L registers 5 and 6. Correct z-values are essential for transforming the mag-values in the horizontal plane and tilt-compensation. If the z-values are not correct the heading reading is somehow erratic as described ab...
by pequod
Fri May 06, 2011 9:19 am
Forum: Shields, boards and sensors
Topic: need help with hmc5883
Replies: 40
Views: 20220

Re: need help with hmc5883

HMC 5883 L issue The issue with my HMC5883L is the lack of valid z-axis values. They are normally stored in the registers (0x05 and 0x06; HMC5843 uses register 0x07 and 0x08). Reading those registers combined always shows the values 0 or -4096. x-, and y- readings are ok. (Datasheet -4096 indicates ...