Search found 8 matches

by micropuller
Wed May 02, 2012 11:38 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887727

Re: GPS integration

Ok, according to Melih from Flytron, the problem isn't in the Navigatron, but in the GUI: http://forum.flytron.com/viewtopic.php?f=4&t=338&p=2829#p2829
That would explain a lot.
by micropuller
Tue May 01, 2012 9:10 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887727

Re: GPS integration

I've read about several people that are using the navigatron without problems, yet me an KeesvR are having problems with the data freezing. As it looks like it's not a problem with the GPS module itself, could it be that there are units with faulty software? I'd like to try and upload the software a...
by micropuller
Tue May 01, 2012 11:58 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887727

Re: GPS integration

Here's mine: =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2012.05.01 12:54:28 =~=~=~=~=~=~=~=~=~=~=~= $GPGGA,105427.000,5241.3123,N,00514.1929,E,1,8,1.12,-11.1,M,46.9,M,,*46 $GPGSA,A,3,07,05,13,28,10,26,08,02,,,,,1.40,1.12,0.84*0C $GPRMC,105427.000,A,5241.3123,N,00514.1929,E,0.00,130.18,010512,,,A*65 $GPGGA,10...
by micropuller
Mon Apr 30, 2012 3:26 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887727

Re: GPS integration

@KeesvR: I do get a flashing blue led when there's a 3D fix. It's on the bottom of the board, did you look there? I also tried getting data from the GPS and I think I was succesful. Here's what I did: - connected the Flytron GPS to an arduino, using the I2C pins. - uploaded the code that can be foun...
by micropuller
Mon Apr 30, 2012 9:15 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887727

Re: GPS integration

Could you send me a gps output log ? (Just connect your gps to serial monitor). I'd be glad to help, but I'm not sure how to do that. Do I connect the GPS to an Arduino over I2C and then read the serial monitor? Or do I use an FTDI cable or breakout board to connect it to the pc directly? And how d...
by micropuller
Sun Apr 29, 2012 3:23 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 887727

Re: GPS integration

Hello EOSBandi. I'm having the same problems as KeesvR. I tried your quick fix (at least I think I did. I presume you meant to say to just change "I2C_GPS_STATUS_3DFIX" into "I2C_GPS_STATUS_2DFIX"?), allas with the same results. Could you please direct me to where in the code the...
by micropuller
Sun Apr 08, 2012 11:54 am
Forum: Software development
Topic: "Arduino" Pro Micro
Replies: 131
Views: 70251

Re: "Arduino" Pro Micro

Hi Felix, Thanks for your reply, that was exactly what I couldn't figure out. I saw the board you created, that's some very nice work! Would it be possible to redefine the pin layout in the software, or would I have to physically reroute the connections? Or should I just buy a pro mini and wait unti...
by micropuller
Sat Apr 07, 2012 11:54 pm
Forum: Software development
Topic: "Arduino" Pro Micro
Replies: 131
Views: 70251

Re: "Arduino" Pro Micro

Hi, newbie question here. I'll be starting my first MultiWii project shortly. I've got a lot of "left over" sensors from earlier arduino projects, so the idea is to use them instead of the WM+, nunchuck and/or an IMU. At the moment I've got MultiWii 2.0 running on a Boarduino, with an ADXL...