-
> Have you searched for existing (open and closed) issues describing the same problem?
Yes
**Describe the error**
Display not working on ESPBoy
```
Error/Compile/Output Log
```
**To Rep…
-
### Platform
ESP8266
### Assembly
the DTU was already assembled
### nRF24L01+ Module
_No response_
### Antenna
circuit board
### Power Stabilization
Elko (~100uF)
### Connection picture
- […
-
For the ESP8266, timing critical functions like read_bit() should be kept in IRAM by adding
`# define CRIT_TIMING IRAM_ATTR` for the ESP8266 architecture like this was done for the ESP32.
Withou…
-
**Please make sure to go through the recommendations before opening a bug report:**
[https://github.com/mathieucarbou/ESPAsyncWebServer?tab=readme-ov-file#important-recommendations](https://github.…
-
Board: Wemos D1 Mini ESP8266
ESPEasy version: ESP_Easy_mega_20240822_normal_IRext_no_rx_ESP8266_4M2M.bin (I need the IR Send)
Hi! How are they? I'm try to use a current sensor sct-013-000 on Wemos…
-
> Have you searched for existing (open and closed) issues describing the same problem?
Yes
**Describe the error**
whenever i try to upload the deauther code to my nodemcu board it just throws t…
-
### What is the model number of the device you're trying to control?
esp8266 nodemcu
### What firmware version(s) have you tried?
[1.13.0-beta2/beta1]
### Which ESP8266 board are you us…
-
-
### ESP8266
`
#include
#include
#include
#include
#include
#include
#include
#include "PrayerTimes.h"
#include "HJS589.h"
#include
#include
#include "AsyncJson.h"
RTC_DS32…
-
Add smartconfig capability to micropython for esp8266 and esp32
Add the following to modesp.c
{ MP_ROM_QSTR(MP_QSTR_smartconfig), MP_ROM_PTR(&mp_module_esp_smartconfig) },
Create smartconfig py…