You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it has been reported that on CubeCell, the micros() function is broken, as shown e.g. here: #1013 (comment)
There is a workaround you can try, which is described here: https://github.com/jgromes/RadioLib/wiki/Interrupt-Based-Timing Basically you don't use the micros() function and create an appropriate timer yourself, taking care to set it up so that it triggers every 1/1200 = 833 microseconds.
Running POCSAG w/ the CubeCell (AB01 V2) at 1200 BPS, the ouput isn't able to be decoded in Multimon-ng. Running a test with RPITX, it works fine.
Here's the waterfall comparison (CubeCell on the left), looks like there's stuttering?:
platformio.ini
main.c
Debug output: https://gist.github.com/ellisgl/f14dbda493654f984faf6bcb60180644
The text was updated successfully, but these errors were encountered: