hi every buddy im new in forum hope i can get help in my project in urduino uno ///
my project is measuring distance between tow arduinos ... using gps 406a and xbee ...
my problem is sending float numbers (lat,lon) comings out from f_get_position(&latitude, &longitude) via xbee so far im able to send only integers
any help please...
Convert them to a char string - I even assume you get them as a char string (dont know the specific sensor) - and send them as ascii text and do the conversion in the receiving Arduino.
makes sense?
thanks 4 ur response/// i tried to convert them into char string and even into bytes but i never succeed to get the exact number im sending ... can u give me a code hint receiver and transmitter please ...
Post the code that didn't work - maybe there's a simple bug we can help you fix