NRF52840 Proprietary 2 Mbps.

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.

Parents
  • Hi

    I'm afraid the SoftDevice isn't used with proprietary radio applications The SoftDevices are BLE central/peripheral protocol stacks. You can use the rather basic radio transmitter example here to use the radio in proprietary mode. You can configure the radio settings in the radio_configure() function by setting the NRF_RADIO->MODE = RADIO_MODE_MODE_Nrf_2Mbit.

    Best regards,

    Simon

  • Hi Simon,

    Thank you for your reply. I don't have the RRF52840 evaluation board. But I have its target board. If I want to use my 2 target boards to emulate a transmitter (examples\peripheral\radio\transmitter) and a receiver (examples\peripheral\radio\receiver).

    1: I also need to port (examples\peripheral\usbd_cdc_acm) project to the transmitter and receiver project, correct?

    2: How to connect transmitter and receiver board?

    3: Does the transmitter pass the uart data to receiver automatically?

    4: How do I insert data into the transmitter to send them to receiver?

    Thank you,

    Ted Wu 

Reply
  • Hi Simon,

    Thank you for your reply. I don't have the RRF52840 evaluation board. But I have its target board. If I want to use my 2 target boards to emulate a transmitter (examples\peripheral\radio\transmitter) and a receiver (examples\peripheral\radio\receiver).

    1: I also need to port (examples\peripheral\usbd_cdc_acm) project to the transmitter and receiver project, correct?

    2: How to connect transmitter and receiver board?

    3: Does the transmitter pass the uart data to receiver automatically?

    4: How do I insert data into the transmitter to send them to receiver?

    Thank you,

    Ted Wu 

Children
No Data
Related