Updated decoder for NRF24L01 (markdown)

James Shao 2020-12-21 21:48:58 +08:00
parent fc4dec0ce1
commit 68726846a6
2 changed files with 6 additions and 2 deletions

6
Decoder-for-NRF24L01.md Normal file

@ -0,0 +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:
https://www.youtube.com/watch?v=8ZnWxhCkDkk
https://blog.csdn.net/shukebeta008/article/details/105478579

@ -1,2 +0,0 @@
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.