|
- Newest nodemcu Questions - Stack Overflow
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 it too
- NodeMCU not detected. | Forum for Electronics
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 nodeMCU it is also having the same problem Device manager reports it as "USB Single Serial" What might be going wrong?
- c++ - Sending Data from MAX78000FTHR Microcontroller to NodeMCU via . . .
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 need to use a second, different port for the incoming data? UART connection are normally point-to-point, not a bus or network with multiple connected devices What data are you sending from the MAX78000FTHR? You are
- ESP8266 Fatal exception (0) using NodeMCU - Stack Overflow
I used NodeMcu flasher nodemcu_integer_0 9 5_20150318 bin and NodeMCU 0 9 5 build 20150318 powered by Lua 5 1 4 I'm using arduino UART (serial monitor) to talk to ESP8266
- How to upload my code or my . hex file to nodeMCU in proteus simulation . . .
I am using Proteus and trying to upload my code to nodeMCU I have never used Proteus before and don't how to upload my code ( or if it will take a hex file like arduino) I have successfully compi
- Flashing NodeMCU on ESP32 - Stack Overflow
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 firmware image using the cloud builder
- How do you compile Lua code on ESP8266 Board? - Stack Overflow
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 parameter, and execute node comp
- nodemcu - ESP8266 crashes after simple http request - Stack Overflow
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 setting the delay to at least 10 seconds makes the NodeMCU crash after 3 requests instead of after the first one Could it be that it's memory overflows after a few requests?
|
|
|