I want an Arduino to chat with a PC via Serial/UART over a Radio link.
So i am writing a distributed application with part in an Arduino and other part in a Windows PC.
The application will chat via a USART serial link which initially with be directly wired.
Then i wise to replace the serial wire link with a pair of Tx/Rx radio boards.
Anyone know of a pair of UART/Serial to Radio boards that will do the Radio Tx/Rx please?
Many thanks imk
Sorry but i really don't understand your reply.
I am electronics eng and been developing software for 50 years.
I see these little radio Tx/Rx boards as a black box, inasmuch as when i push serial data into the Tx port of one board it pops out of the Rx port of the other board and vice versa.
Just like having a pair of FT232RL boards, but instead of USB they communicate via radio!
That is what i want, so do you know of a pair black box radio boards please?
Looks like a good candidate, unfortunately PC don't chat SPI .
So i guess I would need to have a Arduino at the PC end to convert PC serial to SPi to RF24L01 to RF24L01 to SPI to serial to Arduino to serial to Arduino.. Oh that looks like three Arduino's
Worthy of further thought
Solution is possible just need radio boards that chat serial
Good point about the antennas, spec says long range to, which is not that important for the application but good to know. Read spec three times and not 100% clear if in peer to peer mode they work in full duplex or half duplex. But my application requires full duplex at this time but i guess i could re-engineer it to work half duplex.