piotr022 / UV_K5_playground

426 stars 66 forks source link

RSSI printer does not work when monitor in the monitor mode #5

Open pawol opened 1 year ago

pawol commented 1 year ago

RSSI printer does not work when monitor in the monitor mode

ModMyMods1 commented 1 year ago

I confirmed this however, if have monitor open and signal comes through the RSSI will come up and the graph will populate.

pawol commented 1 year ago

ok. I saw missing graph on background noise only. I did not check it when carrier is received. I confirm it- you are right

piotr022 commented 1 year ago

okey that is because that RX detection is done by reading bk4819 (radio chip) register REG_0C that indicates if 'sql' is opened, it is also responsible for the green led. In monitor mode bk4819 claims that sql isnt opened :/ (also green RX light is turned off). Currently dont have any idea what alse register could be checked. Here are registers with descritpion, if you have some idea what should i check, please give me feedback (currently using REG_0C<2>) BK4819V3Registers_List_20201218.pdf