Search found 2 matches

by starofslytherin
Sun Jan 08, 2023 1:59 pm
Forum: ESP-IDF
Topic: Help with I2C communication between 2 ESP32
Replies: 0
Views: 926

Help with I2C communication between 2 ESP32

Hello, My project is to measure water level of tanks. As I'm using more than 3 UARTs I want to use 2 ESP32s. Slave ESP32: Get data from the water level sensor and send it to the Master ESP32 using I2C. Master ESP32: Collect that data and pass it on to NodeRED for processing and Visualisation. My iss...
by starofslytherin
Wed Jul 20, 2022 11:12 am
Forum: ESP-IDF
Topic: Using software serial for debug so I can use Uart0 for peripheral
Replies: 3
Views: 4182

Re: Using software serial for debug so I can use Uart0 for peripheral

Any update on this? I'm looking for Software Serial for debugging or for GPS peripherals, a low baud rate (4800 or 9600) application.