CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 16:22:15 GMT
content-type: text/html; charset=utf-8
cf-ray: 965d79750965e9c3-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=db47d3a4-5b0f-4faa-b48d-f398b79cedab; expires=Mon, 27 Jul 2026 16:22:14 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: e94daf33-21df-4dfc-98bb-d49b5df1da14
x-worker-origin-response-time: 458000000
x-dns-prefetch-control: off
set-cookie: prov=db47d3a4-5b0f-4faa-b48d-f398b79cedab; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=5CrrNQ8ryY3LI_mFU5m6wxWRnphU_bC5YaAvrb2knlc-1753633335-1.0.1.1-c9ZQkBXc.XA2m0W8tfdh9OkudCvQ93XwrqNq5pXvBp1cqsmcZ5Zu1w5Lkln7cm6.9EvFX2AtMiu600OTsp4EHLh5wMF2bwhsYet3hHWXybQ; path=/; expires=Sun, 27-Jul-25 16:52:15 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=LlNGhJA9_MxBGuHGw.TPGBOht87_BQuE4q.uAoN8HZk-1753633335028-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'esp8266' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [esp8266]
An IC that offers Wi-Fi networking compatible with b/g/n standards. It also has integrated TCP/IP protocol stack. Extremely popular along IoT community as a low cost and powerful board.
2,016 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
46
views
5V DC pump connected to relay on nodemcu esp8266 running non stop
I using a nodemcu v2 esp8266 for my automatic watering system. I used 3v - 5v DC pump for the watering system. The pump is controlled based on the soil moisture level ( or Blynk ). When the code was ...
0
votes
1
answer
43
views
I've looked at the spec sheet on the ESP8266, but can't find the time it takes for the A/D conversion or the A/D control registers
text or link to describe the answer or a link to where to find the answer. I am a newbie to the esp8266.
1
vote
2
answers
163
views
ESPAsyncWebServer WiFi.scanNetworks() Soft WDT reset
I'm using Arduino IDE(2.3.5) ESP8266 (3.1.2) and ESPAsyncWebServer (3.7.4), ESPAsyncTCP(2.0.0). I need to wifi scan the network an print the result of my web interface. If I use WiFiScanNetworks(), ...
0
votes
0
answers
78
views
ESP8266 Not Booting Properly on First Power On – Works After Restart
I'm working on an ESP8266-based water level monitoring system using an ultrasonic sensor and an I2C LCD. The problem I'm facing is that sometimes the ESP8266 does not boot properly when powered on for ...
0
votes
2
answers
149
views
ESP8266 send gps data via esp now
I have a project that involves two ESP8266 and a NEO-6M GPS module. I want to send the GPS data to the other microcontroller using ESP-NOW, however it fails to send the data although it displays the ...
-1
votes
1
answer
131
views
Arduino IDE Serial Monitor is working, but not Putty - esp8266
I have an esp8266 that most often won't work with Putty, but always works with Serial Monitor in Arduino IDE.
Baudrate is set to 115200. Putty fills the terminal window with odd characters and the ...
0
votes
1
answer
135
views
Wiring of Wemos/LOLIN D1 mini and 2.13" Tricolor e-Paper?
I'm just about starting with Arduino, ESP8266, etc.
The first project would be to get something diplayed on an e-paper.
My hardware:
LOLIN D1mini V4.0.0
Tri-Color ePaper 2.13 (SSD1680) Shield
...
1
vote
0
answers
187
views
ESP8266 (Mini D1) does not come back after deep sleep but NodeMCU does
Kind of desperate here. I tried every solution found on this forum / google and others.
My sketch works perfectly with a NodeMCU 1.0
The same script should work on a Lolin Mini D1, everything works ...
-1
votes
1
answer
164
views
How many FPS I can theoretically get for streaming frame from OV7670 with this setup?
Setup:
OV7670 -> STM32F103... --USART--> ESP01 --UDP--> Gateway --> Internet --> Server
I want to achieve a real-time streaming experience.
Here is my analysis:
According to the ...
3
votes
1
answer
191
views
Error trying to play audio through an ESP8266 using the 'ESP8266Audio' library
I am attempting to use an esp8266 to play an .mp3 audio file through a connected speaker using the 'ESP8266Audio' library.
I have tested that the hardware setup is correct (e.g. I have been able to ...
1
vote
0
answers
67
views
0
votes
1
answer
67
views
Arduino and custom pcb
I am looking to minimize the size and assembly complexity of my arduino projects. Is there any easy way to integrate something like an esp8266 onto my own pcb. I don't want to have to solder it on. In ...
-1
votes
1
answer
72
views
WiFiManager library question (wm.setConfigPortalBlocking(false) + big delay = not working)
I'm trying to use the library in my project. An implementation with wm.setConfigPortalBlocking(false) is needed, but when a large delay is used in the loop, the portal either does not work at all, or ...
0
votes
1
answer
365
views
Why HTTPS requests are working with dynamic IP address, and not with static IP address
I am working on a room automation project. I connected an ESP8266 board with WiFi through my home router.I make an HTTPS request from ESP8266. It returns a good response 200 when connected using DHCP'...
0
votes
0
answers
41
views
Can BearSSL certstore be loaded from PROGMEM without needing a filesystem?
I have a relative small sketch that makes https requests of a 3rd party API. This sketch is used by other people in their own homes, so I can't assume any other infrastructure.
Now because I don't ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 457
nodemcu × 285
wifi × 277
arduino-ide × 232
serial × 106
web-server × 98
http × 87
esp32 × 79
softwareserial × 76
programming × 60
sensors × 53
arduino-mega × 49
iot × 49
c++ × 46
arduino-nano × 45
power × 45
mqtt × 41
relay × 39
pins × 36
json × 31
sleep × 30
i2c × 29
espressif × 27
communication × 27
string × 26
more related tags
Hot Network Questions
- Not being introduced to the team – should I ask for it?
- Not your ordinary affix riddle
- Why does the Gaza Humanitarian Foundation (GHF) not distribute more food in Gaza?
- Will a reinforced 1" concrete slab be durable?
- Alternative to tedious assert-rewrite for trivial operations?
- When did the OEIS get even better?
- Automatic drawing of polygon around selected polygons in QGIS
- Is this a violation of open source?
- rock paper scissors game with randomized system choices. NOT using rnd()
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- Rec Letter from Professor (who I haven't done research with) or from Work Supervisor
- Still learning electronics, can you explain this voltage protector failure?
- Are classified documents subject to a subpoena in discovery?
- Why did the Holy Spirit send Jesus to the wilderness to be tempted by Satan?
- Regenerative cooling of rocket engine turbine's blades
- When was thermal expansion in solids first described?
- "I met a monk and philosopher." How many people did I meet?
- Why is 0.0 printed as 0.00001 when rounding upward?
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- Why is time reversal not a natural part of the Galilean group?
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?
- Forces applied to a car hood while driving
- Why aren't there baleen whales at about the size of a dolphin?
- “Unclear step in a math book for entertainment”