-
Figuring out how to do fsk / gfsk demod efficiently would be a lovely addition to this library. I suspect either DT signal processing tricks or the chirp z-transform to be a good path forward.
-
Hey, thanks for that example.
I could flash my ESP8266 (Node MCU) with your lib, but I am getting a bootloop and when trying the sending part that I found it is also failing.
I guess GDO0 is D1.
…
-
- [x] Implement GFSK algorithm
- [x] Show in Modulator GUI (new combox entry)
- [x] allow adjusting bt and filter length in GUI via spinboxes
-
It seems to be recording but there is an error message I can't figure out and when i check the recorded files they are empty... I didn't do anything to setup my R820T dongle and antenna, just plugged …
-
Hey,
I don't know how to make c++ or python program that contain the RF24 and RF24Network library on the raspberry pi. I followed the setup and got both library examples to work and communicate with m…