Simple radio connection (example)

Dear,

I have 2 kits nRF52-DK and nRF52840-DK. I want to make simple app for sending data from one kit to another. Is it possible to use only the radio without using BLE stack?

E.g in TX side I want to call function like sendMyPayload(uint8_t *data, uint8_t size) and on the RX side I would call  function StartRX and when RX done the IRQ lets me know about it and then I call getRxPayload(...)

I suppose it is possible to do something like that. I could not find any similar example. What do you think is the easiest way to the goal?

I am new in Nordic world :-)

Thank you for your advices. Jan

Related