Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
926 views

I like to run some esp8288 with some custemizing or controles in AP mode. To make it easyer to use I like to use the captive portal function to make the access easyer for the user. So the after ...
J.Arnold's user avatar
-1 votes
1 answer
2k views

I use ESP32 board. I want to get the content from google sheet. my reference code is as below The error was ESP8266WiFi.h: No such file or directory. Does anyone give me some suggestion? Thanks `#...
user1430445's user avatar
1 vote
0 answers
490 views

in my cases wifiManager.setConnectTimeout(180); does not wait for 180 sec, But only 60 sec. my router takes about 2 minutes to setup after power outage my esp does not connect to the router until it ...
Mudasser Jamil's user avatar
3 votes
1 answer
2k views

Derived from the following code. I uploaded that code to my ESP8266 and it's all good and okay when I communicate with it with my laptop while my laptop is connected to my network with a LAN cable. ...
Shalabyer's user avatar
  • 635
7 votes
2 answers
4k views

I am building an IoT solution where I will have multiple devices connected to my local network that I want to connect to a hub that controls my solution. Once I connect a new device I want to connect ...
David Berg's user avatar
  • 2,098
1 vote
1 answer
171 views

I have a ESP8266 which can connect to the wifi just fine (can see it on the mobile hotspot) but it does not registrer it itself (as in it does not continue the code) sometimes it can registrer it and ...
Frederik A.'s user avatar
0 votes
1 answer
866 views

I'm using ESP8266-7 as the only micocontroller in my project and I have a tiny problem with it. there are sometimes that the internet line is broken and my ESP tries to reconnect to the broker. while ...
M.Navidi's user avatar
  • 143
0 votes
1 answer
448 views

I'm working on a Arduino project found online but I'm having trouble with the configuration of the wifi module. Im using a Az Delivery ESP8266 wifi module and the code I have written is the following #...
MKK's user avatar
  • 49
0 votes
0 answers
825 views

I tried to Run this code but the connection fails and HTTPCode returns -1 , I'm using WIFI manager and it works sucessfully connected to the network the link is worked successfully on POSTman and data ...
GNT_Textile Ranya's user avatar
0 votes
0 answers
279 views

When I try to send data from nodemcu it shows -1, refer bellow image [serial monitor][1] [1]: https://i.sstatic.net/3IokX.jpg you can see my ip address [ip address][2] [2]: https://i.sstatic.net/srNo1....
Omar Hassan's user avatar
0 votes
1 answer
401 views

I'm trying to connect to a remote MySQL database directly from my arduino to do some telemetry on some hardware. However the code gets stuck while connecting to the db, and gives always the answer &...
Dhelio's user avatar
  • 83
0 votes
0 answers
104 views

I tried everything but every time I am getting "Connection Failed" for client.connect. I have used https://gorest.co.in/public-api/user/123 Used the fingerprints well. Using ESP-12E Module ...
Ravi Gupta's user avatar
2 votes
2 answers
17k views

How do i program an ESP32 or an ESP8266 module using assembly? I don't want to use arduino ide. I figured a way to program atmel chips with assembly. I wanted to learn how to program esp32 and esp8266 ...
vishnu joshi's user avatar
-1 votes
1 answer
396 views

I am using ESP8266WiFi library for a NodeMCU project where the user has to fill a form and submit the data through GET. Now I want to read the Arguments such as 192.168.1.1/submit?Name=john All I need ...
awais ahmed's user avatar
0 votes
1 answer
298 views

My code always gets exception decoder message and resets a few ms after MQTT connection is done successfully. My connectMqtt function: void MyClass::connectMqtt(PubSubClient client) { // Loop until ...
Ángel Carlos del Pozo Muela's user avatar
0 votes
0 answers
871 views

Hello... My code is working perfect with using dynamic IP's, the LED is connected to server and a push button is connected to client, it work perfect with dynamic IP's addresses of both devices. But ...
SYED ASAD ABBAS's user avatar
0 votes
1 answer
2k views

Problem Statement I want my NodeMCU to fetch latest updated data from URL each time of the loop. Currently it does not update the content fetched. For example, Link: http://abcdxyz.xyz/io.php has just ...
Arijit Aich's user avatar
0 votes
1 answer
453 views

since I started working with my modules esp8266 F-12, I have found some strange behaviors. When I started programming the module using the serial monitor I had no problem, but when I do it ...
19Miquel's user avatar
0 votes
0 answers
582 views

first of all, I want to say that this was my first approach to ESP wifi modules. I was programing this module using the AT commands and everything was perfect until I changed the baud rate of my ...
19Miquel's user avatar
0 votes
1 answer
810 views

I'm currently facing an issue with a vector iterator in C++. The application runs on an ESP8266 NodeMCU microcontroller. As soon as I call the function CWebServer::getAvailableNetworks() (...
Dignity's user avatar
  • 11
0 votes
1 answer
2k views

I have a local (household 192.168.0.X) network provided by my router/modem which assigns local IP addresses by the usual Dynamic DNS. I have added an ESP8266 runnning in the WiFi Nat (natp) mode to ...
Alexander Hamilton's user avatar
-2 votes
1 answer
364 views

I have set an Arduino code (on an esp8266). The code is only doing the following : Set wifi Connect to a webserver Retrieve the html from this webserver and store it instantiate a server:port handle ...
Paul Ernond's user avatar
0 votes
0 answers
115 views

I am using ESP8266 ESP-01 module, using FTDI to upload code using arduino IDE platform. I came accross dropbox manager library developed by lucasromeiro. I am herein providing github link for the ...
Amrutha B V's user avatar
0 votes
0 answers
145 views

i've been trying to build a system that detects in one room of the house the temperature using an esp8266 and a dht11 sensor, this esp sends the data to a webserver while the ESP12F grabs this data ...
Aguss Masco's user avatar
0 votes
2 answers
418 views

The Arduino.cc preprocessor (latest version as of may 1 2020) has unexpected behaviour when I try to do preprocessor logic to recognize the defines words WIFI_AP or WIFI_STA. Example: #define FOO ...
Alexander Hamilton's user avatar
0 votes
0 answers
2k views

I am trying to store text file into SPIFFS memory. I get an error whenever I try to format or to write file into SPIFFS. Here is the code to format the SPIFFS. #include<FS.h> void setup() { ...
Amrutha B V's user avatar
0 votes
1 answer
794 views

I'm learning how to use 'class' in C++, and when I'm trying to call a function from my class I'm getting this error: Error C:\Users\Mateus\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.5....
Mateus xavier's user avatar
1 vote
0 answers
480 views

I used Postman to debug my PHP POST API, and it works (ignoring the json versos non-json input). <?php header("Access-Control-Allow-Origin: *"); header("Content-Type: application/json; charset=UTF-...
JimS-CLT's user avatar
  • 675
0 votes
2 answers
702 views

I'm using asyncHTTPrequest for async request to a REST API in ESP8266. I receive the response in JSON format but can't parse it. This kind of parsing was working while i used to made sync call to API....
Matei Emil's user avatar
0 votes
0 answers
172 views

Can someone please help me in connecting the ESP 01 wifi module with Arduino mega. I have looked at multiple resources online, none of which worked for me. The esp 01 module just heats up and doesn't ...
Abhishek Poudel's user avatar
1 vote
0 answers
1k views

I have worked a lot to make these modules work, but they don't. Module : ESP8266 ESP-01 Module image I uploaded several versions of AT firmware with different methods and and softwares and tested ...
Aministrator's user avatar
0 votes
3 answers
128 views

I want to make a simple project using ESP8266 and led strip ws2812, and I want to control it from web page. Is it possible to get variables from page index ? Right now I have only simple code to turn ...
Krzychu Jędrusiak's user avatar
0 votes
1 answer
2k views

Here is the Code and the Error message, the code is just a testing file before I work with the code, and when I import just the Keypad.h and Keypad_I2C.h, It worked fine, also work when I only import ...
AOV Ezy's user avatar
  • 65
0 votes
1 answer
382 views

I want a complete solution to develop my own Alexa skill and firmware for my IOT work on ESP8266. Over the internet i am seeing that we can emulate the device as Philips or Belkins (fauxmoesp). But i ...
Manoj Patel's user avatar
0 votes
2 answers
1k views

I'm a noob at this, so hopefully a stupidly obvious one. I'm trying to create a simple temperature/humidity sensor that takes readings from a DHT22 and uses an ESP8266 to ping them to Thingspeak's ...
Alphatester77's user avatar
0 votes
0 answers
734 views

I want to develop asp.net application then can send data to ESP8266 which will be act as to show that message. What I have done, I have fully function Esp8266 board which show Ip address it is ...
Sajid Hussain's user avatar
0 votes
1 answer
58 views

Good evening, I am working on a project on a brightness sensor (tsl2561). Not having arrived yet I used a photoresistor and a led and everything works perfectly. Practically, depending on the light ...
Ludo23's user avatar
  • 3
0 votes
0 answers
635 views

We are trying to make an HTTPS POST request from ESP8266 to aws cloud but unable to communicate to the server. The code snippet is given below: WiFiClientSecure client; char data[100]; ...
Süresh AK's user avatar
0 votes
0 answers
548 views

I want to connect my NODEMCU wifi module to live server and then comunicate with rest API. While I was calling simple GET method with plain-text content then everything works fine, problem arises ...
Sourav Das's user avatar
0 votes
0 answers
418 views

I've have been trying to flash the ESP-01S to the 1.5.1 from the official website. I am also using their own flash tool. The tool detects the component and completes the update all the time, this is ...
Ajay Varghese's user avatar
1 vote
1 answer
2k views

I have an NodeMCU chip that needs to connect to my home wifi and post an http request. I use the chip in WIFI_STA_AP mode as I need the chip to both accept requests via http and issue requests by http....
DataGrump's user avatar
  • 223
0 votes
1 answer
2k views

This is my code which actually send blynk notification when distance is greater than 150. but its output is very weird. It again and again run setup function instead of only once. The esp8266 device ...
HinaKhadim's user avatar
2 votes
1 answer
2k views

i have one project that can ready compiled. The function is break on the hardware an i need help to finde the error. I am a beginner and ask for help. How can I narrow the error down? Platform ...
user11528497's user avatar
0 votes
0 answers
243 views

I want to take a JSON string of DHT22 sensor value (temperature and humidity) from this ESP8266WiFi through WiFi. #include <DHT.h> //library DHT.h #include <ESP8266WiFi.h> #...
Chakrit Hinanawi Teerawijit's user avatar
1 vote
0 answers
1k views

my friend made a google script, and gave me this link: https://script.google.com/macros/s/AKfycbxxWwU59sp_rF9C6phVIFSdLF6IIM83hFRWUrrJyVI8TdY6F-t1/exec If you click you will se "52" in your browser. ...
TroRi's user avatar
  • 11
0 votes
1 answer
698 views

I'm trying to connect a NodeMCU ESP8266 and upload a shadow. I am following the tutorial from IoT Design Pro. When i first ran it, I did see the shadow updated on AWS. On subsequent loops, it stopped ...
DanG's user avatar
  • 366
0 votes
0 answers
4k views

i am using ESP8266 and STM32F4. My problem is; when i try to send AT+CIPSEND command i see an error: link is not valid. i didn't post the huart2 initialization because other commands work, properly. ...
Resul's user avatar
  • 45
3 votes
1 answer
552 views

I am trying to set up node mcu as Access Point with static IP. I am able to connect to the AP using tcp sockets and receive response from it. However, if the client is not connected to it for a ...
zero's user avatar
  • 160
0 votes
1 answer
2k views

What's the difference between WiFi.mode() and wifi set opmode() on esp8266?
user avatar
0 votes
1 answer
420 views

I am using esp8266 to run my websocket server and angular 7 to run socket.io to run websocket client. When I run the angular application. The logs in Arduino shows Disconnected!. I am not sure what is ...
Omkar Yadav's user avatar