2025-01-01 23:58:47 +01:00

44 lines
1.4 KiB
Markdown

# FZ - iButton
{{#include ../../../banners/hacktricks-training.md}}
## Intro
For more info about what is an iButton check:
{{#ref}}
../ibutton.md
{{#endref}}
## Design
The **blue** part of the following imageis how you would need to **put the real iButton** so the Flipper can **read it.** The **green** part is how you need to **touch the reader** with the Flipper zero to **correctly emulate an iButton**.
<figure><img src="../../../images/image (565).png" alt=""><figcaption></figcaption></figure>
## Actions
### Read
In Read Mode Flipper is waiting for the iButton key to touch and is able to digest any of three types of keys: **Dallas, Cyfral, and Metakom**. Flipper will **figure out the type of the key itself**. The name of the key protocol will be displayed on the screen above the ID number.
### Add manually
It's possible to **add manually** an iButton of type: **Dallas, Cyfral, and Metakom**
### **Emulate**
It's possible to **emulate** saved iButtons (read or manually added).
> [!NOTE]
> If you cannot make the expected contacts of the Flipper Zero touch the reader you can **use the external GPIO:**
<figure><img src="../../../images/image (138).png" alt=""><figcaption></figcaption></figure>
## References
- [https://blog.flipperzero.one/taming-ibutton/](https://blog.flipperzero.one/taming-ibutton/)
{{#include ../../../banners/hacktricks-training.md}}