Replies: 1 comment 1 reply
-
Did you already choose a transmitter for your project? I would recommend a capable tranceiver like the CC1101 or any of the similar FSK-capable chips. Simply connect it by I2C, then upload RF specs with configuration commands and offload sending by uploading a data buffer. An optimal protocol (preamble, sync-word, data, checksum with e.g. MC coding) is already handled by the tranceiver. Or you could build a bridge with a CC1101 or alike on both sides, or maybe even use a proprietary RF protocol with something like a nRF24L01 pair (look for modules with external antenna, PA, LNA). |
Beta Was this translation helpful? Give feedback.
-
I would like to set up a small battery powered 433 MHz transmitter for the transmission to a rtl dongle of sea level data where wifi and cable are impractical. The data is a simple 3-digit number and will be transmitted once an hour. The data is collected and delivered to a simple transmitter by an 8-bit PIC microcontroller.
Can someone in this group give me some advice on selection of protocol, pulse widths etc or in the best of worlds some ready made software to use.
Thanks in advance for any tip.
H
Beta Was this translation helpful? Give feedback.
All reactions