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
I've compiled project for esp32/cc1101 with latest radio library and it seems that rxBandwidth setting of 250000 does not pass validity checks. Below clacs from spec , so it looks like some container with predefined values might be used - I have succesfully used defualt 203000 or 270000 as well.
The text was updated successfully, but these errors were encountered:
I just ran into the same issue. Looks like the config option for the Rx bandwidth is already there but it is not (yet) supported by the web interface. Changing the default to 270000 initializes the module properly.
gpvelzen
added a commit
to gpvelzen/RFLink32
that referenced
this issue
Sep 2, 2024
Hardware malfunction for CC1101 - defect cpainchaud#103
On the serial connection (pio run -e genericESP32 -t monitor) we see continuously:
Now trying to initialize hardware 'CC1101'
Initialized CC1101(freq=433.92Mhz,br=9.600kbps,rxbw=250.0khz)=-104
CC1101 SetOOK(true)=0
CC1101 setPromiscuousMode(true)=0
CC1101 disableSyncWordFiltering(true)=0
Hardware failed to initialize, we will retry later!
Follow instructions here to solve this: cpainchaud#103.
Change ../RFLink32/RFLink/1_Radio.cpp to have default_rxBandwidth = 203000; instead of default_rxBandwidth = 250000;.
I've compiled project for esp32/cc1101 with latest radio library and it seems that rxBandwidth setting of 250000 does not pass validity checks. Below clacs from spec , so it looks like some container with predefined values might be used - I have succesfully used defualt 203000 or 270000 as well.
The text was updated successfully, but these errors were encountered: