Hello,
I am trying to use an ESP8266 board (NodeMCU 0.9), after following the instruction I got the following message when trying to compile and load:
B4R version: 1.20
Parsing code. (0.00s)
Compiling code. (0.05s)
Building project (0.03s)
Compiling & deploying Ino project (NodeMCU 0.9 (ESP-12 Module) - COM4) Error
Loading configuration...
java.lang.NullPointerException
at processing.app.BaseNoGui.selectSerialPort(BaseNoGui.java:1088)
at processing.app.helpers.CommandlineParser.parseArgumentsPhase1(CommandlineParser.java:143)
at processing.app.Base.<init>(Base.java:273)
at processing.app.Base.guardedMain(Base.java:219)
at processing.app.Base.main(Base.java:132)
Anyone had similar error?
Do I need to have a special firmware loaded on the ESP board?
Davide
I am trying to use an ESP8266 board (NodeMCU 0.9), after following the instruction I got the following message when trying to compile and load:
B4R version: 1.20
Parsing code. (0.00s)
Compiling code. (0.05s)
Building project (0.03s)
Compiling & deploying Ino project (NodeMCU 0.9 (ESP-12 Module) - COM4) Error
Loading configuration...
java.lang.NullPointerException
at processing.app.BaseNoGui.selectSerialPort(BaseNoGui.java:1088)
at processing.app.helpers.CommandlineParser.parseArgumentsPhase1(CommandlineParser.java:143)
at processing.app.Base.<init>(Base.java:273)
at processing.app.Base.guardedMain(Base.java:219)
at processing.app.Base.main(Base.java:132)
Anyone had similar error?
Do I need to have a special firmware loaded on the ESP board?
Davide