Search found 9 matches

by Ben_der
Tue Jan 03, 2012 8:46 pm
Forum: Software development
Topic: What's all this I2C failure stuff, anyhow?
Replies: 27
Views: 20552

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

Thanks for this !
This helped a lot !
by Ben_der
Tue Jan 03, 2012 8:13 pm
Forum: Software development
Topic: GPS Script I2C
Replies: 2
Views: 1690

GPS Script I2C

My module : MTK 3329 wiht Atmega (Below GPS module on other side of Board) -Cables: ISP Programmer -Connectors :I2C 3,3v http://www.benjaminkrueger.eu/multiwii_gps/LZ_gps.jpg My code : (will fit on a pro mini+bootloader with a mtk attached as an i2c Slave aswell - but i recommend ISP to board direct...
by Ben_der
Wed Dec 28, 2011 10:15 pm
Forum: Software development
Topic: MultiWii GPS support
Replies: 42
Views: 31367

Re: MultiWii GPS support

Has anybody an idea what happened to MichalM_SK ?
by Ben_der
Thu Nov 10, 2011 1:40 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 880307

Re: GPS integration

What about piping the NMEA-Frame delivered by I2C GOS Devices with UART-mimic? Maybe the Fastrax IT 430 ? something like : const int WANTED_NUMBER = 67; // A usual GPGGA NMEA frame, 67 bytes including $;<CR>;<LF> static uint8_t datastring [WANTED_NUMBER]; static uint32_t gpscycle; #if defined (SOME_...
by Ben_der
Mon Oct 24, 2011 10:43 am
Forum: General discussions
Topic: RC Input value range
Replies: 3
Views: 2010

Re: RC Input value range

Perfect!

Thanks !
by Ben_der
Mon Oct 24, 2011 9:23 am
Forum: General discussions
Topic: RC Input value range
Replies: 3
Views: 2010

RC Input value range

Hi there !

where can the Imput value ranges be modiefied in the Script?

Users of a DX5e only have a range between 1103 and 1905.

Not enough for switching on / off or trimming the without dicomfort at the rc trimbuttons.

Thanks for help!
by Ben_der
Thu Oct 06, 2011 4:23 pm
Forum: MultiWii tweaking - flying experience
Topic: level and ALT
Replies: 2
Views: 1588

Re: level and ALT

Think you got me here - yep! All sensors activated.

So i have to set Baro on AUX 2?

---SOLVED! THANKS!---
by Ben_der
Thu Oct 06, 2011 2:00 pm
Forum: MultiWii tweaking - flying experience
Topic: level and ALT
Replies: 2
Views: 1588

level and ALT

Hi there ! Setup: WMP/ BMA020/ BMP 085 / HMC 5483; Only fying in stable mode. 1,4kg, 1380kv / 3s / 8x4,5 Actually i am havin problems in understanding Level and ALT. When i reduce throttle slightly(1 Klick on RC) the copter starts descending rapidly and only way to avoid Impact is throttle up result...
by Ben_der
Thu Aug 25, 2011 5:30 pm
Forum: Shields, boards and sensors
Topic: Arduino Uno and MT3329_GPS
Replies: 0
Views: 1237

Arduino Uno and MT3329_GPS

Good evening! Quite New in this materia. Looking at the Arduino Uno board there is RX and TX (Serial on UART 5) available. What about connecting the MT3329_GPS with the GPS_MTK? Any problems with the protocols to be expected? At first view it seems clear an makeable.. ....Include the GPS_MTK , reuse...