Search found 13 matches

by MelihK
Wed May 02, 2012 4:19 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

Guys, I need a little help. Honestly vector algebra and trigonometrics are not my favourite topics, and I'm stuck with a final step of poshold implementation.. Good News: I'm writing GPS position and LOS calculation codes since years because of SimpleOSD(I'm the designer). I have alot of code part ...
by MelihK
Tue Apr 10, 2012 11:58 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

No, find (9600) line in setup section. and change it to your GPS's default baud.
by MelihK
Tue Apr 10, 2012 10:51 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

Hi Alex,

At first, dont change the baudrate. Just use my updated code(2 page before) for changing the baudrate at start to 115.200 and better NMEA sentence. And follow the LED for GPS data status. The led will blink every second after it locked.
by MelihK
Fri Apr 06, 2012 12:24 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

Hi, Last days I tried to pay with my i2c GPS and have one small suggestion. Like many user descrribe, it will be useful reset home position on request. So I added function: void GPS_reset_home_position() { #if defined(I2C_GPS) //set current position as home i2c_rep_start(I2C_GPS_ADDRESS);i2c_write(...
by MelihK
Fri Mar 30, 2012 11:13 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

Loosi wrote:I ordered it at lipoly , its called MediaTek MT3329 GPS 10Hz + Adapter Basic

Navigatron already cheaper than this GPS board, and also including Arduino ;)
by MelihK
Thu Mar 29, 2012 2:50 pm
Forum: Software development
Topic: OpenLRS Rx MULTI board support
Replies: 6
Views: 5548

OpenLRS Rx MULTI board support

Hi Everyone, I just updated the code with OpenLRS Multi board support. m For OpenLRS Multi board users; - Enable "OPENLRSv2MULTI" option under IMU list (config.h) - Select your transmitter frequency/hopping channels and device ID under RX.pde other setting same with standard boards. http:/...
by MelihK
Wed Mar 28, 2012 9:22 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

Improved version of EOS Bandit's I2C GPS Code, Features: ⋅  9600 baud standard GPS switching code added, this MTK command switching the GPS module to 115200 baud. You can use same command set with any baudrate to 115200 ⋅  NMEA sentence configurator MTK command added. It is remov...
by MelihK
Sun Mar 25, 2012 5:59 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

@Alexinparis, are your repository open for other developers? I'm modifying MultiWii code for my opensource receiver system and it is working on our v2 receivers and OpenLRS Multi boards. I will glad to be a developer and add OpenLRS receiver integration on current code. Yes it is, just pm me a mail...
by MelihK
Sun Mar 25, 2012 5:27 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

@Mhelihk have you pre-flashed the boards with EosBandi's code, if not presumably you do so via FTDI. It is coming with EOS Bandit code I read datesheet and there is an information "No traces and vias are allowed to pass the area" on page 6. This is the center of PCB, and you put Atmega in...
by MelihK
Fri Mar 23, 2012 3:54 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

Hi Guys, After 3 weeks delay (because of a design problem and reproduction) Navigatron I2C GPS modules in stocks . I 'am glad to announce that %10 discount for first 20 units http://www.flytron.com/180-648-large/i2c-gps-for-multiwii-and-others.jpg http://www.flytron.com/180-649-large/i2c-gps-for-mul...
by MelihK
Tue Feb 21, 2012 4:15 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

Hi Andras, I'm using Arduino 1.0 for I2C GPS Board and Arduino0022 for Host code. The host stop to working in few seconds because of I2C problem. I guess the probem is the wire library , because I didnt upload your wire.h and wire.c patches into arduino 1.0. Because it is giving errors if i replace ...
by MelihK
Sun Feb 19, 2012 9:25 am
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

Hi Andras, 1. Yes, i just understand the idea. Maybe the problem was my GPS simulator(HappyKillMore's simulator software) , i was detect similar problems at the past. Today i will test it with real GPS signal. 2. Good to hear that. Because i guess most of user will use it without WP algorithms. I wi...
by MelihK
Sat Feb 18, 2012 10:45 pm
Forum: Software development
Topic: GPS integration
Replies: 1724
Views: 885560

Re: GPS integration

Hi EOSBandi This is Melih from Flyron.com I 'm designing different I2C GPS boards(i'm calling them as Navigatron) since few months with this old I2C Gps idea The boards tested and ready since few days and i was searching for better code ideas. Then today i saw your great code that simulating a real ...