Search found 1 match
- Mon Oct 02, 2017 9:57 pm
- Forum: General Discussion
- Topic: how to connect two esp32 boards
- Replies: 7
- Views: 23667
how to connect two esp32 boards
Hi all, I am new to esp32 world and I usually use arduino for my projects. With multiple arduino boards projects I usually use I2C for interconnection with one board in the master mode as an orchestrator and and other in slave mode. But I learnt that esp32 doesn't yet implemented I2C slave mode. If ...