Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vad7 committed Nov 24, 2022
1 parent 76299c6 commit fe95d78
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@

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]

<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">

## PinOut from from NoComp/Frog
<img src="https://media.discordapp.net/attachments/937479784726949900/994495234618687509/unknown.png?width=567&height=634">

# Mousejack / NRF24 pinout by UberGuidoZ
# NRF24 pinout by UberGuidoZ
2/A7 on FZ goes to MOSI/6 on nrf24l01<br>
3/A6 on FZ goes to MISO/7 on nrf24l01<br>
4/A4 on FZ goes to CSN/4 on nrf24l01<br>
Expand Down

0 comments on commit fe95d78

Please sign in to comment.