-
I am a newbie and am running EsPy V1.0.07 on Win 8 with a Nodemcu V3. After a long struggle with moving around import statements I finally got a library for the PCF8574 working. I am now trying your I…
-
### The problem
When we try to flash ESPHome into the NODEMCU-32S device (by `$esphome --dashboard run esphome_config/esp32-1.yaml --device OTA`), we gets to following notes:
INFO Reading configur…
-
Hello,
I am newbie to LUA script on ESP8266 board, how to use this files ?
I've flashed LUA firmware to board and able to execute LUA code like "print("hello world")" and "gpio.mode(1, gpio.OUTPUT)"…
-
On my NodeMCU (ESP8266) I get this error on start if add "#include "
```
ets Jan 8 2013,rst cause:2, boot mode:(3,2)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
vbb28…
-
**Note:** If you are trying to run BasicReading.ino on a ESP8266 / NodeMCU 12E, then you will need to make sure you are using ESPSoftwareSerial library and not standard SoftwareSerial otherwise tfmini…
-
tried to start this project today and and getting Error compiling for board NodeMCU 1.0 . has anybody else come across this or could give me some advice. I have had reasonable success with other proje…
-
im using nodemcu and im try to connect my esp8266 to google sheet to
read and write to the sheet.
im using arduino ota to update my code.
the software is working fine for only one day and half for …
-
One thing I wish the v1.1 breakout board had is compatibility with ESP32. Although there seem to be a few incompatible development boards available for the ESP32 (36 pins), there's one made by DOIT th…
-
Hej Claus.
først og fremmest tusind tak for dit arbejde med sketchen og ikke mindst din blog post som er en dejlig tutorial!!
Jeg har dog det problem at sketchen crasher et par gange i døgnet og s…
-
### The problem
Hi
I am using ESP32 (nodemcu-32s) and TSL2561 through i2c, and trying to use MQTT to publish sensor data.
When I flash my ESP32 it seems to be stuck in some kind of dead loop (which…