micropython-radio icon indicating copy to clipboard operation
micropython-radio copied to clipboard

Simple way to use an nRF24L01 radio to exchange arbitrary Python objects between two Pyboards

Results 2 micropython-radio issues
Sort by recently updated
recently updated
newest added

Hola, estoy usando una esp8266 con el firmware de micropython, existe la posibilidad de poder hacer funcionar el NRF24L01 con esta biblioteca? Gracias

I'd like to try your library between two ESP8266s, or an ESP8266 and Pyboard. I updated the nRF24L01 driver to use `machine` and `time` instead of `pyb`. I also moved...