HI,ALL:
How to setup TX mode in example PRX,and so,how to setup Rx mode in PTX example. I use esb_init() of example PTX in example PRX, But when I fill data in fifo, it can't trigger NRF_ESB_EVENT_TX_SUCCESS.
HI,ALL:
How to setup TX mode in example PRX,and so,how to setup Rx mode in PTX example. I use esb_init() of example PTX in example PRX, But when I fill data in fifo, it can't trigger NRF_ESB_EVENT_TX_SUCCESS.
Hi,
Is both PRX and PTX setup with dynamic payload enabled? This is required for the ACK payload feature to be available. (.protocol member in the init function set to "NRF_ESB_PROTOCOL_ESB_DPL")
In order for a PRX device to send a ACK payload, it first has to receive a payload from a PTX device.
Do you get the NRF_ESB_EVENT_RX_RECEIVED event on your PRX device?
Kind regards,
Håkon
HI,Alseth:
Thank you for your replay! In the ESB liberary,how many channels would there be?and what is frequency deviation?
Hi!
The frequency deviation depends on the mode, but its listed here:
https://infocenter.nordicsemi.com/topic/ps_nrf52840/radio.html?cp=4_0_0_5_19_14_0#unique_168766863
In proprietary radio modes you can have one 1MHz spacing between your RF channels (compared to BLE's 2 MHz spacing between RF channels).
Kind regards,
Håkon
Hi,Alseth:
Thank you!
1.Through the message, would there be 26 channels all the 2.4GHz bandwidth?
2.when it is transmitting,I catch the waveform by a spectrum analyzer as follow as follow:
from the picture,does it means there is many frequency in one channel bandwidth?Thought,I hold it on that would be one fixed frequency in one channel.

Hi,
wzszzxj said:1.Through the message, would there be 26 channels all the 2.4GHz bandwidth?
ISM band is from 2400 MHz to 2483.5 MHz: https://fccid.io/frequency-explorer.php?lower=2400&upper=2483.5
wzszzxj said:2.when it is transmitting,I catch the waveform by a spectrum analyzer as follow as follow:
from the picture,does it means there is many frequency in one channel bandwidth?Thought,I hold it on that would be one fixed frequency in one channel.
Which channel are you currently sending on? You will see a bit of noise in the other channels, but this looks more like something is resonating. Can you expand your span so I can see the actual carrier?
Kind regards,
Håkon