Probably the most basic ESP8266/NodeMCU question
Posted: Sat Jul 22, 2017 4:26 pm
Hi forum, I just recently started tinkering with electronics and got hold of a couple of NodeMCUs. I got them running with the Arduino IDE nice and easy. However i'm hitting a roadblock when trying to dig deeper into what makes those little buggers running. Having understood what the ESP8266 is, what regulators and the UART are doing on the boards, I tried to use AT commands via ESPlorer to understand more of the inner workings. However i think i'm trying to go the wrong way. The Lua Interpreter is a much higher level of abstraction and ESPlorer and its AT commands aren't necessary. Basically the ESP doesn't react to anything i throw at it. It can see the Board via the COM Port in ESPlorer but hitting reset just, well, resets the board and if i have any serial output it prints it right there. Now, i have trouble understanding what I misunderstand here. Where is the difference between Firmware/Lua Interpreter/Lua Code i write/AT command stuff? I tried to understand it by digging around but noone seems to have such fundamental problems and or has evolved from the early ESP-01 on until now what with all the NodeMCU boards and an IDE and tons of libraries. I'm happy to accept any laughter if it is followed by clearing up my confusion.