Close

Problems with NodeMCU/Lua

A project log for ESP8266 Phant.io and Plot.ly thing

Updates sensor data live to the cloud - with no external microcontroller.

liam-marshallLiam Marshall 12/20/2014 at 15:360 Comments

I've been working in mainly NodeMCU/Lua.

I think that was a bad choice, it has bad ways of transferring programs to the ESP8266.
It also runs at 9600baud, and that can't be changed.

I'll be switching to C/C++ for most ESP stuff now, I think that will make it easier to write a HTTP client library, as I know C++ well.

Discussions