-
使用 esptool 刷入固件:
```
esptool.py --chip esp8266 --port /dev/cu.SLAB_USBtoUART --baud 115200 write_flash -fm dio 0x00000 nodemcu-release-20-modules-2021-01-05-12-09-56-float.bin
```
init.lua
…
twn39 updated
3 years ago
-
**IMPORTANT NOTICE
If you do not complete the template below it is likely that your issue will not be addressed. When providing information about your issue please be as extensive as possible so th…
-
Hi,
I'm trying to use your library on my NodeMCU project.
It is enough that I add the "#include " on my project to fail the compile with a general error "Error compiling for the card NodeMCU 0.9 (…
-
Hello guys,
i am using the switch example from kakopappa to connect the nodeMCU witch the internet. The only change I did, is adding MySSID WifiPassword and MyApiKey. But there is no connection. Do y…
-
Hi, I have such a problem.
Vitocal 242-s heat pump with Vitotronic 200 WO1C
NodeMCU V3
Construction https://github.com/openv/openv/wiki/Bauanleitung-ESP32-Adafruit-Feather-Huzzah32-and-Proto-Wing
…
-
I have downloaded the repo and instelled Arduino IDE 1.8 with spiffs upload tool. Downloaded the libraries required and build the firmware. Upload the firmware and data folder to the esp32 and apparen…
-
I have the inverter without wifi module so this project is perfect for me.
Thanks for making it possible.
I have some issues.
First I can't figure out witch of these wires of my inverter going …
-
I've been trying a lot of different connections and codes, but even if i have connected right the cc1101 to my esp32, the code doesnt seem to work.
I mean, in the serial monitor, it says "Connection …
-
Hey fellows,
I'm trying to get an NodeMCU running for this project.
Every time I power-cycle the device, it forgets the wifi settings and won't be able to connect to my wifi anymore :(
In the g…
-
First, YOU ROCK!
Im trying to use your library on a Nodemcu that im trying to abuse to the max for a electric vehicle controller (electric skateboard) - see our open source project here www.faradaymo…