hello, i have project to monitoring position.
i need to send coordinate data using RF 433Mhz.
the type of data is string
but i dont know how to write the code to send data
can someone help me???
thank you
hello, i have project to monitoring position.
i need to send coordinate data using RF 433Mhz.
the type of data is string
but i dont know how to write the code to send data
can someone help me???
thank you
Start by looking at the example code that may or may not be available for the hardware that you didn't tell us about.
Use those examples as a guide to write your own code to do what you want.
If the code works like you want, you're done.
If the code does not behave how you want, post it here with a complete description of how it behaves verses how you want it to behave.
People here will look at your code and make suggestions.
Use those suggestions to make changes in your code.
Go back to #3.
I would use the 433Mhz radios you intend to use (you did not say which ones) and use some sample code to sent simple messages like "Hello World" between transmitter and receiver.
Once you have that code done you can move onto working out how to read a GPS, then how to send and receive the co-ordinates via 433Mhz radios.
You should read your first post back to yourself, do you really think there is enough information there to describe your project ?
You may know the details of your project is, we do not.