About 555,000 results
Open links in new tab
  1. arduino ide - How to reset esp8266 NodeMCU? - Stack Overflow

    Apr 6, 2017 · How to reset esp8266 NodeMCU? Asked 8 years, 3 months ago Modified 6 years ago Viewed 41k times

  2. Newest 'nodemcu' Questions - Stack Overflow

    Jun 20, 2015 · i am using mcp2515 with nodemcu-32s and am able to receive the messages which have few ids like 2c4, 2c1, 340 etc on the internet i see 2c4 is for rpm and i have verified …

  3. c++ - Sending Data from MAX78000FTHR Microcontroller to …

    Oct 19, 2024 · UART is a communications interface, not a protocol. You are using a single default serial port normally connected to the development host for debug output via USB. Likely you …

  4. NodeMCU not detected. | Forum for Electronics

    Aug 8, 2023 · NodeMCU not detected. Arduino IDE is not detecting brand new nodeMCU where as it is detecting previously used NodeMCU on the same system and setup. I bought a new …

  5. How to fix "SerialTimeoutException: Write timeout" error with …

    May 18, 2019 · I was trying to build a simple IoT product using a nodemcu, an LED, and the blynk app. This is the most basic thing you can do with a nodemcu. However, when I was uploading …

  6. Making variables persistent after a restart on NodeMCU

    Mar 28, 2016 · I'm making a smart home system using nodeMCU, and I need to store and retrieve data from the module. I used the following function. function save_settings(name,value) …

  7. nodemcu - ESP8266 crashes after simple http request - Stack …

    Jan 11, 2020 · I tried compiling the same code on the Arduino IDE instead of PlatformIO, or even using a different NodeMCU, to no avail. EDIT: After playing around a bit more, it seems like …

  8. How do you compile Lua code on ESP8266 Board? - Stack Overflow

    Feb 22, 2019 · The node module has a method named compile that compiles the code and creates .lc files. Do I use a tool like nodemcu-tool to connect to the board via the terminal …

  9. Flashing NodeMCU on ESP32 - Stack Overflow

    Feb 1, 2018 · ESP8266 and ESP32 noob here. I bought a couple of ESP32 modules and I'm trying to install NodeMCU on them (they came with just some sample code). I created a …

  10. NodeMCU - error 'http' not declared in this scope

    Dec 12, 2016 · For NodeMCU you'd use something like ESPlorer to upload the Lua code. This allows for really fast prototyping as you only need to flash the firmware once. With Arduino you …