Skip to main content

Questions tagged [web]

1 vote
0 answers
123 views

So I just got my Arduino Uno R3 and tried to use it with Arduino Web IDE. I installed (and reinstalled) Arduino Create Agent and was expecting it autodetect my board, but it did not happen. Below is a ...
user1700890's user avatar
1 vote
2 answers
330 views

My application runs on an ESP32-CAM. It takes pictures and stores to SPIFFS. Periodically SPIFFS is checked and if images are found: 1- The image is saved to a FTP server 2- The image is summited to a ...
Paulo Borges's user avatar
2 votes
1 answer
1k views

I have a function for HTTP_POST responses but it is never called when I post to it. I get the webpage instead. I call on it with server.on("/",HTTP_POST,response); But I only get the url in ...
brad's user avatar
  • 201
1 vote
0 answers
125 views

I have tried to use some OTA programming method by website servers like this method which was not successful and asked here. So I have tried the own Arduino library shown below: and changed the ESP ...
Soheil Paper's user avatar
-1 votes
1 answer
764 views

I have tried this video: ESP8266 Self Update OTA from GitHub Instruction and made this GitHub repo: And changed the main code to this type, but I get this error: HTTP_UPDATE_FAILD Error (-101): Server ...
Soheil Paper's user avatar
1 vote
1 answer
192 views

I have a project where I want to remotely turn on and off a relay using an Arduino,(ESP8266) over the internet. I have a remote web server that hosts my existing hobby website, cPanel hosted by ...
edgar_wideman's user avatar
2 votes
3 answers
3k views

I have a project where I read 2 sensors using an esp32 and also have an web server. I can connect using mobile phone and display the page where I see info about the sensors (using web sockets to ...
David's user avatar
  • 63
1 vote
0 answers
897 views

I'm using an arduino uno and ESP8266 (esp01) with the WiFiEsp library to connect to WiFi and POST data, connecting to WiFi works just fine. I need to send a POST request, but I can't get it to work ...
ASK's user avatar
  • 31
1 vote
1 answer
647 views

I am using a nodeMCU to send data to my local web page developed using Spring boot but when I run the code I don't get an error the esp8266 connects to WiFi but I don't get anything on my spring boot ...
Ela Hidri's user avatar
  • 111
1 vote
0 answers
2k views

I am using an esp8266 01 module with the Arduino Uno to establish a communication between the Arduino and my web site. I actually don't know how to send Rest HTTP requests from the Arduino to get data ...
Ela Hidri's user avatar
  • 111
0 votes
1 answer
129 views

I apologise if this is a dumb question, but I'm trying to find information on whether or not this is possible. I'd like to build a arcade machine to play my custom Javascript 2D game. The game ...
themanwiththemasterplan's user avatar
-1 votes
1 answer
945 views

I'm totaly new to Arduino, I'm using ESP2866 NodeMCU and dht22 to display temperature and humidity in a web page, it is autorefresh (using AJAX) and it works perfectly, I wanted to add 2 buttons to it ...
Al Ma's user avatar
  • 1
-1 votes
1 answer
524 views

I am using a magnetic float switch sensor to monitor water level in a tank. I am using a ESP8266 board. I am trying to send the data collected by it to a php page in a host called "weris.link". I've ...
Kenneth W. A's user avatar
1 vote
2 answers
2k views

I am working on a project that involves moving various servos and lights and I need a good UI to work with the device. I've previously used Blynk, which worked very well but I didn't like some of the ...
Zachary Allen's user avatar
1 vote
1 answer
13k views

I am trying to send sensor values to internet via enc28j60 module and web client example. My problem is that i chose byte and float form for some sensors i can't convert these values to char form. ...
billyVal's user avatar

15 30 50 per page