ELEGIANT NodeMcu first steps. Not working. Help please...
Posted: Thu Sep 22, 2016 7:55 am
Hello folks,
just received my ELEGIANT NodeMcu Lua ESP8266 ESP-12E WIFI Development Board from BigRiverInSoutAmerica. And I am trying to get it work.
So I installed Arduino IDE, added http://arduino.esp8266.com/stable/packa ... index.json and choosen Nodemcu 1.0 as board.
Next I tried printing a simple Hello World.
I entered:
After that the IDE says:
I have no clue why. Could you help me please?
Plus I tried it with LuaLoader 0.90 but the response contains this nonses:
What is wrong?
Thank you very much
just received my ELEGIANT NodeMcu Lua ESP8266 ESP-12E WIFI Development Board from BigRiverInSoutAmerica. And I am trying to get it work.
So I installed Arduino IDE, added http://arduino.esp8266.com/stable/packa ... index.json and choosen Nodemcu 1.0 as board.
Next I tried printing a simple Hello World.
I entered:
Code: Select all
void loop() {
print("Hello World!");
}
After that the IDE says:
Code: Select all
error: 'print' was not declared in this scope
print("Hello World!");
I have no clue why. Could you help me please?
Plus I tried it with LuaLoader 0.90 but the response contains this nonses:
Code: Select all
{mow¯»ouooo¿Wo{ow»»íë
What is wrong?
Thank you very much