This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

where can I get working sample code of nrf51822 with nrf24l01

where can I get working sample code of nrf51822 with nrf24l01 including code of nrf51822, and code of nrf24l01, both TX, and RX. in my application, I need 518 to RX data from phone, then TX to 24l, and RX from 24l, then TX to phone. is that possible? I ve bandon other ICs choose nordic's solution as it can communicate with RF, but I can not find enough information to easy design that.

Parents
  • Hi Sam

    What you are asking for is possible, but it isn't exactly trivial.

    The latest version of the BLE slave stack, which is the S110 v7 SoftDevice, has a timeslot API that allows you to take manual control over the radio in between BLE events.

    You can read more about the timeslot API in the S110 SDS (SoftDevice specification) document: www.nordicsemi.com/.../40218936

    Then you can configure and enable the ESB stack during the timeslot, and establish communication with the nRF24L01+ over the ESB protocol. Data sent or received by one protocol can be relayed over to the other.

    If I had an example showing this I would share it with you, but personally I have only tried combining BLE and Gazell so far. We don't have any BLE/ESB examples at the moment.

    Kindest regards
    Torbjørn

  • Hi Torbjørn, could you please share the BLE and Gazell example?

Reply Children
No Data
Related