I want to do a transmitter/receiver simulation but it appears there is no RF module, please advise?
Date
Votes
1 comment
-
Jorge Garcia 317 Hello mr blackwell,
I hope you're having a great day. RF modules in general are a hardware bridge for software communications. So even though the simulator doesn't have RF modules you could use 2 Arduinos (1 as the receiver the other as the transmitter. Then pick whatever protocol your RF modules use (I2C, SPI, Serial, etc.) and interconnect the two arduinos. This will allow you to test your communication code.
In the real world, instead of directly connecting the arduinos to each other, your RF modules close the loop.
Please let me know if there's anything else i can do for you.
Best Regards,
Jorge Garcia
Please sign in to leave a comment.