- Wed Jul 29, 2015 1:51 pm
#24566
Just a quick note to put you on the right path-
There is a way to program the ESP through the arduino IDE, another way with the Lua language, and direct control over a serial interface with the AT commands. Most stock firmware on the device uses the AT command structure, I believe. To program it with the Lua language, you need to flash the correct firmware (nodeMCU) to the device. You may have to flash new firmware for the arduino route as well, but I am not certain. I have only messed with it on the Lua side, but I would highly recommend that route.