Skip to content
forked from frux-c/uhf_rfid

this is a uhf app for the flipper zero, that uses the YRM100 module.

Notifications You must be signed in to change notification settings

bettse/uhf_rfid

 
 

Repository files navigation

[UHF]RFID App for FlipperZero

FlipperZero

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.

Features

  • Read Single UHF RFID tag.
  • View saved UHF RFID tag. (in progress)
  • Write Single UHF RFID tag.
  • Communicate with the YRM100 module to perform UHF RFID operations.
  • Easy-to-use interface on FlipperZero's display.
    • Extras
      • Read multiple tags at once
      • View multiple on a list view

Requirements

To run this application on FlipperZero, you will need:

Installation

  1. Ensure you have set up your FlipperZero device with the YRM100 module properly. You can also read more about how to setup the module from the Md5Stack Docs page. wiring diagram
  2. Clone this repository to the applications_user folder of your flipper firmware of your choice
  3. If you have VSCode setup with your flipper firmware.
    • Windows

      1. Press Ctrl+Shift+B on vscode while in the uhf_app folder
      2. Select the Launch App on Flipper option. And watch as the app launches on your flipper
      • If you don't have vscode setup you can use the cli command ./fbt COMPACT=1 DEBUG=0 launch APPSRC=applications_user\uhf_rfid
    • MacOS

      ... tbd

Usage

  1. Power on your FlipperZero device.
  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

Contributions

As this app is still in the development stage, I welcome contributions to this project. If you find any issues or want to enhance the application, feel free to create a pull request.

Disclaimer

  • This application is provided as-is and may contain bugs or issues.
  • Use it at your own risk.
  • I am not responsible for any damage or loss caused by the usage of this app.

Extra Resources

Contact

For any inquiries or support, you can reach out to us at :

About

this is a uhf app for the flipper zero, that uses the YRM100 module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%