Replies: 1 comment 3 replies
-
|
@hstarmans Maybe your microcontroller's CPU is not fast enough to keep the SPI communication and at the same time handle the web server load. Are you using software SPI or hardware SPI? You should use hardware based SPI if you aren't, as that will free up some cycles in the CPU. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering timing issues using hardware SPI communication, on a ESP32S3 with microdot.
I have a loop which writes over SPI, this loop no longer works from microdot if I also activate with_websocket and with_sse
Beta Was this translation helpful? Give feedback.
All reactions