Able to connect Chrome IDE in Windows but not Linux #7155
Replies: 1 comment
-
Posted at 2019-08-31 by AkosLukacs Hi David! First guess would be you didn't change the communication speed to 115200. Posted at 2019-08-31 by dwinfiel I have double checked the speed setting and it is at 115200. Have attached a few screenshots. Is there something in Linux such as a permission setting or something that could prevent Chrome from connecting? I'm running Debian version stretch (9.6). Thanks! Attachments: Posted at 2019-08-31 by AkosLukacs One more thing to check: Settings -> Console, maybe that contains some clue. Here is the output from my machine (You said you have a windows machine, but may save some time)
Posted at 2019-09-03 by dwinfiel AkosLukacs, Thank you for your help. I was able to connect on Linux using the WiFi and IP address just had to add the port number. However, the USB option still isn't working for me. I am more interested in the WiFi option anyway so I should be able to work around not getting the USB option to work in Linux. I am currently evacuated due to a hurricane and do not have access to my ESP32. I will post the console info when I get a chance, in case it is useful for others. Posted at 2019-09-04 by Frida Just a thought! Have you set the 'udev' rules for ESP32? Posted at 2019-09-04 by dwinfiel All of a sudden it is working now through USB, and I didn't change anything since the last attempt. I do not believe that I did anything for setting udev rules, I don't see anything on the Espruino ESP32 page about setting those. If it stops working I will look into setting the udev rules. Posted at 2019-09-04 by DamianMontero There is nothing you have to do on linux to get it working. What MOST LIKELY is the case is a cable or port or just blind luck. We use to have a saying in support:
No. dust was never an issue. but it made customers REALLY unplug something and plug it in (sometimes fully, or correctly the second time) Can you check if your usb port is dusty? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2019-08-30 by dwinfiel
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
Beta Was this translation helpful? Give feedback.
All reactions