-
Great work, but one issue:
At a normal analog clock the hour hand moves always.
e.g. at 9:30 the big hand is between 9 and 10.
At your device it stays on the 9.
Special at e.g. 9:55 your hour han…
-
**Have you look for this feature in other issues and in the wiki?**
yes.
**Is your feature request related to a problem? Please describe.**
I make home automatisation and have several 1-ware line…
-
Setup is a nodemcu v2, with a DHT22 powered by the 3.3v pin. It has a builtin resistor on it's little board it came with. The problem is after a soft reset by pushing the nodemcu's button to reset it,…
-
I have tried to use the Arduino IDE for ESP8266 but fails to upload the sketch after compile! I also tried to upgrade the esptool.exe to later version! I am running on Windows 8.1 (Version 6.3.9600) a…
-
Hello
I compiled and executed with no problem the example IRrecvDumpV2, got the IR codes correctly.
If I try to compile in arduino ide the TurnOnFujitsuAC.ino I get an error:
../Arduino/libraries/I…
-
I have tried checking the library and has also checked the issues but not sure if anyone has assigned the Non-IO Pins to change its function as IO.
For Example, Tx and Rx Pins. Default function of t…
-
Upon executing
```cpp
auto up = ESP8266HTTPUpdate();
auto ret = up.update(_host, 443, _uri, _firmware_version, _fingerprint);
up.rebootOnUpdate(true);
```
The EPS8266 crashes. Thi…
-
```
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0d
Starting CCS811 flasher
setup: library version: 10
setup: hardware version: 12
setup: bootloader version: FFFFFFFF
…
-
I have a project that requires the ESP8266 to startup in access point mode, but the remaining code is blocked till the access point is configured.
Is there any way to continue with the code, and stil…
-
First of all: Thanks Xose for the insane work you have done here!
Really dude you saved me maybe a month of fulltime coding and have done everything so amazingly modular that I could benefit from y…