/I2C-sniffer

This code catches I2C communication by running on an ESP32 board that are connected to I2C BUS lines as a passive listener.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

I2C sniffer on ESP32

This code catches I2C communication by running on an ESP32 board that are conected to I2C BUS lines as a passive listener. It is based on work by @WhitehawkTailor, but tidied and tuned for my purposes.