Skip to content

Decode Flipper zero's raw .sub file (OOK, Manchester)

License

Notifications You must be signed in to change notification settings

nocomp/flipperzero-rawsub_decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

flipperzero-rawsub_decoder

Decode Flipper zero's raw .sub file in case of OOK, supposing a Manchester encoding.

Odds are the script won't exactly fit your needs, but feel free to adapt it for your protocol.

Bits are decoded depending on the edges of duration between 700 and 900 :

  • 0 bit = rising edge (350~450 no signal then 350~450 signal)
  • 1 bit = falling edge (350~450 signal then 350~450 no signal)

Usage

python3 decode_ook_manchester.py -h

About

Decode Flipper zero's raw .sub file (OOK, Manchester)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages