Move some things around and add some new app development resources

This commit is contained in:
Lewis Westbury 2023-05-10 14:42:58 +01:00
parent b744ebd083
commit a9701118a3
2 changed files with 19 additions and 3 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode

View File

@ -54,7 +54,7 @@
- [`SerialHex2FlipperZeroInfrared` Convert IR serial messages into FlipperZero compatible IR files.](https://github.com/maehw/SerialHex2FlipperZeroInfrared)
## Applications & Plugins
- [`Flipper-Plugin-Tutorial` Updated plugin tutorial based on new build methods.](https://github.com/csBlueChip/FlipperZero_plugin_howto)
- [`Spectrum analyzer` Sub-GHz frequency spectrum analyzer.](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer)
- [`Tetris` A rudimentary Tetris game.](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game)
- [`Flappy Bird` The name says it all.](https://github.com/DroomOne/flipperzero-firmware/tree/dev/applications%2Fflappy_bird)
@ -82,6 +82,22 @@
- [`Reversi` The classic Reversi game](https://github.com/dimat/flipperzero-reversi)
- [`Servo Tester` Servo Tester App](https://github.com/mhasbini/ServoTesterApp)
### App catalogs
- [`FlipC` Flipper app catalog](https://flipc.org) by [Aleksey Korolev](https://github.com/playmean)
### App development
- [`Plugin/app tutorials` source code and information](https://github.com/jamisonderek/flipper-zero-tutorials) from [Derek Jamison](https://github.com/jamisonderek)
- [`Plugin/app tutorials` app development wiki](https://github.com/jamisonderek/flipper-zero-tutorials/wiki) from [Derek Jamison](https://github.com/jamisonderek)
- [`YouTube channel` @MrDerekJamison](https://www.youtube.com/@MrDerekJamison) with debugging and app development guides
- [`App development tutorials` for beginners](https://instantiator.dev/tags/flipperzero/) from [Lewis Westbury](https://instantiator.dev)
- [`Flipper Plugin` tutorial](https://github.com/DroomOne/Flipper-Plugin-Tutorial) from [DroomOne](https://github.com/DroomOne)
- [`Guide to Flipper Zero components` with details of the various UI modules](https://brodan.biz/blog/a-visual-guide-to-flipper-zero-gui-components/) from [Chris Hranj](https://brodan.biz/) (Brodan)
- [`Flipper-Plugin-Tutorial` Updated plugin tutorial based on new build methods.](https://github.com/csBlueChip/FlipperZero_plugin_howto) from [BlueChip](https://github.com/csBlueChip)
- [`Application CI/CD Guide` A complete guide on how to adopt flipper application to regular API changes.](https://gist.github.com/Th3Un1q3/233fa6900d13caa95c6383e53a92bed1)
- [`Atmanos Flipper Software Docs` Flipper development tutorials and information.](https://flipper.atmanos.com/docs/overview/intro)
## Firmwares & Tweaks
<table align="right">
@ -164,12 +180,12 @@
- [`FBT-AARCH64` A script that sets up FBT's toolchain on ARM devices.](https://github.com/qqmajikpp/FBT-AARCH64)
## Notes & References
- [`Official battery self-repair guide` How to troubleshoot battery issues.](https://cdn.flipperzero.one/self-repair-guide.pdf)
- [`Official firmware recovery guide` How to troubleshoot firmware issues.](https://docs.flipperzero.one/basics/firmware-update/firmware-recovery)
- [`FZ Firmware Comparisons` Comparison of custom firmwares listed in this repo.](https://github.com/djsime1/awesome-flipperzero/blob/main/Firmwares.md)
- [`Flipper Zero Hacking 101` Guides with screenshots, files, and general help.](https://flipper.pingywon.com/)
- [`Reset forgotten PIN` How to reset your device's PIN code.](https://gist.github.com/djsime1/18d73b981249859f17aab3e2bfd2b600)
- [`Atmanos Flipper Software Docs` Flipper development tutorials and information.](https://flipper.atmanos.com/docs/overview/intro)
- [`Flipper Zero GPIO Pinout` Official GPIO pinouts.](https://miro.com/app/board/uXjVO_LaYYI=/?moveToWidget=3458764522696947614&cot=10)
- [`Add-on Modules GPIO Pinouts` ESP32, ESP8266, ESP32-CAM, ESP32-WROOM, NRF24.](https://github.com/UberGuidoZ/Flipper/tree/main/GPIO)
- [`Firmware roadmap` Official stock firmware roadmap.](https://miro.com/app/board/uXjVO_3D6xU=/?moveToWidget=3458764522498020058&cot=14)
@ -181,7 +197,6 @@
- [`ESP32 Marauder guide video` Companion video for the above link.](https://youtu.be/_YLTpNo5xa0)
- [`Flipper Skylanders` How to read a Skylanders figure with Flipper.](https://github.com/V0lk3n/Flipper-Skylanders)
- [`Flipper Zero Dimensions` Basic info on screen and case dimensions.](https://github.com/UberGuidoZ/Flipper/tree/main/FlipperZero_Dimensions)
- [`Application CI/CD Guide` A complete guide on how to adopt flipper application to regular API changes.](https://gist.github.com/Th3Un1q3/233fa6900d13caa95c6383e53a92bed1)
<!-- DO NOT MODIFY BELOW -->