2023-05-09 06:35 AM
Hi, i'm trying to do GET and POST request with a Steval stwinkt1. The board is connected to the wifi using wifi.h librarie.
Currently I connect the board to wifi. Then I send my Get request with the "WIFI_SendData" function
I store the response in a "char messagereception[3072];"
However, the result is inconsistent.
I previously checked that the card was well connected and tested my call to the API with Postman
If you have any ideas, I'm all ears.