Hey guys,
my problem is that i use the ublox gps, and my Xbee's module max baud rate is 9600 (100mW version). I tried changing the code a bit to:
void loop()//Main Loop
{
navigation();
stabilization();
catch_analogs();
Serial.begin(38400);
decode_gps(); //Reads and average the GPS when is doing nothing...
Serial.begin(9600);
print_data(); //Function localted in "System" tab.
...
It works, the gps locks, but i think it messed up the communications... it seems unstable. like some of the data gets lost. what do you think? shuld the change work?
is it possible to change the baud rate of the ublox to 9600? i found explanations on how its done but with differnt gps modules...
I am verry new to this, so any help i'll get will be verry apriciated! thanks!
Tags:
Share
-
▶ Reply to This