Chat freely about anything...

User avatar
By dracken
#24049 Hi everyone,

I've been playing with my ESP for some times now.
Using ESPlorer, I can send AT command and get response. I can even connect my ESP to my WIFI network.

But When I try to upload my init.lua on the ESP it just fail. Also I can't send any nodeMCU command to the ESP.

PORT OPEN 115200
AT
OK

AT+GMR
AT version:0.21.0.0
SDK version:0.9.5
OK

=node.chipid()
ERROR


How I connected my ESP to my USB to serial Bridge :
CH-PD / VCC (ESP) ------ High (3.3V from a stable dedicated source, not from the USB to Serial bridge)
GND (ESP) ------ GND (common ground Bridge and voltage source)
Rx (ESP) --- Voltage divider using 2 resistor --- Tx (serial bridge)
Tx (ESP) ------ Rx (serial bridge)
GPIO15 (ESP) ------ GND (common ground Bridge and voltage source)

I think I missed something but I can't get what.
Some help would be greatly appreciated.

Dracken