Have_read_callback triggering

Hi !

In my project, i am using the subghz_tx_rx_worker available into lib folder of the Flipper Zero firmware. For my tests I use the ook650 configuration of the CC1101 but the have_read_callback of the subghz_tx_rx_worker is never triggered.

Additionnal informations : I am trying to use a particular configuration of the CC1101 but I’m testing with classic config and I think I have set well the subghz_tx_rx_worker

Do you know why ?

Thank you for your help,
CM

and it won’t, rx_tx_worker only works with packet data, and not with raw data like am650. if you want to use it, describe correctly the packet format you want to accept

1 Like

Reply to : @SkorP

Thanks for your answer !
Where should I do this description please ?

Thanks for your help,
CM

in your application. look at how the description of the protocol that is used by default for this worker is made; if it does not suit you, you can configure your own

Reply to : @SkorP

Thanks for your answer !
Should I configure the CC1101 with a Custom_preset or should I configure the protocole decoder ?

Thanks for your help,
CM