mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-06-21 15:44:48 +00:00
Compare commits
4 Commits
d6f035e750
...
808299230f
Author | SHA1 | Date | |
---|---|---|---|
|
808299230f | ||
|
0f14fde1a8 | ||
|
1e10e5c233 | ||
|
619bc22e7e |
65
.gitignore
vendored
65
.gitignore
vendored
@ -1,2 +1,65 @@
|
|||||||
# VSCodium
|
# VSCodium & VS Code
|
||||||
.history
|
.history
|
||||||
|
.vscode/
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
|
# IDE files
|
||||||
|
.idea/
|
||||||
|
*.sublime-*
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# Node.js
|
||||||
|
node_modules/
|
||||||
|
npm-debug.log
|
||||||
|
yarn-debug.log
|
||||||
|
yarn-error.log
|
||||||
|
package-lock.json
|
||||||
|
yarn.lock
|
||||||
|
.npm/
|
||||||
|
.pnp/
|
||||||
|
.pnp.js
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
.Python
|
||||||
|
env/
|
||||||
|
build/
|
||||||
|
develop-eggs/
|
||||||
|
dist/
|
||||||
|
downloads/
|
||||||
|
eggs/
|
||||||
|
.eggs/
|
||||||
|
lib/
|
||||||
|
lib64/
|
||||||
|
parts/
|
||||||
|
sdist/
|
||||||
|
var/
|
||||||
|
*.egg-info/
|
||||||
|
.installed.cfg
|
||||||
|
*.egg
|
||||||
|
venv/
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Build output
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
out/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Project specific
|
||||||
|
# Add your project-specific ignores here
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
# Flipper Application Files (FAPs) for custom firmwares
|
# Flipper Application Files (FAPs) for custom firmwares
|
||||||
|
|
||||||
* [RogueMaster](https://github.com/RogueMaster/flipperzero-firmware-wPlugins)
|
* [RogueMaster](https://github.com/RogueMaster/flipperzero-firmware-wPlugins)
|
||||||
* [Unleashed](https://github.com/DarkFlippers/unleashed-firmware)
|
* [Unleashed](https://github.com/DarkFlippers/unleashed-firmware)
|
||||||
|
|
||||||
[Download all files here](https://uberguidoz.github.io/DownGit/#/home?url=https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Custom%20(UL%2C%20RM%2C%20XFW)) (may not include [bundled apps](https://github.com/DarkFlippers/unleashed-firmware#community-apps-included)) or [source here](https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Official/DEV_FW/source). Mirror from xMasterX [here](https://github.com/xMasterX/unleashed-extra-pack).
|
[Download all files here](https://uberguidoz.github.io/DownGit/#/home?url=https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Custom%20(UL%2C%20RM%2C%20XFW)) (may not include [bundled apps](https://github.com/DarkFlippers/unleashed-firmware#community-apps-included)) or [source here](https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Official/DEV_FW/source). Mirror from xMasterX [here](https://github.com/xMasterX/unleashed-extra-pack).
|
||||||
|
|
||||||
---
|
---
|
||||||
*** **Unofficial FAP Store is here! [You gotta check it out at FlipC.org](https://flipc.org/)** ***<br>
|
|
||||||
From [Aleksey Korolev](https://github.com/playmean) comes a quick and easy way to install FAP files.
|
*****Unofficial FAP Store is here! [You gotta check it out at FlipC.org](https://flipc.org/)*****<br>
|
||||||
|
From [Aleksey Korolev](https://github.com/playmean) comes a quick and easy way to install FAP files
|
||||||
---
|
---
|
||||||
|
|
||||||
Thank you [RogueMaster](https://github.com/RogueMaster) and [xMasterX](https://github.com/xMasterX) for compiling and maintaining many of these files. I have decided to not include the "integrated/bundled" FAP files that come with a fresh install of Unleashed. If you need to grab a copy of them for whatever reason, you can do so right from the Unleashed repo.
|
Thank you [RogueMaster](https://github.com/RogueMaster) and [xMasterX](https://github.com/xMasterX) for compiling and maintaining many of these files. I have decided to not include the "integrated/bundled" FAP files that come with a fresh install of Unleashed. If you need to grab a copy of them for whatever reason, you can do so right from the Unleashed repo.
|
||||||
@ -15,43 +17,51 @@ Thank you [RogueMaster](https://github.com/RogueMaster) and [xMasterX](https://g
|
|||||||
* Scroll down and download the linked ZIP file from the Assets drop down, under the big install from web link.
|
* Scroll down and download the linked ZIP file from the Assets drop down, under the big install from web link.
|
||||||
* Within that ZIP, you'll find `resources.tar` - open/extract that too and look in the `apps` folder.
|
* Within that ZIP, you'll find `resources.tar` - open/extract that too and look in the `apps` folder.
|
||||||
|
|
||||||
## Thank you to the authors!
|
## Thank you to the authors
|
||||||
|
|
||||||
The Flipper and its community wouldn't be as rich as it is without your contributions and support. Thank you for all you have done. [MORE HERE](https://github.com/DarkFlippers/unleashed-firmware#community-apps-included)
|
The Flipper and its community wouldn't be as rich as it is without your contributions and support. Thank you for all you have done. [MORE HERE](https://github.com/DarkFlippers/unleashed-firmware#community-apps-included)
|
||||||
|
|
||||||
## Games
|
## Games
|
||||||
- [2048 (By OlegSchwann)](https://github.com/OlegSchwann/flipperzero-firmware/tree/hackaton/game_2048/applications/game-2048) [(Score By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/186)
|
|
||||||
- [Dice Roller Including SEX/WAR/8BALL/WEED DICE (By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/applications/plugins/dice/dice.c)
|
* [2048 (By OlegSchwann)](https://github.com/OlegSchwann/flipperzero-firmware/tree/hackaton/game_2048/applications/game-2048) [(Score By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/186)
|
||||||
- [Game of Life (Updated to work by tgxn) (By itsyourbedtime)](https://github.com/tgxn/flipperzero-firmware/blob/dev/applications/game_of_life/game_of_life.c)
|
|
||||||
- [Mandelbrot Set (By Possibly-Matt)](https://github.com/Possibly-Matt/flipperzero-firmware-wPlugins)
|
* [Dice Roller Including SEX/WAR/8BALL/WEED DICE (By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/applications/plugins/dice/dice.c)
|
||||||
- [Minesweeper (By panki27)](https://github.com/panki27/minesweeper)
|
* [Game of Life (Updated to work by tgxn) (By itsyourbedtime)](https://github.com/tgxn/flipperzero-firmware/blob/dev/applications/game_of_life/game_of_life.c)
|
||||||
- [Monty Hall (By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/203)
|
* [Mandelbrot Set (By Possibly-Matt)](https://github.com/Possibly-Matt/flipperzero-firmware-wPlugins)
|
||||||
- [TAMA P1 (By GMMan)](https://github.com/GMMan/flipperzero-tamagotch-p1) requires [this rom](https://tinyurl.com/tamap1) IN `tama_p1` on SD as `rom.bin` to make it work.
|
* [Minesweeper (By panki27)](https://github.com/panki27/minesweeper)
|
||||||
- [Video Poker (By PixlEmly)](https://github.com/PixlEmly/flipperzero-firmware-testing/blob/420/applications/VideoPoker/poker.c)
|
* [Monty Hall (By DevMilanIan)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/pull/203)
|
||||||
- [Scorched Tanks (By jasniec)](https://github.com/jasniec/flipper-scorched-tanks-game)
|
* [TAMA P1 (By GMMan)](https://github.com/GMMan/flipperzero-tamagotch-p1) requires [this rom](https://tinyurl.com/tamap1) IN `tama_p1` on SD as `rom.bin` to make it work.
|
||||||
- [Blackjack (By teeebor)](https://github.com/teeebor/flipper_games)
|
* [Video Poker (By PixlEmly)](https://github.com/PixlEmly/flipperzero-firmware-testing/blob/420/applications/VideoPoker/poker.c)
|
||||||
- [Logic Game 15 (By x27)](https://github.com/x27/flipperzero-game15)
|
* [Scorched Tanks (By jasniec)](https://github.com/jasniec/flipper-scorched-tanks-game)
|
||||||
- [Color Guess (By Leedave)](https://github.com/leedave/Leeds-Flipper-Zero-Applications/tree/main/Games/color_guess)
|
* [Blackjack (By teeebor)](https://github.com/teeebor/flipper_games)
|
||||||
|
* [Logic Game 15 (By x27)](https://github.com/x27/flipperzero-game15)
|
||||||
|
* [Color Guess (By Leedave)](https://github.com/leedave/Leeds-Flipper-Zero-Applications/tree/main/Games/color_guess)
|
||||||
|
|
||||||
## Music
|
## Music
|
||||||
- [Software Automatic Mouth aka SAM (By ctoth)](https://github.com/ctoth/SAM)
|
|
||||||
- [Tuning Fork (By besya)](https://github.com/besya/flipperzero-tuning-fork)
|
* [Software Automatic Mouth aka SAM (By ctoth)](https://github.com/ctoth/SAM)
|
||||||
- [BPM Tapper (By panki27)](https://github.com/panki27/bpm-tapper)
|
|
||||||
- [Ocarina (By invalidna-me)](https://github.com/invalidna-me/flipperzero-ocarina)
|
* [Tuning Fork (By besya)](https://github.com/besya/flipperzero-tuning-fork)
|
||||||
- Music Beeper (By qqMajiKpp / Haseo)
|
* [BPM Tapper (By panki27)](https://github.com/panki27/bpm-tapper)
|
||||||
- Morse Code [(by wh00hw)](https://github.com/wh00hw/MorseCodeFAP)
|
* [Ocarina (By invalidna-me)](https://github.com/invalidna-me/flipperzero-ocarina)
|
||||||
|
* Music Beeper (By qqMajiKpp / Haseo)
|
||||||
|
* Morse Code [(by wh00hw)](https://github.com/wh00hw/MorseCodeFAP)
|
||||||
|
|
||||||
## GPIO
|
## GPIO
|
||||||
- [IFTTT Virtual Button for ESP8266 (By Ferrazzi)](https://github.com/Ferrazzi/FlipperZero_IFTTT_Virtual_Button)
|
|
||||||
- [Wifi Deauth v2 for ESP8266 (By Timmotools)](https://github.com/Timmotools/flipperzero_esp8266_deautherv2)
|
* [IFTTT Virtual Button for ESP8266 (By Ferrazzi)](https://github.com/Ferrazzi/FlipperZero_IFTTT_Virtual_Button)
|
||||||
|
|
||||||
|
* [Wifi Deauth v2 for ESP8266 (By Timmotools)](https://github.com/Timmotools/flipperzero_esp8266_deautherv2)
|
||||||
|
|
||||||
## Tools / Misc
|
## Tools / Misc
|
||||||
- [Paint (By n-o-T-I-n-s-a-n-e)](https://github.com/n-o-T-I-n-s-a-n-e)
|
|
||||||
- [Mouse Jiggler (By Jacob-Tate)](https://github.com/Jacob-Tate/flipperzero-firmware/blob/dev/applications/mouse_jiggler/mouse_jiggler.c) ([Original By MuddleBox](https://github.com/MuddledBox/))
|
* [Paint (By n-o-T-I-n-s-a-n-e)](https://github.com/n-o-T-I-n-s-a-n-e)
|
||||||
- [Calculator (By n-o-T-I-n-s-a-n-e)](https://github.com/n-o-T-I-n-s-a-n-e)
|
|
||||||
- [Ceasar Cipher (By panki27)](https://github.com/panki27/caesar-cipher)
|
* [Mouse Jiggler (By Jacob-Tate)](https://github.com/Jacob-Tate/flipperzero-firmware/blob/dev/applications/mouse_jiggler/mouse_jiggler.c) ([Original By MuddleBox](https://github.com/MuddledBox/))
|
||||||
- [Pomodoro Timer (By sbrin)](https://github.com/sbrin/flipperzero_pomodoro)
|
* [Calculator (By n-o-T-I-n-s-a-n-e)](https://github.com/n-o-T-I-n-s-a-n-e)
|
||||||
- [Cross Remote (By Leedave)](https://github.com/leedave/Leeds-Flipper-Zero-Applications/tree/main/Tools/xremote) (features in development)
|
* [Ceasar Cipher (By panki27)](https://github.com/panki27/caesar-cipher)
|
||||||
|
* [Pomodoro Timer (By sbrin)](https://github.com/sbrin/flipperzero_pomodoro)
|
||||||
|
* [Cross Remote (By Leedave)](https://github.com/leedave/Leeds-Flipper-Zero-Applications/tree/main/Tools/xremote) (features in development)
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -1,21 +1,19 @@
|
|||||||
# Flipper Application Files (FAPs)
|
# Flipper Application Files (FAPs)
|
||||||
|
|
||||||
## Compare your firmware API version with API version in releases to avoid compatibility issues
|
## Compare your firmware API version with API version in releases to avoid compatibility issues
|
||||||
|
|
||||||
#### [Download .zip file by using this link, unpack, and copy only specific apps folders or specific apps onto your microSD into apps folder](https://github.com/xMasterX/all-the-plugins/releases/latest)
|
#### [Download .zip file by using this link, unpack, and copy only specific apps folders or specific apps onto your microSD into apps folder](https://github.com/xMasterX/all-the-plugins/releases/latest)
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Apps contains changes needed to compile them on latest firmware, fixes has been done by @xMasterX
|
Apps contains changes needed to compile them on latest firmware, fixes has been done by @xMasterX
|
||||||
|
|
||||||
|
## Thank you to the authors
|
||||||
## Thank you to the authors!
|
|
||||||
|
|
||||||
The Flipper and its community wouldn't be as rich as it is without your contributions and support. Thank you for all you have done.
|
The Flipper and its community wouldn't be as rich as it is without your contributions and support. Thank you for all you have done.
|
||||||
|
|
||||||
### Apps checked & updated at `27 Jul 06:07 GMT +3`
|
### Apps checked & updated at `27 Jul 06:07 GMT +3`
|
||||||
|
|
||||||
|
|
||||||
# Default pack
|
# Default pack
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -26,7 +24,7 @@ The Flipper and its community wouldn't be as rich as it is without your contribu
|
|||||||
<img src="https://img.shields.io/badge/None-%23FF0000?style=flat-square"> - not in the catalog
|
<img src="https://img.shields.io/badge/None-%23FF0000?style=flat-square"> - not in the catalog
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### The default package includes all applications from [official](https://github.com/flipperdevices/flipperzero-good-faps) developers:
|
### The default package includes all applications from [official](https://github.com/flipperdevices/flipperzero-good-faps) developers
|
||||||
|
|
||||||
| Name | <div style="width:100px">Category</div> | Remark | <div style="width:70px">Catalog</div> |
|
| Name | <div style="width:100px">Category</div> | Remark | <div style="width:70px">Catalog</div> |
|
||||||
|---|:---:|---|:---:|
|
|---|:---:|---|:---:|
|
||||||
@ -48,7 +46,7 @@ The Flipper and its community wouldn't be as rich as it is without your contribu
|
|||||||
| Air Arkanoid | ![Games Badge] | [by DrZlo13](https://github.com/flipperdevices/flipperzero-good-faps/pull/141/files) | [![Official Badge]](https://lab.flipper.net/apps/air_arkanoid) |
|
| Air Arkanoid | ![Games Badge] | [by DrZlo13](https://github.com/flipperdevices/flipperzero-good-faps/pull/141/files) | [![Official Badge]](https://lab.flipper.net/apps/air_arkanoid) |
|
||||||
| Music Player | ![Media Badge] | | [![Official Badge]](https://lab.flipper.net/apps/music_player) |
|
| Music Player | ![Media Badge] | | [![Official Badge]](https://lab.flipper.net/apps/music_player) |
|
||||||
|
|
||||||
### Community and Unleashed Apps in default pack:
|
### Community and Unleashed Apps in default pack
|
||||||
|
|
||||||
| Name | <div style="width:100px">Category</div> | Author | Remark | <div style="width:70px">Catalog</div> |
|
| Name | <div style="width:100px">Category</div> | Author | Remark | <div style="width:70px">Catalog</div> |
|
||||||
|---|:---:|---|---|:---:|
|
|---|:---:|---|---|:---:|
|
||||||
@ -112,7 +110,9 @@ The Flipper and its community wouldn't be as rich as it is without your contribu
|
|||||||
| JetPack Joyride | ![Games Badge] | [by timstrasser](https://github.com/timstrasser) | | [![Author Badge]](https://lab.flipper.net/apps/jetpack_game) |
|
| JetPack Joyride | ![Games Badge] | [by timstrasser](https://github.com/timstrasser) | | [![Author Badge]](https://lab.flipper.net/apps/jetpack_game) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Extra pack
|
# Extra pack
|
||||||
|
|
||||||
| Name | <div style="width:100px">Category</div> | Original author<br>or Source | Remark | <div style="width:70px">Catalog</div> |
|
| Name | <div style="width:100px">Category</div> | Original author<br>or Source | Remark | <div style="width:70px">Catalog</div> |
|
||||||
|---|:---:|---|---|:---:|
|
|---|:---:|---|---|:---:|
|
||||||
| BT Camera Trigger | ![BT Badge] | [by Nem0oo](https://github.com/Nem0oo/flipper-zero-bluetooth-trigger) | | [![UFW Badge]](https://lab.flipper.net/apps/bt_trigger) |
|
| BT Camera Trigger | ![BT Badge] | [by Nem0oo](https://github.com/Nem0oo/flipper-zero-bluetooth-trigger) | | [![UFW Badge]](https://lab.flipper.net/apps/bt_trigger) |
|
||||||
@ -263,12 +263,12 @@ The Flipper and its community wouldn't be as rich as it is without your contribu
|
|||||||
| USB Consumer Control | ![USB Badge] | [by WithSecureLabs](https://github.com/WithSecureLabs/usb-consumer-control/tree/main) | | ![None Badge] |
|
| USB Consumer Control | ![USB Badge] | [by WithSecureLabs](https://github.com/WithSecureLabs/usb-consumer-control/tree/main) | | ![None Badge] |
|
||||||
| HID File Transfer | ![USB Badge] | [by Kavakuo](https://github.com/Kavakuo/HID-File-Transfer) | Get client app in [original repo](https://github.com/Kavakuo/HID-File-Transfer) | ![None Badge] |
|
| HID File Transfer | ![USB Badge] | [by Kavakuo](https://github.com/Kavakuo/HID-File-Transfer) | Get client app in [original repo](https://github.com/Kavakuo/HID-File-Transfer) | ![None Badge] |
|
||||||
|
|
||||||
|
|
||||||
#### Catalog links checked at `01 Sep 16:24 GMT +3`
|
#### Catalog links checked at `01 Sep 16:24 GMT +3`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Useful source of files for flipper, also has apps pack:
|
Useful source of files for flipper, also has apps pack:
|
||||||
|
|
||||||
## [UberGuidoZ Playground - Large collection of files - Github](https://github.com/UberGuidoZ/Flipper)
|
## [UberGuidoZ Playground - Large collection of files - Github](https://github.com/UberGuidoZ/Flipper)
|
||||||
|
|
||||||
[RFID Badge]: https://custom-icon-badges.demolab.com/badge/-RFID-rgb(255,244,147)?style=for-the-badge&logo=fz-rfid&logoColor=black
|
[RFID Badge]: https://custom-icon-badges.demolab.com/badge/-RFID-rgb(255,244,147)?style=for-the-badge&logo=fz-rfid&logoColor=black
|
||||||
|
@ -3,8 +3,9 @@
|
|||||||
## [Some links to authors and descriptions here](https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Custom%20(UL%2C%20RM%2C%20XFW)#readme)
|
## [Some links to authors and descriptions here](https://github.com/UberGuidoZ/Flipper/tree/main/Applications/Custom%20(UL%2C%20RM%2C%20XFW)#readme)
|
||||||
|
|
||||||
---
|
---
|
||||||
*** **Unofficial FAP Store is here! [You gotta check it out at FlipC.org](https://flipc.org/)** ***<br>
|
|
||||||
From [Aleksey Korolev](https://github.com/playmean) comes a quick and easy way to install FAP files.
|
*****Unofficial FAP Store is here! [You gotta check it out at FlipC.org](https://flipc.org/)*****<br>
|
||||||
|
From [Aleksey Korolev](https://github.com/playmean) comes a quick and easy way to install FAP files
|
||||||
---
|
---
|
||||||
|
|
||||||
The long-awaited addition of loading plugins (applications) from the SD card is here thanks to some hard work by the Official Flipper devteam. Anna/hedger released a FAP pack with some pre-built plugins, ready to go. Check out the [Official documentation](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md) for more info.
|
The long-awaited addition of loading plugins (applications) from the SD card is here thanks to some hard work by the Official Flipper devteam. Anna/hedger released a FAP pack with some pre-built plugins, ready to go. Check out the [Official documentation](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md) for more info.
|
||||||
@ -33,28 +34,32 @@ Now simply navigate to the application you'd like to load and center click it!
|
|||||||
To exit and/or load something else, simply use the BACK button.
|
To exit and/or load something else, simply use the BACK button.
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
# Building applications
|
# Building applications
|
||||||
## Here are some resources on getting started creating and building FAPS.
|
|
||||||
|
## Here are some resources on getting started creating and building FAPS
|
||||||
|
|
||||||
### Official documentation
|
### Official documentation
|
||||||
https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md
|
<https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md>
|
||||||
|
|
||||||
### uFBT - micro Flipper Build Tool
|
### uFBT - micro Flipper Build Tool
|
||||||
https://github.com/flipperdevices/flipperzero-ufbt
|
<https://github.com/flipperdevices/flipperzero-ufbt>
|
||||||
|
|
||||||
### Dev documentation by at-manos(outdated)
|
### Dev documentation by at-manos(outdated)
|
||||||
https://flipper.atmanos.com/docs/category/overview
|
<https://flipper.atmanos.com/docs/category/overview>
|
||||||
|
|
||||||
### Flipper plugin tutorial
|
### Flipper plugin tutorial
|
||||||
By DroomOne: https://github.com/DroomOne/Flipper-Plugin-Tutorial<br>
|
|
||||||
By giolaq: https://blog.giolaq.dev/hello-world-of-flipper-zero (The repo that goes with giolaq's blog: https://github.com/giolaq/helloflipper )<br>
|
By DroomOne: <https://github.com/DroomOne/Flipper-Plugin-Tutorial><br>
|
||||||
By csBlueChip: https://github.com/csBlueChip/FlipperZero_plugin_howto
|
By giolaq: <https://blog.giolaq.dev/hello-world-of-flipper-zero> (The repo that goes with giolaq's blog: <https://github.com/giolaq/helloflipper> )<br>
|
||||||
|
By csBlueChip: <https://github.com/csBlueChip/FlipperZero_plugin_howto>
|
||||||
|
|
||||||
## Hello world examples
|
## Hello world examples
|
||||||
By zmactep: https://github.com/zmactep/flipperzero-hello-world <br>
|
|
||||||
By ASoldo: https://github.com/ASoldo/hello_world <br>
|
By zmactep: <https://github.com/zmactep/flipperzero-hello-world> <br>
|
||||||
By mervburger: https://github.com/mervburger/flipper_helloworld <br>
|
By ASoldo: <https://github.com/ASoldo/hello_world> <br>
|
||||||
A rust implimentation by baakeydow: https://github.com/baakeydow/flipper0-rust-hello-world <br>
|
By mervburger: <https://github.com/mervburger/flipper_helloworld> <br>
|
||||||
|
A rust implimentation by baakeydow: <https://github.com/baakeydow/flipper0-rust-hello-world> <br>
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ representative at an online or offline event.
|
|||||||
|
|
||||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||||
reported to the community leaders responsible for enforcement at
|
reported to the community leaders responsible for enforcement at
|
||||||
uberguidoz@gmail.com.
|
<uberguidoz@gmail.com>.
|
||||||
All complaints will be reviewed and investigated promptly and fairly.
|
All complaints will be reviewed and investigated promptly and fairly.
|
||||||
|
|
||||||
All community leaders are obligated to respect the privacy and security of the
|
All community leaders are obligated to respect the privacy and security of the
|
||||||
@ -118,7 +118,7 @@ the community.
|
|||||||
|
|
||||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
||||||
version 2.0, available at
|
version 2.0, available at
|
||||||
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
|
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.
|
||||||
|
|
||||||
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
||||||
enforcement ladder](https://github.com/mozilla/diversity).
|
enforcement ladder](https://github.com/mozilla/diversity).
|
||||||
@ -126,5 +126,5 @@ enforcement ladder](https://github.com/mozilla/diversity).
|
|||||||
[homepage]: https://www.contributor-covenant.org
|
[homepage]: https://www.contributor-covenant.org
|
||||||
|
|
||||||
For answers to common questions about this code of conduct, see the FAQ at
|
For answers to common questions about this code of conduct, see the FAQ at
|
||||||
https://www.contributor-covenant.org/faq. Translations are available at
|
<https://www.contributor-covenant.org/faq>. Translations are available at
|
||||||
https://www.contributor-covenant.org/translations.
|
<https://www.contributor-covenant.org/translations>.
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 91ecebde2ad5b8a9397376f4c04540e4878b5487
|
Subproject commit 1d6e0cdba2f25e1335aa93a0ba6b00ce7b70c5e9
|
@ -35,39 +35,47 @@ Then, use qFlipper to transfer it to your Flipper and replace the existing one (
|
|||||||
***Again, you may have manifest file issues if you do not compile your own or use a tested firmware above!***
|
***Again, you may have manifest file issues if you do not compile your own or use a tested firmware above!***
|
||||||
|
|
||||||
## Protocol info
|
## Protocol info
|
||||||
|
|
||||||
This info was gathered from the respecctive locations in the firmwares comments. <br>
|
This info was gathered from the respecctive locations in the firmwares comments. <br>
|
||||||
Ie. lib/infrared/encoder_decoder/`*`/infrared_protocol_`*`.h<br>
|
Ie. lib/infrared/encoder_decoder/`*`/infrared_protocol_`*`.h<br>
|
||||||
Some of the info doesn't show up well so view thew raw readme or [this commit](https://github.com/flipperdevices/flipperzero-firmware/commit/75e9de12b065bd5e572b8b9232c8b9670c8e6f91).
|
Some of the info doesn't show up well so view thew raw readme or [this commit](https://github.com/flipperdevices/flipperzero-firmware/commit/75e9de12b065bd5e572b8b9232c8b9670c8e6f91).
|
||||||
|
|
||||||
### Kaseikyo protocol description
|
### Kaseikyo protocol description
|
||||||
https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/src/ir_Kaseikyo.hpp <br>
|
<https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/src/ir_Kaseikyo.hpp> <br>
|
||||||
|
|
||||||
* Preamble Preamble Pulse Distance/Width Pause Preamble Preamble
|
* Preamble Preamble Pulse Distance/Width Pause Preamble Preamble
|
||||||
* mark space Modulation up to period repeat repeat
|
* mark space Modulation up to period repeat repeat
|
||||||
* mark space
|
* mark space
|
||||||
*
|
*
|
||||||
* 3360 1665 48 bit ...130000 3456 1728
|
* 3360 1665 48 bit ...130000 3456 1728
|
||||||
` __________ _ _ _ _ _ _ _ _ _ _ _ _ _ ___________`<br>
|
|
||||||
` ____ __________ _ _ _ __ __ __ _ _ __ __ _ _ ________________ ___________`
|
`__________ _ _ _ _ _ _ _ _ _ _ _ _ _ ___________`<br>
|
||||||
|
`____ __________ _ _ _ __ __ __ _ _ __ __ _ _ ________________ ___________`
|
||||||
|
|
||||||
### NEC protocol description
|
### NEC protocol description
|
||||||
https://radioparty.ru/manuals/encyclopedia/213-ircontrol?start=1 <br>
|
<https://radioparty.ru/manuals/encyclopedia/213-ircontrol?start=1> <br>
|
||||||
|
|
||||||
* Preamble Preamble Pulse Distance/Width Pause Preamble Preamble Stop
|
* Preamble Preamble Pulse Distance/Width Pause Preamble Preamble Stop
|
||||||
* mark space Modulation up to period repeat repeat bit
|
* mark space Modulation up to period repeat repeat bit
|
||||||
* mark space
|
* mark space
|
||||||
*
|
*
|
||||||
* 9000 4500 32 bit + stop bit ...110000 9000 2250
|
* 9000 4500 32 bit + stop bit ...110000 9000 2250
|
||||||
` __________ _ _ _ _ _ _ _ _ _ _ _ _ _ ___________ _`<br>
|
|
||||||
` ____ __________ _ _ _ __ __ __ _ _ __ __ _ _ ________________ ____________ ___`
|
`__________ _ _ _ _ _ _ _ _ _ _ _ _ _ ___________ _`<br>
|
||||||
|
`____ __________ _ _ _ __ __ __ _ _ __ __ _ _ ________________ ____________ ___`
|
||||||
|
|
||||||
### RC5 protocol description
|
### RC5 protocol description
|
||||||
https://www.mikrocontroller.net/articles/IRMP_-_english#RC5_.2B_RC5X
|
<https://www.mikrocontroller.net/articles/IRMP_-_english#RC5_.2B_RC5X>
|
||||||
|
|
||||||
* Manchester/biphase
|
* Manchester/biphase
|
||||||
* Modulation
|
* Modulation
|
||||||
*
|
*
|
||||||
* 888/1776 - bit (x2 for toggle bit)
|
* 888/1776 - bit (x2 for toggle bit)
|
||||||
*
|
*
|
||||||
` __ ____ __ __ __ __ __ __ __ __`<br>
|
|
||||||
` __ __ ____ __ __ __ __ __ __ __ _`<br>
|
`__ ____ __ __ __ __ __ __ __ __`<br>
|
||||||
|
`__ __ ____ __ __ __ __ __ __ __ _`<br>
|
||||||
|
|
||||||
* | 1 | 1 | 0 | ... | ... |
|
* | 1 | 1 | 0 | ... | ... |
|
||||||
* s si T address (MSB) command (MSB)
|
* s si T address (MSB) command (MSB)
|
||||||
*
|
*
|
||||||
@ -79,14 +87,17 @@ https://www.mikrocontroller.net/articles/IRMP_-_english#RC5_.2B_RC5X
|
|||||||
* command - 6/7 bit
|
* command - 6/7 bit
|
||||||
|
|
||||||
### RC6 protocol description
|
### RC6 protocol description
|
||||||
https://www.mikrocontroller.net/articles/IRMP_-_english#RC6_.2B_RC6A
|
<https://www.mikrocontroller.net/articles/IRMP_-_english#RC6_.2B_RC6A>
|
||||||
|
|
||||||
* Preamble Manchester/biphase Silence
|
* Preamble Manchester/biphase Silence
|
||||||
* mark/space Modulation
|
* mark/space Modulation
|
||||||
*
|
*
|
||||||
* 2666 889 444/888 - bit (x2 for toggle bit) 2666
|
* 2666 889 444/888 - bit (x2 for toggle bit) 2666
|
||||||
*
|
*
|
||||||
` ________ __ __ __ __ ____ __ __ __ __ __ __ __ __`<br>
|
|
||||||
` _ _________ ____ __ __ ____ __ __ __ __ __ __ __ __ _______________`<br>
|
`________ __ __ __ __ ____ __ __ __ __ __ __ __ __`<br>
|
||||||
|
`_ _________ ____ __ __ ____ __ __ __ __ __ __ __ __ _______________`<br>
|
||||||
|
|
||||||
* | 1 | 0 | 0 | 0 | 0 | ... | ... | |
|
* | 1 | 0 | 0 | 0 | 0 | ... | ... | |
|
||||||
* s m2 m1 m0 T address (MSB) command (MSB)
|
* s m2 m1 m0 T address (MSB) command (MSB)
|
||||||
*
|
*
|
||||||
@ -97,24 +108,29 @@ https://www.mikrocontroller.net/articles/IRMP_-_english#RC6_.2B_RC6A
|
|||||||
* command - 8 bit
|
* command - 8 bit
|
||||||
|
|
||||||
### SAMSUNG32 protocol description
|
### SAMSUNG32 protocol description
|
||||||
https://www.mikrocontroller.net/articles/IRMP_-_english#SAMSUNG <br>
|
<https://www.mikrocontroller.net/articles/IRMP_-_english#SAMSUNG> <br>
|
||||||
|
|
||||||
* Preamble Preamble Pulse Distance/Width Pause Preamble Preamble Bit1 Stop
|
* Preamble Preamble Pulse Distance/Width Pause Preamble Preamble Bit1 Stop
|
||||||
* mark space Modulation repeat repeat bit
|
* mark space Modulation repeat repeat bit
|
||||||
* mark space
|
* mark space
|
||||||
*
|
*
|
||||||
* 4500 4500 32 bit + stop bit 40000/100000 4500 4500
|
* 4500 4500 32 bit + stop bit 40000/100000 4500 4500
|
||||||
` __________ _ _ _ _ _ _ _ _ _ _ _ ___________ _ _`<br>
|
|
||||||
` _ __________ __ _ __ __ __ _ _ __ __ _ ________________ ____________ ____ ___`
|
`__________ _ _ _ _ _ _ _ _ _ _ _ ___________ _ _`<br>
|
||||||
|
`_ __________ __ _ __ __ __ _ _ __ __ _ ________________ ____________ ____ ___`
|
||||||
|
|
||||||
### Sony SIRC protocol description
|
### Sony SIRC protocol description
|
||||||
https://www.sbprojects.net/knowledge/ir/sirc.php <br>
|
<https://www.sbprojects.net/knowledge/ir/sirc.php> <br>
|
||||||
http://picprojects.org.uk/
|
<http://picprojects.org.uk/>
|
||||||
|
|
||||||
* Preamble Preamble Pulse Width Modulation Pause Entirely repeat
|
* Preamble Preamble Pulse Width Modulation Pause Entirely repeat
|
||||||
* mark space up to period message..
|
* mark space up to period message..
|
||||||
*
|
*
|
||||||
* 2400 600 12/15/20 bits (600,1200) ...45000 2400 600
|
* 2400 600 12/15/20 bits (600,1200) ...45000 2400 600
|
||||||
` __________ _ _ _ _ _ _ _ _ _ _ _ _ _ __________ _ _`<br>
|
|
||||||
` ____ __________ _ _ _ __ __ __ _ _ __ __ _ _ ____________________ __________ _`
|
`__________ _ _ _ _ _ _ _ _ _ _ _ _ _ __________ _ _`<br>
|
||||||
|
`____ __________ _ _ _ __ __ __ _ _ __ __ _ _ ____________________ __________ _`
|
||||||
|
|
||||||
* | command | address |
|
* | command | address |
|
||||||
* SIRC | 7b LSB | 5b LSB |
|
* SIRC | 7b LSB | 5b LSB |
|
||||||
* SIRC15 | 7b LSB | 8b LSB |
|
* SIRC15 | 7b LSB | 8b LSB |
|
||||||
|
@ -19,6 +19,7 @@ The rest of the buttons should be defined by the button `name:` listed in the or
|
|||||||
The first section are short press, the last with `HOLD` is long press (hold).
|
The first section are short press, the last with `HOLD` is long press (hold).
|
||||||
|
|
||||||
Example of the configuration file:
|
Example of the configuration file:
|
||||||
|
|
||||||
```
|
```
|
||||||
REMOTE: /ext/infrared/IRDB/TVs/Roku/Roku.ir
|
REMOTE: /ext/infrared/IRDB/TVs/Roku/Roku.ir
|
||||||
UP: Up
|
UP: Up
|
||||||
|
2
LICENSE
2
LICENSE
@ -657,7 +657,7 @@ notice like this when it starts in an interactive mode:
|
|||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; type `show c' for details.
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
The hypothetical commands `show w' and`show c' should show the appropriate
|
||||||
parts of the General Public License. Of course, your program's commands
|
parts of the General Public License. Of course, your program's commands
|
||||||
might be different; for a GUI interface, you would use an "about box".
|
might be different; for a GUI interface, you would use an "about box".
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d17006b9bf76db7e75600d8e05bb685f565fcc4f
|
Subproject commit cedaf2c92eabdb429c01bb05d26a4b83296a16bb
|
@ -1,7 +1,9 @@
|
|||||||
# FlipperAmiibo
|
# FlipperAmiibo
|
||||||
|
|
||||||
A collection of FlipperZero NFC files that emulate Amiibo (gathered from [Gioman101](https://github.com/Gioman101/FlipperAmiibo)).
|
A collection of FlipperZero NFC files that emulate Amiibo (gathered from [Gioman101](https://github.com/Gioman101/FlipperAmiibo)).
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Download the [Amiibo_Files.zip](https://github.com/UberGuidoZ/Flipper/raw/main/NFC/Amiibo/Amiibo_Files/Amiibo_Files.zip) file then extract the archive into the `nfc` directory on your Flipper's SD card.
|
Download the [Amiibo_Files.zip](https://github.com/UberGuidoZ/Flipper/raw/main/NFC/Amiibo/Amiibo_Files/Amiibo_Files.zip) file then extract the archive into the `nfc` directory on your Flipper's SD card.
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# AmiiboFlipperConverter https://github.com/Lucaslhm/AmiiboFlipperConverter
|
# AmiiboFlipperConverter <https://github.com/Lucaslhm/AmiiboFlipperConverter>
|
||||||
|
|
||||||
Also added FlipMiibo.py that was included in the Animal Crossing folder.
|
Also added FlipMiibo.py that was included in the Animal Crossing folder.
|
||||||
|
|
||||||
@ -12,7 +12,6 @@ You can target a directory full of amiibos by passing a path such that `amiiboco
|
|||||||
|
|
||||||
You can also use the amiibos i've generated already.
|
You can also use the amiibos i've generated already.
|
||||||
|
|
||||||
|
|
||||||
The original code was created in the Flipper Discord by Friendartiste
|
The original code was created in the Flipper Discord by Friendartiste
|
||||||
|
|
||||||
The code was modified to run itteratively by Lamp
|
The code was modified to run itteratively by Lamp
|
||||||
|
@ -49,7 +49,7 @@ def convert(contents: bytes) -> Tuple[str, int]:
|
|||||||
|
|
||||||
page = []
|
page = []
|
||||||
for i in range(len(contents) - 1):
|
for i in range(len(contents) - 1):
|
||||||
byte = contents[i : i + 1].hex()
|
byte = contents[i: i + 1].hex()
|
||||||
page.append(byte)
|
page.append(byte)
|
||||||
|
|
||||||
if len(page) == 4:
|
if len(page) == 4:
|
||||||
@ -58,7 +58,8 @@ def convert(contents: bytes) -> Tuple[str, int]:
|
|||||||
page_count += 1
|
page_count += 1
|
||||||
|
|
||||||
# we may have an unfilled page. This needs to be filled out and appended
|
# we may have an unfilled page. This needs to be filled out and appended
|
||||||
logging.debug(f"We have an unfilled final page: {page} with length {len(page)}")
|
logging.debug(
|
||||||
|
f"We have an unfilled final page: {page} with length {len(page)}")
|
||||||
if len(page) > 0:
|
if len(page) > 0:
|
||||||
# pad with zeroes
|
# pad with zeroes
|
||||||
for i in range(len(page) - 1, 3):
|
for i in range(len(page) - 1, 3):
|
||||||
@ -76,10 +77,10 @@ def get_uid(contents: bytes) -> str:
|
|||||||
"""
|
"""
|
||||||
page = []
|
page = []
|
||||||
for i in range(3):
|
for i in range(3):
|
||||||
byte = contents[i : i + 1].hex()
|
byte = contents[i: i + 1].hex()
|
||||||
page.append(byte)
|
page.append(byte)
|
||||||
for i in range(4, 8):
|
for i in range(4, 8):
|
||||||
byte = contents[i : i + 1].hex()
|
byte = contents[i: i + 1].hex()
|
||||||
page.append(byte)
|
page.append(byte)
|
||||||
|
|
||||||
return " ".join(page).upper()
|
return " ".join(page).upper()
|
||||||
@ -128,12 +129,15 @@ def convert_file(input_path: str, output_path: str):
|
|||||||
with open(input_path, "rb") as file:
|
with open(input_path, "rb") as file:
|
||||||
contents = file.read()
|
contents = file.read()
|
||||||
name = os.path.split(input_path)[1]
|
name = os.path.split(input_path)[1]
|
||||||
write_output(name.split(".bin")[0], assemble_code(contents), output_path)
|
write_output(name.split(".bin")[
|
||||||
|
0], assemble_code(contents), output_path)
|
||||||
|
|
||||||
elif input_extension == ".nfc":
|
elif input_extension == ".nfc":
|
||||||
logging.warning(f"Seems like {input_path} may already be Flipper-compatible!")
|
logging.warning(
|
||||||
|
f"Seems like {input_path} may already be Flipper-compatible!")
|
||||||
else:
|
else:
|
||||||
logging.info(f"{input_path} doesn't seem like a relevant file, skipping")
|
logging.info(
|
||||||
|
f"{input_path} doesn't seem like a relevant file, skipping")
|
||||||
|
|
||||||
|
|
||||||
def process(path: str, output_path: str):
|
def process(path: str, output_path: str):
|
||||||
@ -147,7 +151,8 @@ def process(path: str, output_path: str):
|
|||||||
else:
|
else:
|
||||||
for filename in os.listdir(path):
|
for filename in os.listdir(path):
|
||||||
new_path = os.path.join(path, filename)
|
new_path = os.path.join(path, filename)
|
||||||
logging.debug(f"Current file: {filename}; Current path: {new_path}")
|
logging.debug(
|
||||||
|
f"Current file: {filename}; Current path: {new_path}")
|
||||||
|
|
||||||
if os.path.isfile(path):
|
if os.path.isfile(path):
|
||||||
convert_file(path, output_path)
|
convert_file(path, output_path)
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 776c4c09f50445157d27dcdfb59ddc9aa2d98fcd
|
Subproject commit 0cf13cad57d764d57df61ad72fb854f3590b13cf
|
@ -1,12 +1,13 @@
|
|||||||
# Kyber Crystals
|
# Kyber Crystals
|
||||||
|
|
||||||
A how to program crystals from https://sabersourcing.com/2019/10/30/kyber-crystal-rfid-hack-star-wars-galaxys-edge/
|
A how to program crystals from <https://sabersourcing.com/2019/10/30/kyber-crystal-rfid-hack-star-wars-galaxys-edge/>
|
||||||
|
|
||||||
1. Turn on RFID Reader/Writer (make sure it’s set to 125KHz). Hold the kyber crystal next to the device and click the “Read” button. The device will say “Read success” and recite the current RFID number of the kyber crystal.
|
1. Turn on RFID Reader/Writer (make sure it’s set to 125KHz). Hold the kyber crystal next to the device and click the “Read” button. The device will say “Read success” and recite the current RFID number of the kyber crystal.
|
||||||
2. Next, click the “Input” button. Enter the four digit number for your desired lightsaber blade color and dialogue set (see the complete list of RFID codes below). Press “Input” one more time.
|
2. Next, click the “Input” button. Enter the four digit number for your desired lightsaber blade color and dialogue set (see the complete list of RFID codes below). Press “Input” one more time.
|
||||||
3. Hold the kyber crystal next to the device and the click the “Write” button. If desired, use one of the option RFID key fobs instead of the kyber crystal itself. The device will say “Write success” to indicate that writing to the device worked.
|
3. Hold the kyber crystal next to the device and the click the “Write” button. If desired, use one of the option RFID key fobs instead of the kyber crystal itself. The device will say “Write success” to indicate that writing to the device worked.
|
||||||
4. Now you have reprogrammed the kyber crystal! Attach the kyber crystal to your Jedi Holocron or Sith Holocron to hear the dialogue of the reprogrammed kyber crystal. Alternatively, install the kyber crystal in your Savi’s Workshop lightsaber to view the new blade color.
|
4. Now you have reprogrammed the kyber crystal! Attach the kyber crystal to your Jedi Holocron or Sith Holocron to hear the dialogue of the reprogrammed kyber crystal. Alternatively, install the kyber crystal in your Savi’s Workshop lightsaber to view the new blade color.
|
||||||
|
|
||||||
From this froum post by mrgoodfellow https://forum.flipper.net/t/star-wars-galaxy-s-edge-kyber-crystal/2611/11
|
From this froum post by mrgoodfellow <https://forum.flipper.net/t/star-wars-galaxy-s-edge-kyber-crystal/2611/11>
|
||||||
|
|
||||||
I have scanned several crystals and the example contents are:
|
I have scanned several crystals and the example contents are:
|
||||||
|
|
||||||
@ -39,7 +40,7 @@ Yoda (Magic 8 Ball) dialogue Green 3122 0000000C32
|
|||||||
Snoke dialogue (note: this is from the black kyber crystal) Red 3123 0000000C33
|
Snoke dialogue (note: this is from the black kyber crystal) Red 3123 0000000C33
|
||||||
I have been unsuccessful at unlocking or flashing any of the crystals or getting the flipper to emulate a crystal next to the saber in a way that changes the color. I have ordered some re-writable chips to create my own re-writable crystal. I will see if I have any success with them.
|
I have been unsuccessful at unlocking or flashing any of the crystals or getting the flipper to emulate a crystal next to the saber in a way that changes the color. I have ordered some re-writable chips to create my own re-writable crystal. I will see if I have any success with them.
|
||||||
|
|
||||||
Here is a bunch of screenshots from https://docs.google.com/spreadsheets/d/1mZMBBxSc_ltAyheEVgKL4MpGfPc3iCjR1S6BEaavN40/edit#gid=1994856546
|
Here is a bunch of screenshots from <https://docs.google.com/spreadsheets/d/1mZMBBxSc_ltAyheEVgKL4MpGfPc3iCjR1S6BEaavN40/edit#gid=1994856546>
|
||||||
(for some stupid reason they tuned off saving the doc to make things easy, so thank who ever did that and enjoy the pics lol)
|
(for some stupid reason they tuned off saving the doc to make things easy, so thank who ever did that and enjoy the pics lol)
|
||||||
|
|
||||||
Updated 5/12/24
|
Updated 5/12/24
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 64e889295aabada769604708d3be5903f09b0b0d
|
Subproject commit 5e3a61506e4d696d82248d077d7d864d7ded13b3
|
@ -1,3 +1,4 @@
|
|||||||
# Lego Dimensions
|
# Lego Dimensions
|
||||||
Everything you need to know is here https://github.com/dolmen-go/legodim
|
|
||||||
And here http://www.proxmark.org/forum/viewtopic.php?id=2657
|
Everything you need to know is here <https://github.com/dolmen-go/legodim>
|
||||||
|
And here <http://www.proxmark.org/forum/viewtopic.php?id=2657>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
## Download Amiibos for quick access or use the script to build your own!
|
## Download Amiibos for quick access or use the script to build your own
|
||||||
|
|
||||||
NOTE: There are updated files outside of the submodule. [Please download this ZIP file](https://github.com/UberGuidoZ/Flipper/raw/main/NFC/Amiibo/Amiibo_Files/Amiibo_Files.zip) for them all.
|
NOTE: There are updated files outside of the submodule. [Please download this ZIP file](https://github.com/UberGuidoZ/Flipper/raw/main/NFC/Amiibo/Amiibo_Files/Amiibo_Files.zip) for them all.
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Skylanders
|
# Skylanders
|
||||||
|
|
||||||
There is two repos with SL's, so rather then submodule both have the links to both to pick what you need.
|
There is two repos with SL's, so rather then submodule both have the links to both to pick what you need.
|
||||||
https://github.com/sealldeveloper/FlipperSkylanders
|
<https://github.com/sealldeveloper/FlipperSkylanders>
|
||||||
https://github.com/SvrnyDeWcEend/skylander_.nfc_flipper-zero
|
<https://github.com/SvrnyDeWcEend/skylander_.nfc_flipper-zero>
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 5e3256ffabf295d87e4235aa61850241eb27f8c6
|
Subproject commit 6138030c1dbe12c95f5598be2544a7fa31af8518
|
@ -1,7 +1,8 @@
|
|||||||
## Playground (and dump) of stuff I made, modified, researched, or found for the Flipper Zero.
|
## Playground (and dump) of stuff I made, modified, researched, or found for the Flipper Zero
|
||||||
|
|
||||||
**Looking for Infrared (IR) codes? Head over to [the IRDB](https://github.com/UberGuidoZ/Flipper-IRDB)! Just want to download part of any repo? [Try over here](https://uberguidoz.github.io/DownGit/)!**
|
**Looking for Infrared (IR) codes? Head over to [the IRDB](https://github.com/UberGuidoZ/Flipper-IRDB)! Just want to download part of any repo? [Try over here](https://uberguidoz.github.io/DownGit/)!**
|
||||||
|
|
||||||
## 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
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit c3b5fc19d0eacd7da4fff6f21f100b9b76446150
|
Subproject commit a52015aa15842792e9a5119564d6f86d1ea4b104
|
Loading…
x
Reference in New Issue
Block a user