Replies: 1 comment 2 replies
-
The Bresser 6-in-1 has a FSK deviation of 12kHz. Bandwidth depends on how precise you match the center frequency and could be as low as 50 kHz I'd say. Bitrate is ~8 kBps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to develop a receiver in C language (arduino) around the RFM95 chip to receive information from my weather station. My RFM95 receiver works because I receive information from an 868 MHz transmitter. In your opinion, what is the value of each parameter of my program in C language please :
state = radio.setFrequency(868.349); !<-- OK détecté par RTL_433
state = radio.setBitRate(10); is good ?
state = radio.setFrequencyDeviation(5.0); is good ?
state = radio.setRxBandwidth(250.0); is good ?
state = radio.setOutputPower(10.0); is good ?
state = radio.setCurrentLimit(100); is good ?
state = radio.setDataShaping(RADIOLIB_SHAPING_0_5); is good ?
Thanks for your help.
Test_FSK_Modem-Recepteur.ino.txt
In PJ my source program.
Beta Was this translation helpful? Give feedback.
All reactions