Skip to main content

Questions 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.

Filter by
Sorted by
Tagged with
-3 votes
0 answers
20 views

How to disengage a gear motor for manually turning a valve using clutch pull ring?
John's user avatar
  • 91
-2 votes
0 answers
33 views

How to make the gear motor to turn only from 0 degrees to 90 degrees and back to 0 degrees?
John's user avatar
  • 91
0 votes
0 answers
52 views

I am trying to build a simple project to get data from a web server and display it, using an Arduino Uno R3 clone with integrated ESP8266 wifi. What I have so far: The ESP8266 attempts to connect to ...
Robb's user avatar
  • 1
0 votes
1 answer
76 views

I am trying to get the touch screen and display working on my ESP8266 + TFT ST7796S. However, only one of them works at a time. Below is my pin configuration: Function Device NodeMCU Pin GPIO TFT_CS ...
Sandrocottus's user avatar
0 votes
1 answer
62 views

I'm using the Arduino IDE to program ESP8266 to communicate with each other using ESP-NOW. If I call esp_now_send with the broadcast MAC address (FF:FF:FF:FF:FF:FF), the message is sent and the slave ...
Sod Almighty's user avatar
0 votes
1 answer
65 views

I am using the Arduino IDE to do ESP-NOW communication with an ESP8266. In espnow.h, on line 53 I find the function prototype: int esp_now_send(u8 *da, u8 *data, int len); Why does it take the mac ...
Sod Almighty's user avatar
0 votes
2 answers
104 views

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 ...
Man Yin Kong's user avatar
0 votes
1 answer
48 views

text or link to describe the answer or a link to where to find the answer. I am a newbie to the esp8266.
David Thompson's user avatar
1 vote
2 answers
208 views

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(), ...
Seafox's user avatar
  • 11
0 votes
0 answers
127 views

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 ...
johnson veigas's user avatar
0 votes
2 answers
189 views

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 ...
mizuto0's user avatar
-1 votes
1 answer
209 views

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 ...
Runnin's user avatar
  • 1
0 votes
1 answer
177 views

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 ...
theozh's user avatar
  • 105
1 vote
0 answers
261 views

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 ...
Lorenzo's user avatar
  • 11
-1 votes
1 answer
210 views

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 ...
Muhammad Ikhwan Perwira's user avatar
3 votes
1 answer
257 views

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 ...
Padraig Stapleton's user avatar
1 vote
0 answers
78 views

I am working on a code for ESP boards that can be used on either ESP32 or ESP8266 and I want to make sure I include the correct libraries. I know I can check if ESP32 OR ESP8266 are defined, but I ...
SagiZiv's user avatar
  • 201
0 votes
1 answer
75 views

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 ...
LMJ's user avatar
  • 29
-1 votes
1 answer
102 views

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 ...
MolekulaTepla's user avatar
0 votes
1 answer
381 views

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'...
Ammar Mujtaba Tariq's user avatar
2 votes
0 answers
452 views

Why does my program end up with CUT HERE FOR EXCEPTION DECODER for esp8266? I am triying to integrate gps and accelerometers with a website. integrating gps is the hardest one since it always refuse ...
Marifin -'s user avatar
3 votes
0 answers
108 views

I'm testing the following code as a bridge between https://sourceforge.net/projects/qmodmaster/ and https://pypi.org/project/pyModSlave/. As hardware, I'm using a NodeMCU 1.0 and a USB/TTL converter. ...
Eduardo-bat's user avatar
2 votes
1 answer
189 views

We're using the ESP8266 to receive data from the Arduino Mega board, where our sensors are connected. Supposedly, our ESP is connected to the Blynk App. However, the values showing up in our dashboard ...
Earth_Lovers's user avatar
1 vote
0 answers
319 views

I've got a solar energy inverter that has a RS485 port for connecting a meter. You can place a separate energy meter in your distribution panel at home, that measures things like power usage, purchase ...
user2190492's user avatar
1 vote
1 answer
277 views

Here's the code in question: void setup() { Serial.begin(115200); Serial.println(); char test[5000]; int i; for (i = 0; i < sizeof(test)-1; i++) { test[i] = 'x'; Serial....
Daavee18's user avatar
-1 votes
1 answer
1k views

I'm using an ESP12F microcontroller powered by a 3.7V battery. What I want is to get actual information about the battery's state of charge. So to know when the battery needs to recharge. To achieve ...
stanimirsp's user avatar
2 votes
1 answer
222 views

I am using an ESP8266-01S that only works with 3.3 V power. I want to control a 5 V relay. I gave each component its own power source and got an NPN transistor and wired it like in the diagram, but ...
Samy ashraf's user avatar
0 votes
1 answer
402 views

I've just spent a few hours on this and I am starting to go crazy. I have code to do a firmware update over HTTP working on several ESP32s. I'm trying to adapt that code to work on an ESP8266, but can'...
Blaine's user avatar
  • 101
0 votes
1 answer
169 views

I have a ESP-WROOM-02 module with on-board 18650 battery. V+ and GND are exposed on the board. Can I directly charge the battery using an USB-C connector with the two cables (red and black) directly ...
Frank Piselli's user avatar
1 vote
1 answer
158 views

