Hi,
I have only one arduino board(mega r3) and I want to transfer datas which are measured by board to my computer.How can I transfer datas?
I have only one arduino board(mega r3) and I want to transfer datas which are measured by board to my computer.How can I transfer datas?
Using the onboard USB connection?
To be clear,I want to transfer data which I obtaine from arduino to my computer via two RF modules.Is it necessary that I combine gps code and sensor codes?
You give us the information in small bits. Provide all the information you have. What do you want to achieve? What sensors do you expect to use? Why does it have to be two RF modules?
I have BMP085 Barometric Pressure Sensor Quickstart - SparkFun Electronics
and http://store.diydrones.com/MediaTek_MT3329_GPS_V2_0_p/mt3329-02.htm and also arduino mega.I want to sent data via RF modules from arduino to PC.
So, you have a barometric pressure sensor and a GPS. You want to send data from both of them to a PC wirelessly.
What radios are you using/considering? Or is that the part that you need help with?
How often will you need to send data? What data? How far? How much of the error correction/retry/acknowledgement etc. are you willing to write? How critical is it that the data gets through every time?
There is no single, simple, cheap, one-size-fits-all answer.