-
-
-
-
it worked when we used the really simple code, when we tested by using https://github.com/wklenk/rak8212-espruino-nb-iot/blob/master/upload-ssl-certs-to-bg96.js.
it can work after modifying a little for Singapore Cat-M1. even worked fine after doing "save", but it hanged when we restarted the board by turning off and turn on power
-
-
-
-
-
-
-
-
-
there is one error message "ERROR { "code": -15,
"message": "no response"
}
after we changed the code as belowfunction connectionReady() { console.log("connectionReady."); var http = require("http"); http.get("http://www.pur3.co.uk/hello.txt", function(res) { res.on('data', function(data) { console.log(data); }); }) .on('error', function(err) { console.log('ERROR', err); }); }
-
-
-
-
-
-
-
-
-
-
-
after cold reboot , we can't see any error message most of time, sometimes we can see the messages as below
"\r\nR"
] "DY\r\n"
] "\r\nR"
] "DY\r\n"
] "\r\nR"
] "DY\r\n"
] "\r\nR"
] "DY\r\n"
] "\r\nR"
] "DY\r\n"
if we do "Load" this time , then everything worked fine.