Search found 1 match

by plusmartin
Wed Aug 10, 2022 4:49 am
Forum: ESP32 Arduino
Topic: WiFi - I2C conflict : problem of tasks priorities ?
Replies: 3
Views: 4875

Re: WiFi - I2C conflict : problem of tasks priorities ?

Hi, Im having the same issue but worse. Im using an MCP3208 (ADC via SPI), handled by the second core, it is constantly making readings and calculations as quickly as possible. The SPI communications is bitbanged (not using a library but setting the pins high and low and reading them manually to inc...