This commit is contained in:
UberGuidoZ 2024-09-06 14:00:47 -07:00
commit 610d6a58f7
3 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,8 @@ Plugin by [mothball187](https://github.com/mothball187/flipperzero-nrf24) | Af
More info from [RogueMaster](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/tree/unleashed/applications/mousejacker) and [Unleashed](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/NRF24.md). (Both include the plugin in their firmware releases.) More info from [RogueMaster](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/tree/unleashed/applications/mousejacker) and [Unleashed](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/NRF24.md). (Both include the plugin in their firmware releases.)
[Firmware and instructions](https://github.com/emptythevoid/flipperzero/tree/main/nrf24) to downgrade a receiver (thanks emptythevoid!)
2/A7 on FZ goes to MOSI/6 on NRF24<br> 2/A7 on FZ goes to MOSI/6 on NRF24<br>
3/A6 on FZ goes to MISO/7 on NRF24<br> 3/A6 on FZ goes to MISO/7 on NRF24<br>
4/A4 on FZ goes to CSN/4 on NRF24<br> 4/A4 on FZ goes to CSN/4 on NRF24<br>

View File

@ -88,7 +88,7 @@ Value&nbsp;&nbsp;&nbsp;&nbsp;Protocol &nbsp;&nbsp;&nbsp;&nbsp;([SOURCE](https://
----- -----
Acknowledgements: [RogueMaster](https://github.com/RogueMaster/) | cyanic | Null Silvry | [Equip](https://github.com/equipter/) | DDVL (for discussions, testing, and any files.) Acknowledgements: [RogueMaster](https://github.com/RogueMaster/) | [bettse](https://gitlab.com/bettse) | cyanic | Null Silvry | [Equip](https://github.com/equipter/) | DDVL (for discussions, testing, and any files.)
----- -----

View File

@ -3,8 +3,6 @@
## If you're new to github in general, check out [this great guide](https://github.com/wrenchathome/flipperfiles/blob/main/_Guides/How2Flipper.pdf) from Wr3nch! ## If you're new to github in general, check out [this great guide](https://github.com/wrenchathome/flipperfiles/blob/main/_Guides/How2Flipper.pdf) from Wr3nch!
Just want the files easily? Talking Sasquach has you covered. [Check out the video](https://www.youtube.com/watch?v=12M_oHmxcCQ) or [just head to the repo](https://squach.zip/flipper) (might be out of date).
----- -----
Other great spots for help can be found at the [Official Discord](https://discord.com/invite/flipper), [Official Docs](https://docs.flipperzero.one/), [Awesome Flipper](https://github.com/djsime1/awesome-flipperzero), or the [Official Forum](https://forum.flipperzero.one/). Other great spots for help can be found at the [Official Discord](https://discord.com/invite/flipper), [Official Docs](https://docs.flipperzero.one/), [Awesome Flipper](https://github.com/djsime1/awesome-flipperzero), or the [Official Forum](https://forum.flipperzero.one/).