|
@@ -1,9 +1,10 @@
|
|
|
# NRF24 scanner with logging and resend ability for Flipper Zero
|
|
# NRF24 scanner with logging and resend ability for Flipper Zero
|
|
|
|
|
|
|
|
An [NRF24](https://www.sparkfun.com/datasheets/Components/SMD/nRF24L01Pluss_Preliminary_Product_Specification_v1_0.pdf) driver for the [Flipper Zero](https://flipperzero.one/) device. The NRF24 is a popular line of 2.4GHz radio transceivers from Nordic Semiconductors. This library is not currently complete, but functional.
|
|
An [NRF24](https://www.sparkfun.com/datasheets/Components/SMD/nRF24L01Pluss_Preliminary_Product_Specification_v1_0.pdf) driver for the [Flipper Zero](https://flipperzero.one/) device. The NRF24 is a popular line of 2.4GHz radio transceivers from Nordic Semiconductors. This library is not currently complete, but functional.
|
|
|
-
|
|
|
|
|
NRF24L01+ Enhanced ShockBurst packet decoder example using Python: [nrf24_packet_decoder.py](https://raw.githubusercontent.com/vad7/nrf24scan/master/nrf24_packet_decoder.py)<br>
|
|
NRF24L01+ Enhanced ShockBurst packet decoder example using Python: [nrf24_packet_decoder.py](https://raw.githubusercontent.com/vad7/nrf24scan/master/nrf24_packet_decoder.py)<br>
|
|
|
-
|
|
|
|
|
|
|
+<br>
|
|
|
|
|
+Flipper Zero FAP file: [Nrf24_Scanner.fap](https://raw.githubusercontent.com/vad7/nrf24scan/master/Nrf24_Scanner.fap)<br>
|
|
|
|
|
+
|
|
|
Settings file (default addr.txt) format:<br>
|
|
Settings file (default addr.txt) format:<br>
|
|
|
|
|
|
|
|
Rate: 0/1/2 - rate in Mbps (=0.25/1/2)<br>
|
|
Rate: 0/1/2 - rate in Mbps (=0.25/1/2)<br>
|