Is there something that would cause the Chrome IDE app to not work in Linux only?
I am new to Espruino / ESP32 and I am trying to get started. I was able to successfully flash my ESP32 and connect through Windows using the Chrome IDE app and I was able to connect to my WIFI. However, on Linux I am not able to connect using the Chrome app. When I chose to connect via the USB option I get the the messages "Unable to retrieve board information. Connection Error?" and "Connected to /dev/ttyUSB0 (No response from board)". If I try connecting through the IP address (as set through windows) I only get "Connection Failed." I am able to connect under linux using cutecom and I even get a response with the ESP32's IP address if I send it the command "wifi.getIP().ip"
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.
Is there something that would cause the Chrome IDE app to not work in Linux only?
I am new to Espruino / ESP32 and I am trying to get started. I was able to successfully flash my ESP32 and connect through Windows using the Chrome IDE app and I was able to connect to my WIFI. However, on Linux I am not able to connect using the Chrome app. When I chose to connect via the USB option I get the the messages "Unable to retrieve board information. Connection Error?" and "Connected to /dev/ttyUSB0 (No response from board)". If I try connecting through the IP address (as set through windows) I only get "Connection Failed." I am able to connect under linux using cutecom and I even get a response with the ESP32's IP address if I send it the command "wifi.getIP().ip"
Thank you,
David