nRF5 SDK v13.0.0
Device/Host example

Device

This project requires that a Host running this example is used as a counterpart for receiving the data. This can be on either nRF5 device or a nRF24Lxx device running this example from the nRFgo SDK.

Device sends a packet and adds a new packet to the TX queue every time it receives an ACK from Host. Before adding a packet to the TX queue, the contents of the GPIO Port BUTTONS is copied to the first payload byte (byte 0). When an ACK is received, the contents of the first payload byte of the ACK are output on GPIO Port LEDS.

You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\proprietary_rf\gzll\gzll_ack_payload

Host

This project requires that a Device running this example is used as a counterpart for sending the data. This can be on either nRF5 device or a nRF24Lxx device running this example from the nRFgo SDK.

This example listens for a packet and sends an ACK when a packet is received. The contents of the first payload byte of the received packet is output on the GPIO Port LEDS. The contents of GPIO Port BUTTONS are sent in the first payload byte (byte 0) of the ACK packet.

You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\proprietary_rf\gzll\gzll_ack_payload


Documentation feedback | Developer Zone | Subscribe | Updated