|
|
@@ -1,11 +1,35 @@
|
|
|
# [UHF]RFID App for FlipperZero
|
|
|
|
|
|
-
|
|
|
+<div style="
|
|
|
+display: flex;
|
|
|
+flex-direction: row;
|
|
|
+justify-content: space-evenly;
|
|
|
+align-items: center;
|
|
|
+">
|
|
|
+ <img style="
|
|
|
+ border-radius: 10px;
|
|
|
+ margin: 10px;
|
|
|
+ width: 350px;
|
|
|
+ height: 350px;
|
|
|
+ object-fit: cover;"
|
|
|
+ src="assets/img/uhf_demo_app2.jpg">
|
|
|
+ <img style="border-radius: 10px;
|
|
|
+ margin: 10px;
|
|
|
+ width: 350px;
|
|
|
+ height: 350px;
|
|
|
+ object-fit: cover;"
|
|
|
+ src="assets/img/uhf_demo_app.jpg">
|
|
|
+</div>
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
This repository contains a UHF RFID application developed for FlipperZero, a versatile multi-tool device. The app leverages the YRM100 module to enable UHF RFID functionality.
|
|
|
|
|
|
+## What's Ongoing
|
|
|
+
|
|
|
+Working on the settings page to allow for changing of the module's settings.
|
|
|
+Adding options like settings the access password, baud rate, rf power, channel, etc.
|
|
|
+
|
|
|
## What's Changed
|
|
|
|
|
|
- A complete refractor from the concept code to covert to a framework. So that it's easy to refractor for different possible module's. See [module.h](uhf_module.h) for more info.
|
|
|
@@ -73,7 +97,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 Datasheet](http://www.magicrf.com/product_en.htm)
|
|
|
+- [MagicRF Chip DS](http://www.magicrf.com/product_en.htm)
|
|
|
|
|
|
## Contact
|
|
|
|