-->
Page 1 of 1

Which one should I choose?

PostPosted: Tue Dec 26, 2017 4:28 am
by espnew
Hi

Image

I have a ESP8266 that full name is NodeMCU ESP12e(showing above).
I have found a few ways that can control this as follows:

1.) NodeMCU with Arduino
2.) NodeMCU with Lua
3.) NodeMCU with AT Commands

Which method can I control the ESP faster and more practically?
Are AT commands simple and useful? Anyone use AT commands?

Thank you

Re: Which one should I choose?

PostPosted: Fri Dec 29, 2017 2:22 pm
by beertooth
Dont bother with AT commands. Start with Arduino until you find it's limitations, then maybe look at Lua? So far Arduino has suited all my needs.