-->
Page 1 of 1

Trouble with Lua

PostPosted: Sat Dec 20, 2014 10:58 am
by skruff
I have a handful of esp-03 modules that I have been playing around with. I got the AT commands working so next I moved onto Lua.

However, I cannot seem to get all of the gpio pins to work. All other examples seem to work just fine but I can't for the life of me get an LED to blink besides on gpio2.

Does anyone know what I might be doing wrong?

Re: Trouble with Lua

PostPosted: Mon Dec 22, 2014 9:16 am
by skruff
Anyone?

Re: Trouble with Lua

PostPosted: Mon Dec 22, 2014 9:37 am
by alonewolfx2
skruff wrote:Anyone?

propably you are using wrong pinout. did you see nodemcu pinout?

Re: Trouble with Lua

PostPosted: Mon Dec 22, 2014 10:18 am
by skruff
alonewolfx2 wrote:
skruff wrote:Anyone?

propably you are using wrong pinout. did you see nodemcu pinout?

Yes, I have tried the old firmware: ...12 and used both the new and old gpio pinouts.
I have also tried the new firmware: ...19 and used both the new and old gpio pinouts. It seems that gpio2 is the only one I can get to work on any of my modules (9 for old firmware or 4 for new firmware).

Is there something else I need to do when updating the firmware, besides simply flashing the nodemcu_512k_20141219.bin file and then rebooting?