nodemcu-devkit
nodemcu-devkit copied to clipboard
A development kit for NodeMCU firmware
I really would like to buy and use NodeMCU, but one problem I have with it is its use of CH340G for USB to serial. It's not so much the...
https://github.com/SkyRocknRoll/CH341SER_LINUX clone and follow the instructions mentioned there
The NodeMcu I am using for my project seems to have a certain problem in the resetting circuit. While programming through Arduino IDE it doesn't detect the MCU port connected...
https://stackoverflow.com/questions/30017344/moxa-realtty-module-compilation-error-on-linux-kernel-3-16 So could any update the ch341x.c to make driver usable for ubuntu 17.04 thank you very muchk
hello people. I did an extremely stupid thing i connected my nodemcu directly to a 2amp,5V charger and it continued working fine...but then after a while of usage... it started...
CH340G is 5V powered and thus pushing 5V level (through R12 ~4.3V) into ESP12 on RXD0 instead of 3.3V level.
How can I flash firmware on the devkit from a Mac OS X? I succesfully installed the driver from here http://raysfiles.com/drivers/ch341ser_mac.zip and can talk with the ESPlorer to the AT...
I am working with arduino IDE. Here is my problem : if I set one of the pin (pin 0) in INPUT_PULLUP mode, then the pin isn't actived by connecting...