Web Bluetooth not enabled
>>> Connecting... Set Slow Write = true [object Object] Connected [object Object] ERROR: RECEIVE ERROR:
{"connectionId":1,"error":"overrun"} Disconnect callback... WARNING:
[notify_warn] Disconnected
>>> Disconnected Got "\r\n" No Prompt found, got "\n" - issuing Ctrl-C to try and break out Still no prompt - issuing another Ctrl-C WARNING:
No result found for "process.env" - just got "" ERROR: [notify_error]
Unable to retrieve board information. Connection Error? Device found
{"bitrate":115200,"bufferSize":4096,"connectionId":1,"ctsFlowControl":false,"dataBits":"eight","name":"","parityBit":"no","paused":false,"persistent":false,"receiveTimeout":0,"sendTimeout":0,"stopBits":"one"}
[success] Connected to COM7 (No response from board)
>>> Connected to COM7 (No response from board)
>>> Connecting... Set Slow Write = true [object Object] Connected [object Object] Got "" No Prompt found, got undefined - issuing Ctrl-C
to try and break out Splitting for Ctrl-C, delay 250 Still no prompt -
issuing another Ctrl-C Splitting for Ctrl-C, delay 250
>>> Sending...
---> "\u0010print(\"<\",\"<<\",JSON.stringify(process.env),\">>\",\">\")\n"
>>> Sent Got "\u001b[?7l\r\n ____ _ \r\n| |_ ___ ___ _ ||___ ___ \r\n| |_ -| . | _| | | | | . |\r\n||_| || |_|||_||\r\n || espruino.com\r\n 2v00 (c) 2018 G.Williams\r\n\r\nEspruino is Open Source. Our work is
supported\r\nonly by sales of official boards and
donations:\r\nhttp://espruino.com/Donate\r\n\r\nWARNING:
setsockopt(SO_REUSPORT) failed\r\n\r\n>< <<
{\"VERSION\":\"2v00\",\"GIT_COMMIT\":\"ff35517\",\"BOARD\":\"ESP32\",\"FLASH\":0,\"RAM\":524288,\"SERIAL\":\"240ac404-37a8\",\"CONSOLE\":\"Serial1\",\"MODULES\":\"Flash,Storage,heatshrink,fs,net,dgram,tls,http,NetworkJS,Wifi,TelnetServer,crypto,neopixel\",\"EXPTR\":1073483756}
>> >\r\n>" [notify_info] Found ESP32, 2v00 Loading http://www.espruino.com/json/ESP32.json Board JSON loaded Set Slow
Write = true FIRMWARE: Current 2v00, Available 2v00 Device found
{"bitrate":115200,"bufferSize":4096,"connectionId":2,"ctsFlowControl":false,"dataBits":"eight","name":"","parityBit":"no","paused":false,"persistent":false,"receiveTimeout":0,"sendTimeout":0,"stopBits":"one"}
[success] Connected to COM7
>>> Connected to COM7
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Something else I notice is that the IDE doesn't find board information if the ESP32 has been connected for a while to my PC through the serial port.
When connecting Espruino to the COM port, I see:
Unable to retrieve board information. Connection error?
Connected to COM7 (no response from board)
Below is a log from the console, including the part where I disconnected and reconnected the ESP32 from/to the port: