I'm trying to create a simple point to point link using the nRF24L01+ with a new non-arduino microcomputer. I've searched the internet for example Python programs but only found (1) arduino examples using avaiable RF24 software libraries or (b) this https://github.com/micropython/micropython/blob/master/drivers/nrf24l01/nrf24l01.py). (1) isn't relevant so i've tried many variations of (2) but nothing works - except very occasional received packet but mostly the same unchanged code fails completely after randomly transferring the odd packet. I realise that just having example python subroutines, which may or may not work, isn't enough. I don't actually understand the command sequence that the RF24's require for this very basic of operation - despite trying to follow the nRF24 data sheet. Can anybody please describe the required command sequences i seek and/or point me to a better python example.