Skip to content

Commit

Permalink
Fix text rendering: no Math Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ADolbyB committed May 29, 2024
1 parent 1591400 commit d8547cf
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This repo is divided into different folders:
- `myFiles` contains my personal remote codes from devices that are no longer working. This is for my
personal research. Please use responsibly. These files are also already added to the `cfwFiles` folder.

- `sourceFiles` contains all the Flipper App source code file from the various repositories I listed here. Any of this code should compile into a `.fap` application. I tried to keep everything organized for future reference. This may be interesting to someone (like me) interested in Flipper Zero application development.
- `fapSource` contains all the Flipper App source code file from the various repositories I listed here. Any of this code should compile into a `.fap` application. I tried to keep everything organized for future reference. This may be interesting to someone (like me) interested in Flipper Zero application development.

- `otherFiles` are any other Flipper Zero related files that are not mine, like 3D print case files, protoboard files, and things that do not need to get saved to the Flipper's SD Card.

Expand All @@ -56,7 +56,7 @@ These items are irrelevent to my work and are easily found elsewhere.
Files in this repo that I did not create myself (Nearly all of the `Build` folder) are also linked to below.

Firmware I use:
- $ \text{DarkFlippers'} $ [`Unleashed Firmware`](https://github.com/DarkFlippers/unleashed-firmware).
- DarkFlippers' [`Unleashed Firmware`](https://github.com/DarkFlippers/unleashed-firmware).

## Official Flipper Zero Resources:
- New official Flipper Lab [Flipper App Store](https://lab.flipper.net/apps).
Expand All @@ -66,39 +66,39 @@ Firmware I use:
## Flipper Zero Device Repo File Sources:

Apps and Scripts:
- $ \text{iakat's} $ [`Awesome Flipper Zero Pack`](https://github.com/unresolv/awesome-flipperzero-pack).
- $ \text{djsime's} $ [`Awesome Flipper Zero`](https://github.com/djsime1/awesome-flipperzero).
- $ \text{theisolinearchip's} $ [`Flipper Zero Stuff`](https://github.com/theisolinearchip/flipperzero_stuff).
- $ \text{Z3BRO's} $ [`FzDumps`](https://github.com/Z3BRO/FzDumps).
- $ \text{xMasterX's} $ [`All The Plugins`](https://github.com/xMasterX/all-the-plugins).
- $ \text{UberGuidoZ's} $ [`Flipper`](https://github.com/UberGuidoZ/Flipper).
- $ \text{UberGuidoZ's} $ [`Flipper IRDB`](https://github.com/UberGuidoZ/Flipper-IRDB).
- $ \text{SHUR1K-N's} $ [`Sub GHz Jamming`](https://github.com/SHUR1K-N/Flipper-Zero-Sub-GHz-Jamming-Files).
- $ \text{hak5's} $ [`O.MG Payloads`](https://github.com/hak5/omg-payloads).
- $ \text{I-Am-Jakoby's} $ [`Flipper Zero BadUSB`](https://github.com/I-Am-Jakoby/Flipper-Zero-BadUSB).
- iakat's [`Awesome Flipper Zero Pack`](https://github.com/unresolv/awesome-flipperzero-pack).
- djsime's [`Awesome Flipper Zero`](https://github.com/djsime1/awesome-flipperzero).
- theisolinearchip's [`Flipper Zero Stuff`](https://github.com/theisolinearchip/flipperzero_stuff).
- Z3BRO's [`FzDumps`](https://github.com/Z3BRO/FzDumps).
- xMasterX's [`All The Plugins`](https://github.com/xMasterX/all-the-plugins).
- UberGuidoZ's [`Flipper`](https://github.com/UberGuidoZ/Flipper).
- UberGuidoZ's [`Flipper IRDB`](https://github.com/UberGuidoZ/Flipper-IRDB).
- SHUR1K-N's [`Sub GHz Jamming`](https://github.com/SHUR1K-N/Flipper-Zero-Sub-GHz-Jamming-Files).
- hak5's [`O.MG Payloads`](https://github.com/hak5/omg-payloads).
- I-Am-Jakoby's [`Flipper Zero BadUSB`](https://github.com/I-Am-Jakoby/Flipper-Zero-BadUSB).

## Flipper Zero DevBoard Sources:

- [Mini Module NRF24L01](https://www.tindie.com/products/flipper-hub/nrf24-module-for-the-flipper-zero-plug-and-play/): A Plug 'n Play NRF24 Module for FZ.
- [nRF24L01+](https://www.sparkfun.com/datasheets/Components/SMD/nRF24L01Pluss_Preliminary_Product_Specification_v1_0.pdf) Single Chip 2.4GHz Transceiver Data Sheet.
- Some [other documentation](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/documentation/NRF24.md) on the NRF24 Module.
- $ \text{justcallmekoko's} $ [Flipper Zero WiFi Dev Board SD Expansion](https://www.justcallmekokollc.com/product/flipper-zero-wifi-dev-board-sd-expansion/7)
- $ \text{justcallmekoko's} $ [Flipper Zero WiFi Dev Board SD-GPS Expansion](https://www.justcallmekokollc.com/product/flipper-zero-dev-board-sd-gps/3)
- justcallmekoko's [Flipper Zero WiFi Dev Board SD Expansion](https://www.justcallmekokollc.com/product/flipper-zero-wifi-dev-board-sd-expansion/7)
- justcallmekoko's [Flipper Zero WiFi Dev Board SD-GPS Expansion](https://www.justcallmekokollc.com/product/flipper-zero-dev-board-sd-gps/3)
- Associated Repos:
- [`ESP32 Marauder`](https://github.com/justcallmekoko/ESP32Marauder) Repo.
- [`Marauder Wiki`](https://github.com/justcallmekoko/ESP32Marauder/wiki/flipper-zero) : For FZ WiFi Dev Board.
- $ \text{blackmagic-debug's} $ [`Black Magic Probe`](https://github.com/blackmagic-debug/blackmagic) Debugger Repo.
- $ \text{0xchocolate's} $ [`Flipper Zero WiFi Marauder`](https://github.com/0xchocolate/flipperzero-wifi-marauder) Companion App.
- $ \text{UberGuidoZ's} $ [`Wifi_DevBoard`](https://github.com/UberGuidoZ/Flipper/tree/main/Wifi_DevBoard#marauder-install-information) : A Repo full of useful information for the DevBoard.
- blackmagic-debug's [`Black Magic Probe`](https://github.com/blackmagic-debug/blackmagic) Debugger Repo.
- 0xchocolate's [`Flipper Zero WiFi Marauder`](https://github.com/0xchocolate/flipperzero-wifi-marauder) Companion App.
- UberGuidoZ's [`Wifi_DevBoard`](https://github.com/UberGuidoZ/Flipper/tree/main/Wifi_DevBoard#marauder-install-information) : A Repo full of useful information for the DevBoard.

## Other Flipper Resources:

- $ \text{CyberSecurityUP's} $ [`Awesome Flipper Zero 2`](https://github.com/CyberSecurityUP/awesome-flipperzero2) : A collection of useful resources.
- CyberSecurityUP's [`Awesome Flipper Zero 2`](https://github.com/CyberSecurityUP/awesome-flipperzero2) : A collection of useful resources.
- [TI CC1101 Data Sheet](https://www.ti.com/product/CC1101) : Used for the FZ SubGHz Transceiver module.
- Note the frequency limitations of the CC1101 according to the datasheet:
- $ \text{ 300 - 348 MHz | 387 - 464 MHz | 779 - 928 MHz } $.
- 300 - 348 MHz | 387 - 464 MHz | 779 - 928 MHz.
- The TI CC1101 supports the following modulation schemes:
- $ \text{ (G)FSK | 2(G)FSK | 4(G)FSK | ASK | OOK } $.
- (G)FSK | 2(G)FSK | 4(G)FSK | ASK | OOK.
- [ST STM32WB55RG Overview and Data Sheet](https://www.st.com/en/microcontrollers-microprocessors/stm32wb55rg.html) for the STM32 32-bit ARM Cortex-M4 64MHz MCU used for the Flipper Zero.
- [ST ST25R3916 Overview and Data Sheet](https://www.st.com/en/nfc/st25r3916.html) for the High performance NFC universal device and EMVCo reader used for the Flipper Zero.
- [Flipper Zero Dev Tutorial](https://github.com/m1ch3al/flipper-zero-dev-tutorial/tree/main) : How To develop apps for the Flipper Zero (GitHub & Linux based).
Expand Down

0 comments on commit d8547cf

Please sign in to comment.