Hi,
How can I send a 100% duty cycle RF modulated signal? Where can I get the reference code? Thanks.
Hi,
How can I send a 100% duty cycle RF modulated signal? Where can I get the reference code? Thanks.
Hello blee1,
We have examples in both our current and our former SDK which can help you to get started. For new projects, we recommend that you use nRF Connect SDK. Our former SDK: nRF5 SDK is in maintenance mode and will not get any new features.
In nRF Connect SDK v2.1.0 you can find the samples at <InstallFolder>/nrf/samples/bluetooth/direct_test_mode and <InstallFolder>/nrf/samples/peripheral/radio_test. The links on each sample path is to the documentation for each sample. If you don't already have an NCS version installed, you can install the latest (v2.1.0) by following the instructions found here.
In nRF5 SDK v17.1.0 you can find the examples at <InstallFolder>/examples/dtm/direct_test_mode and <InstallFolder>/examples/peripheral/radio_test. Again, the links for each example path leads to the documentation of each example.
Direct test mode is used to test the physical operation of the radio.
Radio test is a demonstration on how to configure different radio modes, including setting the duty cycle to 99%.
Kind Regards,
Maria
Thanks. It's very useful information.