I'm trying to create a watering system using a NodeMCU 1.0, a relay and some pumps. Currently I've port D0, D1, D2, D5, D6, D7, D8 already in use. I'm trying to use the port D3 (GPIO0) as follows, but ...
Timmy's user avatar
  • 195
1 vote
0 answers
82 views

So here is my code, Its the simple_server example from ESPAsyncWebServer.h and encryption example from PracticalCrypto.h combined. the webserver works fine and I can see the / page, but the moment I ...
T R Y's user avatar
  • 75
-1 votes
3 answers
592 views

I'm writing a program for running a stepper motor at a high RPM using accelStepper on a NodeMCU esp8266. Super New to the accelStepper but reading, experimenting and learning as I go When the code to ...
Bart's user avatar
  • 1
1 vote
1 answer
722 views

In the code below which is running on a WEMOS D1 (ESP8266), a NeoPixel strip turns on 1 LED in red which moves left to right and then right to left whilst the board attempts to connect to Wi-Fi in the ...
Lachlan Etherton's user avatar
0 votes
1 answer
359 views

Backstory Several Tasmota devices based on an ESP8285 have to be flashed with alien firmware. The devices' programming ports are not accessible (except for one dummy device which was cracked open for ...
Sim Son's user avatar
  • 1,878
1 vote
1 answer
183 views

This super simple code, that saves data to a csv file, works perfectly fine on my Arduino Uno (I am using the default SPI pins). However, for my project I need to use an ESP8266. Does the library ...
LMJ's user avatar
  • 29
0 votes
1 answer
534 views

I'm attempting to save a string to EEPROM of an ESP8266 radio and then read it back before I encrypt the data (evenutally I would like to save the encrypted data but I'm simplifing things at the ...
PhippsTech's user avatar
-2 votes
2 answers
88 views

I would like to know about physically passing through a pin in order to get to another. For instance, if I have a sensor on one side of an ATMEGA328P or ESP8266 (Wemos D1 Mini) yet need to connect to ...
jhorv's user avatar
  • 41
0 votes
1 answer
83 views

I have a KY-040 rotary encoder with a push button wired to an ESP8266. My objective is to be able to detect if the button is pressed or not on boot. In the below code, if I hold the button down and ...
Lachlan Etherton's user avatar
1 vote
1 answer
158 views

I was emulating the pedestrian traffic light cyclic pattern (red, green, green flashing) in the next Arduino code. But when I run this code with my ESP8266 Wemos D1 mini controller, it appears the ...
Hong Christian Lin Jiang's user avatar
0 votes
2 answers
347 views

I want to store a password in my ESP8266 program, but I can't figure out a way to do it that makes it inaccessible to hackers. Even if I encrypt it, I'd still need to store the private key for the ...
Blaine's user avatar
  • 101
0 votes
1 answer
1k views

I have been trying to connect to the Arduino IoT cloud using my Arduino Uno and an ESP-01. The Arduino IoT cloud does not recognize my device as genuine. Hence, I've been trying to create a thing and ...
Saurav Ghimire's user avatar
5 votes
3 answers
1k views

I've got a huge problem using an ESP8266 from a Wemos D1 mini. I am using an STM32L073RZ to send a request to an ESP8266 to send me the time it has acquired from a WiFi connection. ESP code: #include &...
Jackob2001's user avatar
-1 votes
1 answer
367 views

When I connect an ESP01 WiFi module and water pump in a parallel circuit to an Arduino Uno's 5 V pin, the ESP01 stops working. The ESP01's built-in LED starts blinking chaotically and the serial ...
stanimirsp's user avatar
0 votes
1 answer
132 views

My project is Charging Battery via Solar and Piezoelectric sensor while also getting the Realtime Voltage of the Battery, Capacitor, and Solar. I want to use Vin as the source to get 5V because ...
walter's user avatar
  • 1
1 vote
1 answer
215 views

I try to upload a script which starts a webserver on the ESP8266 with a simple web GUI where the user can enter his WLAN credentials. /* ===============================================================...
Black's user avatar
  • 109
1 vote
0 answers
136 views

Hello I am trying to make a request using WiFiEsp library but even the examples not working, I have searched a lot but never solved it. most of the solutions are outdated and do not solve anything, I ...
OSMX's user avatar
  • 11
2 votes
1 answer
306 views

I have this ESP8266 Heltec NodeMCU board with OLED. The pins are described here. I have the following problem. The both OLED (with u8g2) and Wifi work fine individually. There is a problem getting ...
Fabian's user avatar
  • 171
1 vote
1 answer
355 views

I'm trying to make a onetime URL with a random string to for example give a user onetime access to a house with a smart lock. I have a function to make a fixed 8-character string and the following ...
T R Y's user avatar
  • 75
1 vote
0 answers
244 views

I'm trying to flash a spiffs on a esp32 but it is not working, i'm using these commands from this source: to create the image: mkspiffs -c /data/ -b 4096 -p 256 -s 0x100000 spiffs.bin my output was ...
Danilo Namitala's user avatar
1 vote
2 answers
571 views

I'm trying to parse the JSON string from the National Weather Service Alerts and am encountering a problem where the code can't parse the value and the device auto-resets. I've used this code before ...
user3481929's user avatar

1
2 3 4 5
41