-
Hello,
I'm trying to set this up for myself. I loaded the noedmcu-1-door-wifimanager to my ESP8266 but I don't see where to add the Wireless config....I'm not sure it is clearly stated where to do t…
-
Arduino IDE version: 1.8.10
Softserial version: 6.7.1
//14 = D5 on NodeMCU
`SoftwareSerial mySerial(14, -1, true, 128); // (RX, TX. inverted, buffer)`
exit status 1
no matching function for c…
-
Can the NodeMCU for the wifi connection be replaced when I use an Arduino Mega with integrated Wifi ?
This would reduce a number of connections required.
-
This is a general discussion about the current [CONTRIBUTING.md](../blob/dev/CONTRIBUTING.md) with the aim of exploring the contributor consensus before suggesting any amendments. I feel that this nee…
-
I upload the code to my node MCU ESP12E (with arduino version 1.8.5 with esp8266 boardversion 2.4.2). Compiling is OK en uploading is no problem.
But when i run the software i get a error. Can you …
-
I’ve set up my ESPHome using the micronova external component, and I’ve noticed that the reported water temperature is consistently half of the actual value. This issue persists despite correct wiring…
-
Hi all,
I initially tried to configure the NodeMCU mini for use with the IR blaster, however despite getting the board to receive signals, I couldn't get them to transmit out. The components were a…
-
~~Ideally we can support both IDF 3 _and_ 4 (i.e. the NodeMCU branches `dev-esp32-idf3-final` and `dev-esp32`).~~
NodeMCU firmware `dev-esp32` is now on IDF ~4~ 5 (as per https://github.com/nodemcu…
-
Hi,
Thanks for this amazing project. I have it up and running via raspberry pi using WS2801 using the suggestions from #135 .
Now I am trying to an ESP (NodMCU v3) instead as controller and wond…
-
Is it possible to use an ESP32s NodeMCU? because so far with my attempt I have not gotten it to work.
Tried:
Changing Data pin from 3 to 40
made sure my Ip address and SSID and Password are setup…