I have started learning to build some good websites. In one of my projects, I wanted to display two voltages (named "POTvalue1" & "POTvalue2") on a website.
I would like to deploy a react application on a web server on an esp32 micro controller, to control an api on that same micro controller. The web server is work
sorry for my bad english, but i'll try my best i have a code like this void mqttCallback(char *topic, byte *payload, unsigned int length) { Serial.print("Mess
I am using arduino HTTPClient to do the post request in ESP32. Can anyone help me with the part where I will be able to post an image file along with some data.
I'm following the espressif docs for connecting a ESP32 to AWS IoT shadow. I'm using the example github.com/espressif/esp-aws-iot for shadow mqtt synchronisatio
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