Skip to main content

Questions tagged [esp8266]

For questions about the ESP8266 microcontroller unit, including programming it or using it in an IoT context.

Filter by
Sorted by
Tagged with
1 vote
2 answers
42 views

I have a custom ESP8266 & Arduino based home automation system that is subscribed to a MQTT topic & turns on/off multiple relays or adjusts fan speed. The data format in that feed is for ...
S.Das's user avatar
  • 11
1 vote
1 answer
640 views

I'm having a weird behaviour of Tasmota (v.13) on 82866 devices, that hang up spontaneously (happens at different times, for different durations). For example, they can be connected for 12 hours and ...
guyd's user avatar
  • 919
0 votes
1 answer
298 views

I am using Mqtt to build a project. I am wanting to move my whole work to prod ready. My hardware is ESP-07 and custom PCB design the broker is mosquitto the app (Nodejs,react native) I implemented ...
offgrid8's user avatar
  • 123
1 vote
0 answers
191 views

I see that as per the link https://github.com/esp8266/esp8266-wiki/wiki/Memory-Map, in SPI flash ROM layout table (without OTA) there are 5 bin files that are flashed to esp8266. Though there are ...
DevBee's user avatar
  • 21
0 votes
0 answers
109 views

I have an installation with an MCU with proprietary (unfortunately) and immutable firmware, that provides a serial interface to connect a PC or laptop to. Planning to make it accessible via the ...
Peter Rottengatter's user avatar
0 votes
0 answers
53 views

I recently purchased an ESP8266 WI-FI which looks similar to this but is actually this one with the extra row of pins by the serial lines. I'm following along with the instructions on the first page ...
Nstevens's user avatar
  • 101
0 votes
0 answers
218 views

I want to make sure the sensor read normally but when i run it to read the object temperature, the result is 382.19°C. I have search for tutorials, and also the error but i couldn't find it except for ...
Abraham's user avatar
2 votes
1 answer
115 views

this is my situation: I have a thermostat in my bathroom which is controlled by Alexa. Now I want to automate my ventilation. For this I want to use a ESP8266 NodeMCU with a humidity sensor and a ...
max_schl's user avatar
1 vote
1 answer
106 views

Yesterday I successfully flashed three out of four S20 v2.1.0 devices with ESPHome firmware. While flashing the fourth one, I accidently interrupted one of the cables (most likely the power supply [3....
alve89's user avatar
  • 111
7 votes
4 answers
2k views

I'm looking for an ESP8266 board with a dual relay for one of my projects. Yes a Sonoff Dual - quite answers all my needs, beside the part of messing around with soldering and the for need more GPIO's ...
guyd's user avatar
  • 919
1 vote
0 answers
74 views

To give some background, I created a WiFi IoT device using ESP 11E/F. I was doing basic stabilization using capacitors and resistors, and although some chips mostly were working okay, some chips (~50%)...
Ouroboros's user avatar
  • 111
1 vote
2 answers
110 views

Summary I would like to build (ideally based on ESPHome) a device with a buzzer I can trigger remotely via the network. Context I have several systems built around my home automation system: Home ...
WoJ's user avatar
  • 895
1 vote
0 answers
60 views

Pls how do I get the length of the following GET request GET /data/2.5/weather?q=San%20Francisco,us HTTP/1.1\r\nHost: api.openweathermap.org\r\n\r\n\r\n GET /api/weather/insert.php?temp=74.6&him=...
Onyeka's user avatar
  • 19
2 votes
1 answer
871 views

I want to be able to program my ESP32 (same for ESP8266) remotely, I have used ArduinoOTA without problems, and I can upload the file into the ESP selecting the local file that I want to flash. ...
Cincinnatus's user avatar
0 votes
0 answers
53 views

I have been trying to do this project for 2 weeks. The project is about mini weather station. It uses esp8266, DHT11 sensor,BMP180 sensor and FC 37 rain sensor. I have taken reference from the ...
Dharshinii Ravikumar's user avatar
0 votes
1 answer
840 views

This thing is driving me nuts. I tried to debug my MQTT secure connection on nodecmu. Following some post from year 2015 I was switched on debugging output with Serial.setDebugOutput(true). Now I ...
arthur's user avatar
  • 137
4 votes
2 answers
102 views

I want to deploy few temperature sensors in my flat: few rooms, two balconies, one outside. Sensors should send data into my server (thinking about Rpi with Prometheus DB and Grafana dashboard). ...
Pawka's user avatar
  • 141
0 votes
1 answer
323 views

I was sending some variable value to the firebase database I have created: how fast can I send it? What would be minimum time interval between two values nodemcu can send and fire base can receive? I ...
CHETAN NIRADWAR's user avatar
1 vote
1 answer
108 views

I'm using an ESP8266 NodeMCU-12e, connecting to Cayenne IOT platform. Most things work fine (I can update most widgets using virtual channels), but some widgets are unavailable (greyed-out), or simply ...
stevieb's user avatar
  • 131
2 votes
0 answers
61 views

I flashed a sketch to a Sonoff basic switch R2 through Arduino IDE (with FTDI). Flash is completed and Sonoff runs the sketch successfully. The code is just a typical setup for making esp8266 a soft ...
BrainTrance's user avatar
3 votes
0 answers
520 views

I'm trying to test a two combined examples: OTA and MQTT. My goal it to check a LastWill when disconnecting an ESP8266 device. Surprisingly, a LWT is not sent to designated topic. code has not actual ...
guyd's user avatar
  • 919
3 votes
1 answer
271 views

I'm using a Wemos mini, to switch on the light. I'm trying to figure out how to combine IFTTT and Sunset and Sunrise from Weather underground to trigger the lights ON. All examples I find, is how ...
guyd's user avatar
  • 919
1 vote
0 answers
200 views

Got a new router from the ISP and my ESP8266 NodeMCUs are causing problems, they need very long to connect to WiFi (3-4 mins), which wouldn't be that big of a problem, but they also don't connect to ...
Tani's user avatar
  • 11
2 votes
2 answers
2k views

ESP8266 provides an amazing environment to build iot devices for smart home. I managed to build all kinds of gadgets raging from simple temperature and humidity recorders to more advanced actors with ...
arthur's user avatar
  • 137
1 vote
0 answers
755 views

I'm experimenting with the nodeMCU board attempting to proto type out an IoT project. My first iteration involved using an MQTT broker to send messages between my computer and the board. Due to the ...
user379468's user avatar