Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
181 views

I am currently working on an AT communication project for Arduino Mega and ESP8266 ESP 12S. We are having some technical issues and would like to ask a question. First of all, the parts list I ...
Wangon Kwak's user avatar
0 votes
1 answer
988 views

I have wrtitten a code for automatically watering plant using esp8266, dht11, moisture sensor but my code has some error, i dont know how to fix it #include <DHT.h> #include <ESP8266WiFi.h&...
Anshuman Bharadwaj's user avatar
0 votes
1 answer
129 views

I have an esp8266 in a car recolecting a bunch of data, and I would like to send it when I come to my wifi connection at my home, actually, I have much access points between my daily route to my job ...
aHardReset's user avatar
1 vote
1 answer
2k views

I did a project for IoT attendance system using ESP8266 and RDM6300. However, I can connect to wifi using WiFiMulti.addAP() function for my home WiFi but can't connect using WiFi.begin(). I tried ...
Rafat's user avatar
  • 88
0 votes
6 answers
18k views

I have an ESP32-WROOM, as seen here. In the Arduino IDE, I compile and verify my sketch, and then attempt an upload. I get the following error: esptool.py v2.1 Connecting........___ Chip is ...
RenegadeAndy's user avatar
  • 5,690
0 votes
1 answer
624 views

I'm using an ESP8266 in access point mode to send it some data (wifi credentials) from a mobile app via HTTP. The access point init code is very simple: IPAddress apIP(10, 10, 10, 1); ...
Peza's user avatar
  • 1,447
0 votes
1 answer
526 views

I am using the below code for sending POST json requests. I am receiving the request, but the body parameter is coming as null. ("body": null) // Example of the different modes of the X.509 ...
Biranchi's user avatar
  • 16.4k
0 votes
2 answers
1k views

I am trying to communicate with my ESP8266-07 through Arduino Nano Serial. I am using AT commands to reset, connect wifi, connect TCP server and so on. I have got one functional script, so i know that ...
Filip Geib's user avatar

1 2 3
4