• I never got those instructions to work when I originally tried so this was with a method I knew worked already :)

    It looks like either the AT or the Espruino_WiFi module don't like the newer firmware which is a problem for me :(

    Here's what happens when I run your code sample with at.debug();

    ["AT+GMR\r\n"
    ] "AT+GMR\r\r\nAT version" <--- "AT+GMR\r\r\nAT version"
    AT+GMR
    ] "AT version:1.3.0.0(Jul 14 2016 18:54:01)\r\nSDK version:2.0.0(656edbf)\r\ncompile time:Ju" <--- ":1.3.0.0(Jul 14 2016 18:54:01)\r\nSDK version:2.0.0(656edbf)\r\ncompile time:Ju"
    ] "compile time:Jul 19 2016 18:43:55\r\nOK\r\n" <--- "l 19 2016 18:43:55\r\nOK\r\n"

    So it just prints 'AT+GMR' as the console.log, it seems like something returns too early. I'm guessing its because of the \r\r\n separator? Not sure why its double \r.

About

Avatar for dave_irvine @dave_irvine started