• Exactly. :)

    I am pretty confident that the ESP is going into boot mode, though.

    I tweaked the code slightly setting the Serial2 baud rate to 74880 and now when I run it I see this in the console window:

    digitalWrite(A14,0); // power off
    =undefined
    digitalWrite(A13,0); // boot mode
    =undefined
    =undefined
    Serial2.setup(74880, { rx: A3, tx : A2 });
    =undefined
    Serial2.on('data', function(d) { USB.write(d); });
    =undefined
    =undefined
    Serial1.setConsole();
    ets Jan 8 2013,rst cause:1, boot mode:(1,0)
    Disconnected

About

Avatar for daw @daw started