Hi, I am using microESB library. We want to test the continuous carrier wave mode for ESB(similar to using DTM for BLE continuous carrier wave mode). Is there any library like DTM so that I could use that for ESB? thanks.
Hi, I am using microESB library. We want to test the continuous carrier wave mode for ESB(similar to using DTM for BLE continuous carrier wave mode). Is there any library like DTM so that I could use that for ESB? thanks.
Hi,
You can use the radio_test example from the SDK. The documentation can be found here.
Best regards,
Øyvind
Hi Oyvind, thanks for your reply. Can I configure the radio_test example to 250KBPS bit rate for radio communication? This is because I am using UESB_BITRATE_250KBPS in my micro usb commercial code. Thanks.
Yes, you can do this. Just change the mode with the one letter command "m"
Thanks Oyvind. radio_test example (sdk 10.0)works!