Hi friend,
I used SDK16.0 and softdevice is S140. I want to use nRF52840 proprietary 2Mbps mode. Do you have example code to provide me?
Thank you in advance.
Hi friend,
I used SDK16.0 and softdevice is S140. I want to use nRF52840 proprietary 2Mbps mode. Do you have example code to provide me?
Thank you in advance.
Hi again
The contents of the package is printed in the NRF_LOG_INFO("The contents of the package was %u", (unsigned int)packet); line. As this is just a transmitter example, the packet is just a number based on what button(s) you have pressed. You will need to change this to contain whatever you'd like it to to fit your use case.
Best regards,
Simon
Hi again
The contents of the package is printed in the NRF_LOG_INFO("The contents of the package was %u", (unsigned int)packet); line. As this is just a transmitter example, the packet is just a number based on what button(s) you have pressed. You will need to change this to contain whatever you'd like it to to fit your use case.
Best regards,
Simon
Hi Simon,
We want to generate 1 kHz OOK symbol rate, Manchester encoded (For a 0.5kHz bitrate) and 40-bit pattern – start with this one for now: [0xAA, 0xFE, 0xCA, 0xBB, 0xED].
Can make it by nRF52840 platform?
Thank you very much.
Ted Wu