Commands
Run this sequence from the CLI. Adjust pins, addresses or filenames to match your own setup.
Result
What it means
You can see whether the bus is alive before trying read, temp, ibutton or EEPROM operations.
Troubleshooting
- Re-enter the selected mode setup if pins changed.
- Confirm the target shares ground with the ESP32 Bit Pirate.
- Start with short commands before using longer capture or bridge sessions.
1-Wire sniffing FAQ
What does 1-Wire sniff mode detect?
It passively watches the data line and tries to recognize reset pulses, presence responses and bit-slot timing. Use it to confirm bus activity before decoding higher-level meaning.
Can sniff mode replace scan or read?
No. Sniffing observes traffic generated by another master, while scan and read actively talk to devices. Use sniff for timing visibility and active commands for controlled tests.
What timing information does the 1-Wire sniffer preserve?
It preserves the timing relationship between reset, presence and data pulses so you can understand whether a 1-Wire master and target are exchanging recognizable bus activity.