felias-fogg / SoftI2CMaster

Software I2C Arduino library
GNU General Public License v3.0
368 stars 100 forks source link

ESP8266 #59

Closed SMotlaq closed 3 years ago

SMotlaq commented 3 years ago

Hi, I'm using an ESP based Arduino board (Wemos D1 mini) and I need to use a vitrual I2C as slave. How can I do that?

felias-fogg commented 3 years ago

Sorry, I cannot help you in this respect. Programming a slave is much more difficult than programming a master. The reason is that there are tight timing constraints and that the program logic itself (using callbacks) is more complicated. I tried out a few software I2C clients for ATtinys and was not really satisfied.

Best, Bernhard