Search found 8 matches

by matteo3e5
Fri Jul 13, 2012 6:42 pm
Forum: Ideas
Topic: 0.96" SSD1306 128X64 OLED Display Module
Replies: 207
Views: 240086

Re: 0.96" SSD1306 128X64 OLED Display Module

Thank you Hamburger and LenzGr

LenzGr let me how it works

Marco
by matteo3e5
Thu Jul 12, 2012 8:37 pm
Forum: Ideas
Topic: 0.96" SSD1306 128X64 OLED Display Module
Replies: 207
Views: 240086

Re: 0.96" SSD1306 128X64 OLED Display Module

if you have a smartfone, you could also get a bluetooth module connected to your copter, install blueterm or some such on your fone and use that for configuration and telemetry. search for a link Howard provided to the ebay seller, it is 2 wires for i2c + 2 wires for power, navigation is with tx st...
by matteo3e5
Thu Jul 12, 2012 7:36 am
Forum: Ideas
Topic: 0.96" SSD1306 128X64 OLED Display Module
Replies: 207
Views: 240086

0.96" SSD1306 128X64 OLED Display Module

Hi Guys, I am a multiwii user and I have to modify pid configuration aux settings etc when I am on the field and I don't want to bring with me a notebook. The OLED Display that you are developping seems the right solution to my problem and it works with multiwii version 2.0 and 2.1 (new serial proto...
by matteo3e5
Fri May 25, 2012 7:14 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 890724

Re: GPS integration

So, In MiniGps where the NMEA sentences are GGA, GSA and RMC = 1 they are turned on right? But does this mean they broadcast only once every 10th hz cycle, would I get a better fix from bumping them to 10? Yes GGA, GSA and RMC = 1 they are turned on No for the second question ... (from the manual) ...
by matteo3e5
Fri May 25, 2012 6:11 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 890724

Re: Navigatron I2C GPS Integration

If you flash the 10hz 115200 firmware on to the GPS there shouldn't be any settings that need changing in MiniGPS - you just use it to verify that the GPS module has updated properly and is running at 10hz. You are completelly right, I included step 4 because based on the tutorial the required NMEA...
by matteo3e5
Thu May 24, 2012 11:26 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 890724

Re: Navigatron I2C GPS Integration

There are 2 'firmwares' one is the sketch on the Arduino that is soldered on to your navigtron - there is also a firmware flashed inside the actual GPS module itself. You would be best updating the firmware on the GPS module itself. The firmware is in the same repo as the current code. You will nee...
by matteo3e5
Thu May 24, 2012 2:01 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 890724

Re: Navigatron I2C GPS Integration

You can use the standard I2C Gps sketch IF you have updated the parameters of the GPS Module on a V1 Navigatron, to do this, you will need to make an adapter cable that crosses the Tx / Rx lines of your FTDI, re-flash as per the guide in the archive and change the settings with MiniGPS, It's easier...
by matteo3e5
Thu May 24, 2012 6:51 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 890724

Navigatron I2C GPS Integration

Hi EOSBandi, congratulation for your incredible work. I have the Navigatron I2C GPS (GTPA010) v1 from Flytron. I have a quadcopter with MultiWii_dev_20120504, what must be done to integrate the gps ?! I read your tutorial but I am a little bit lost. Reading the tutorial, It seems that changes are re...