I2C slave?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
User avatar
devnull
Posts: 473
Joined: Sat Jan 07, 2017 1:52 am
Location: Singapore / Cornwall
Contact:

Re: I2C slave?

Post by devnull » Fri Jan 21, 2022 11:16 am

Many thanks, I just looked at it, quite a lot to digest.

Problem is I am interfacing to an existing master, and the design of that master is out of my control and cannot be modified.

I am trying to emulate a now obsolete device which acts as a slave, and using an ESP32 as a master is simply to be able to test the response of the pyboard slave to a readfrom _mem() request.

Post Reply