The code with example programs is at https://github.com/marti184/PIC433
Hello,
I've recently done a project involving 433.92MHz cheap transmitters (the ones that cost approx. 1$ for a pair), and since I didn't find a good sample code or library for using them, I've written my own.
Since these modules need a quite balanced stream of bits (about 50% of time high signal and low), then I've chosen the Manchester encoding. Since the cheap 433MHz modules need a header, it is also...
PIC Manchester coding for use with 433MHz modules
Hello,
I've recently done a project involving 433.92MHz cheap transmitters (the ones that cost approx. 1$ for a pair), and since I didn't find a good sample code or library for using them, I've written my own.
Since these modules need a quite balanced stream of bits (about 50% of time high signal and low), then I've chosen the Manchester encoding. Since the cheap 433MHz modules need a header, it is also...
PIC Manchester coding for use with 433MHz modules