|
|
@@ -2,16 +2,16 @@
|
|
|
|
|
|
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.
|
|
|
|
|
|
-Settings file (default addr.txt) format:
|
|
|
-1: <Rate (0/1/2)>
|
|
|
-2: <Channel (0..125)>
|
|
|
-3: <address P0 (5 bytes in hex)>
|
|
|
-4: [address P1 (5 bytes in hex)]
|
|
|
-5: [LSB address P2, MSB like P1]
|
|
|
-6: [LSB address P3, MSB like P1]
|
|
|
-7: [LSB address P4, MSB like P1]
|
|
|
-8: [LSB address P5, MSB like P1]
|
|
|
-
|
|
|
+Settings file (default addr.txt) format:<br>
|
|
|
+1: <Rate (0/1/2)><br>
|
|
|
+2: <Channel (0..125)><br>
|
|
|
+3: <address P0 (5 bytes in hex)><br>
|
|
|
+4: [address P1 (5 bytes in hex)]<br>
|
|
|
+5: [LSB address P2, MSB like P1]<br>
|
|
|
+6: [LSB address P3, MSB like P1]<br>
|
|
|
+7: [LSB address P4, MSB like P1]<br>
|
|
|
+8: [LSB address P5, MSB like P1]<br>
|
|
|
+<br>
|
|
|
<img src="https://raw.githubusercontent.com/vad7/nrf24scan/master/Screenshot-1.png">
|
|
|
<br>
|
|
|
<img src="https://raw.githubusercontent.com/vad7/nrf24scan/master/Screenshot-2.png">
|