Skip to content

Commit

Permalink
added some minor quality of app changes
Browse files Browse the repository at this point in the history
  • Loading branch information
frux-c committed Aug 23, 2023
1 parent 95962eb commit 231c0f2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,23 @@ This repository contains a UHF RFID application developed for FlipperZero, a ver
- Reading bank now can automatically detect bank size, for cases that PC(protocol control) bits aren't properly written to tag.
- Can now view tag from saved.
- Can now write tags from saved.
- Icon added by [@xMasterX](https://github.com/xMasterX)
- App is now named `[(Q)M100] UHF RFID`, meaning for M100 and QM100 modules

## Features

- [x] Read Single UHF RFID tag.
- [x] View saved UHF RFID tag.
- [x] Write Single UHF RFID tag.
- [ ] Change Module setting parameters. __(In Progress)__
- [ ] Set/Reset Access Password
- [ ] Set Kill Password
- [ ] Kill Tag
- [ ] TBD
- [ ] Change Module setting parameters. **(In Progress)**
- [ ] Set/Reset Access Password
- [ ] Set Kill Password
- [ ] Kill Tag
- [ ] TBD
- [ ] Edit/Create new data to write.
- Extras
- [ ] Read multiple tags at once
- [ ] View multiple on a list view

- [ ] Read multiple tags at once
- [ ] View multiple on a list view

## Requirements

Expand Down Expand Up @@ -55,7 +56,7 @@ To run this application on FlipperZero, you will need:
2. Connect the uhf module to the flipper via gpio.
3. Navigate to the UHF RFID app on FlipperZero's menu.
4. Currently Reading the EPC tag is the only usable option
... will further update this page as it development goes
... will further update this page as it development goes

## Contributions

Expand All @@ -72,6 +73,7 @@ As this app is still in the development stage, I welcome contributions to this p
- [MagicRF M100&QM100_Firmware_manual_en.pdf](assets/res/MagicRF_M100&QM100_Firmware_manual_en.pdf)
- [TDS_1_9_Standard.pdf](assets/res/TDS_1_9_Standard.pdf)
- [M5Stack Docs](https://docs.m5stack.com/en/unit/uhf_rfid)
- [MagicRF Chip DS](http://www.magicrf.com/product_en.htm)

## Contact

Expand Down
10 changes: 2 additions & 8 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
App(
appid="uhf_rfid",
name="[UHF]RFID",
name="[(Q)M100] UHF RFID",
apptype=FlipperAppType.EXTERNAL,
targets=["f7"],
entry_point="uhf_app_main",
Expand All @@ -10,14 +10,8 @@ App(
],
stack_size=4 * 1024,
order=30,
# fap_icon="125_10px.png",
fap_icon="icons/uhf_10px.png",
fap_category="RFID",
# fap_libs=["mbedtls"],
# fap_private_libs=[
# Lib(
# name="loclass",
# ),
# ],
fap_icon_assets="icons",
fap_icon_assets_symbol="uhf_rfid",
)
Binary file added icons/uhf_10px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 231c0f2

Please sign in to comment.