Updated Decoder for NRF24L01 (markdown)

James Shao 2020-12-21 21:49:33 +08:00
parent 68726846a6
commit 184b3d525b

@ -1,6 +1,6 @@
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. Right now, only 250KPS mode is supported.
##Reference:
## References:
https://www.youtube.com/watch?v=8ZnWxhCkDkk
https://blog.csdn.net/shukebeta008/article/details/105478579