Updated decoder for NRF24L01 (markdown)

James Shao 2020-12-21 21:45:44 +08:00
parent 12ab043985
commit fc4dec0ce1

@ -1,2 +1,2 @@
NRF24L01 is produced by nordic semiconductor. It is popular to be used in radio control of mini-drone.
Right now, you can use portapack to decode the data sent from NRF24L01. But it only support 1 of 3 data rates.
Right now, you can use portapack to decode the data sent from NRF24L01. Right now, only 250KPS mode is supported.