Search found 4 matches

by dmr-rocha
Thu Jun 16, 2022 1:02 am
Forum: General Discussion
Topic: Issues with using multiprocessing and TwoWire I2C
Replies: 4
Views: 3372

Re: Issues with using multiprocessing and TwoWire I2C

Thank you friend,

I will explore your suggestions and get back to you.
by dmr-rocha
Wed Jun 15, 2022 12:58 am
Forum: General Discussion
Topic: Issues with using multiprocessing and TwoWire I2C
Replies: 4
Views: 3372

Re: Issues with using multiprocessing and TwoWire I2C

When I start Esp32 it works for a few seconds and crashes. The routines that run on Processor Zero are reading the sensors and devices that I have listed, placed all on a processor works perfectly, when divided into two Wires the problems begin. I wanted to check if it was possible to work the way I...
by dmr-rocha
Wed Jun 15, 2022 12:51 am
Forum: General Discussion
Topic: ESP32 multiprocessing with two I2C communication channels
Replies: 2
Views: 1503

ESP32 multiprocessing with two I2C communication channels

Hello! I'm doing a project in which I use the two processors separately and two I2C channels ( TwoWire ), where in each processor I use an I2C channel. The Zero Processor is used for sensor reading routines through the I2C channel (INA219, BME680, ADS1115, DS1302), storing the values in global varia...
by dmr-rocha
Thu Jun 02, 2022 2:04 pm
Forum: General Discussion
Topic: Issues with using multiprocessing and TwoWire I2C
Replies: 4
Views: 3372

Issues with using multiprocessing and TwoWire I2C

Good Morning! I'm doing a project in which I use the two processors separately and two I2C channels ( TwoWire ), where in each processor I use an I2C channel. The Zero Processor is used for sensor reading routines through the I2C channel (INA219, BME680, ADS1115, DS1302), storing the values in globa...