mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
add ibutton
This commit is contained in:
parent
f40ced6bcb
commit
e30a3d9562
2 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,4 @@ Kickstarter page: [kickstarter.com](https://www.kickstarter.com/projects/flipper
|
|||
|
||||
* [Sub-1 GHz radio](wiki/sub-1ghz-radio.md)
|
||||
* [125 kHz RFID](wiki/125khz-rfid.md)
|
||||
* [iButton contact keys](wiki/ibutton.md)
|
||||
|
|
3
wiki/ibutton.md
Normal file
3
wiki/ibutton.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# iButton contact keys
|
||||
|
||||
Flipper Zero has a built-in 1-Wire pad to read iButton (DS1990A) keys, also known as TouchMemory or Dallas keys. This technology is quite old but still widely used around the world. It's based on 1-Wire protocol and doesn't have any authentication, so Flipper can easily read these keys, save IDs into the memory, write IDs to blank keys, and emulate the key itself.
|
Loading…
Reference in a new issue