Hello,
I wanted to verify if two devices are communicating by using a sniffer.
After running the radio_test example, I set up parameters for each transmitter and receiver.
(tx channel =16 , data_rate = NRF_RADIO_MODE_IEEE802154_250KBIT , transmission pattern = TRANSMIT_PATTERN_11001100 , output_power 4dBM)
After that, the transmitter ran the start_duty_cycle_modulated_tx 10 command.
The terminal of the receiver outputs data normally when print_rx is executed.
However, sniffer does not catch the packet when capturing.
Is there a problem with my setup?