Skip to content

A letter/number/symbol Morse beacon on 125 kHz using RFID interface of the Flipper Zero

Notifications You must be signed in to change notification settings

nmrr/flipperzero-rfidbeacon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flipperzero-rfidbeacon

A letter/number morse beacon on 125 kHz using RFID interface of the Flipper Zero

banner (banner has been made with DALL-.E 2)

Like Russia with their HF letter beacons, it's possible to use the Flipper Zero as a letter/number morse bacon. Flipper Zero has multiple RF interfaces (RFID, NFC and UHF) and it's possible to transmit raw data over these interfaces.

This application can transmit the whole alphabet (A to Z) and numbers (0 to 9) in morse on RFID interface. Range is about 5m.

Menu of the application:

A letter:

3 number:

Build the program

Assuming the toolchain is already installed, copy flipper_rfidbeacon directory to applications_user

Plug your Flipper Zero and build the RFID beacon:

./fbt launch_app APPSRC=applications_user/flipper_rfidbeacon

The program will automatically be launched after compilation

Button assignments:

button function
Left/Right [short press] Choose the letter/number to transmit
Up [long press] Enable/disable transmitting on 125 kHz
Back [long press] Exit

If you don't want to build this application, just simply copy flipper_rfidbeacon.fap on your Flipper Zero

Build has been made with official toolchain, API Mismatch error may appear if you are using custom firmware. You can bypass this error but the program may crash.

##What's next ?##

  • Choose the speed morse code
  • Transmit on NFC interface (13.56 MHz), range is wider than NFC
  • Transmit on UHF interface (433 MHz, etc)

About

A letter/number/symbol Morse beacon on 125 kHz using RFID interface of the Flipper Zero

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages