I need to send HTTP POST request using ESP32 module, to my REST API server which coded using python. But when running following code, an error comes. Running on
I want to read the result of a conversion of the MCP 3464 with a ESP32 I can read registers and write registers. But when I want to read the result of conversio
I have the following error message occuring on the arduino IDE, Arduino: 1.8.15 (Windows 10), Board: "NodeMCU-32S, 40MHz, 921600, None" In file included fr
This can be marked solved. The problem was the print macro. ESP_LOGx can't put out c++ Strings. I'm trying to convert an uin8_t array to a string in c++. The a