Skip to main content

Questions tagged [http]

Hypertext Transfer Protocol (HTTP) is an application level network protocol that is used for the transfer of content on the World Wide Web.

1 vote
1 answer
300 views

I am working on a project where I have set up an Arduino UNO R4 Wi-Fi as a web server. However, I would like to secure the communication by using HTTPS instead of HTTP for accessing the Arduino web ...
Aashish Dhakal's user avatar
-1 votes
1 answer
70 views

I am a newbie in Arduino and IoT and using M5StickC Plus2 on Arduino IDE. I am trying to push data to Prometheus pushgateway, but only get 400 response code. Pushgateway only accepts binary data. ...
walves's user avatar
  • 97
0 votes
1 answer
402 views

I've just spent a few hours on this and I am starting to go crazy. I have code to do a firmware update over HTTP working on several ESP32s. I'm trying to adapt that code to work on an ESP8266, but can'...
Blaine's user avatar
  • 101
1 vote
0 answers
69 views

I have the code below and it doesn't work with my URL. I receive a 715(Handshake Failed) This code below works normally, but with my API it doesn't work. I'm using a A7670SA with Arduino Mega 2560. ...
Ramon's user avatar
  • 11
1 vote
0 answers
608 views

I have a program that only do get and post to a controller via an ethernet port. My problem is that after a certain amount of loop in the program, i got this error: Guru Meditation Error: Core 1 ...
Martin Chicoine's user avatar
1 vote
1 answer
1k views

I have been having trouble trying to send a small txt file to my server using the following function with TinyGSM. I know I am connected to the internet and reaching the web server, however, I keep ...
NRav's user avatar
  • 243
2 votes
0 answers
811 views

I need to receive data from sensors on the websites located on my PC (hosted with XAMPP). When I was first using AsyncWebServer library and hosting them on ESP32 everything was working with a ...
CaramelTr's user avatar
1 vote
1 answer
411 views

I'm measuring accelerations at "high frequency" (4kHz) from an accelerometer (ADXL355/ADXL357) to an esp32. It's crucial that no sample is lost while performing a measure which last say 2 ...
AlekseyFedorovich's user avatar
2 votes
0 answers
201 views

I have a program running on an esp8266 that attempts to fetch json data from an HTTPS endpoint that is hosted on aws amplify (data comes from a next.js app). I can retrieve the data correctly when I ...
seddouguim's user avatar
1 vote
0 answers
536 views

in my recent project, I'm trying to detect motion and capture an image using the esp32 cam module and send it to the server via HTTP. Once the image is captured it is converted to a base64 string and ...
Dinesh 255's user avatar
1 vote
2 answers
805 views

I've set up an esp32 board (wemos d1 r32) to send a request to a server hosted on my local network. If I set up a very basic go server, the board handles the response fine (200 with the appropriate ...
Batzz's user avatar
  • 121
0 votes
1 answer
3k views

I read this issue. But I didn't understand it. Like the author I don't have an SSL certificate and I don't want to have one (because if I had one I could live with HTTPS!). I just want to process any ...
Mark's user avatar
  • 393
1 vote
0 answers
623 views

I have a ESP-S3 board and am trying to get JSON data from our server. I am using the following code (see below) as a basis for mine. This code works. If I change http://jsonplaceholder.typicode.com/...
BAW's user avatar
  • 11
0 votes
0 answers
557 views

I have data on firebase rtdb, which i want to listen in my nodemcu. I know there are libraries available like this one which provides listeners, but i want to do it using REST API streaming as ...
aryan's user avatar
  • 11
-1 votes
1 answer
2k views

I've been looking around for a solution, but couldn't manage to find one. I'm looking to send a post request from an ESP8266 on a local API. Here is my code : #include <ESP8266WiFi.h> #include &...
Nicoji_'s user avatar

15 30 50 per page
1
2 3 4 5
13