Part Number: ADS1220
Tool/software:
Hi everyone. I have an ads1220 that takes readings from a load cell at 1khz I have a page in HTML and WebSocket where the user enters the data to calibrate the cell according to the weight. When I don't initialize the ADS setup the page works fine. You see that it communicates with the websocket without problems. But when I initialize the ADS the page gets slow. The connection with the websocket is cut off. The ads is connected by the default pins of the ESP32 VSPI I tried to run the wifi and the websocket on core 0 and the ads on core 1 but it still gets extremely slow the data is saved in littleFS. I don't know what else to try, I don't know if I should use HSPI.. I'm frustrated because the project works very well but without the page it seems to take away its beauty. Does anyone have any idea why this could be happening? Thank you
ESP32 WROOM Dual Core 4MB FLASH SPI