sdrangel icon indicating copy to clipboard operation
sdrangel copied to clipboard

Code Rate settings for chirpchat demodulator

Open tomtommyshh opened this issue 3 months ago • 3 comments

I’m currently working with a LoRa device and using AT commands to configure it for peer-to-peer (P2P) communication. I’ve set the frequency, spreading factor, bandwidth, preamble length, and payload length using the at+set_config=lorap2p command. However, I’m unsure about the code rate setting in the chirpchat demodulator settings.

Here’s a snippet of my code for reference:

sendCommand("at+set_config=lorap2p:433000000:7:0:1:8:20\r\n");

Could anyone guide me on how to set the code rate for the chirpchat demodulator settings in SDRangel? Any help would be greatly appreciated!

Thank you in advance

tomtommyshh avatar Mar 12 '24 17:03 tomtommyshh