Updated Decoder for NRF24L01 (markdown)

gullradriel
2025-07-09 22:04:31 +02:00
parent 812b7d51c9
commit a46ce0f738

@@ -1,3 +1,6 @@
![image](https://github.com/user-attachments/assets/c7d63705-f6f0-4cda-b63d-e245ebfb164a)
# Introduction
[NRF](https://www.nordicsemi.com/Products/2-4-GHz-proprietary) is a proprietary low-power and low-cost transceiver that operates in the 2.4Ghz range produced by Nordic Semiconductor. It is mainly used for remotes, keyboards and mice, and in general low power communication. It is often seen as `nFR24L01` and similar cheap transceivers popular with the hobby electronics crowd. It is also popular in radio control of mini-drone.
With this app, you can use the portapack to decode the data sent from a `nFR24L01` transceiver and see some data messages. It currently only supports 250KPS mode.