I tried all the appropriate commands in flashing and properly set the baud rate to 115200 but didnt connect on windows 10
seems like i did setup using kali linux image using VM inside windows 10 , it worked like a charm and did connect without any problems
then i uploaded this code
var wifi = require("Wifi");
wifi.setHostname("Espruino");
wifi.stopAP();
wifi.connect("my-ssid", {password:"my-pwd"}, function(err){
console.log("connected? err=", err, "info=", wifi.getIP());
// Make this persistent across power cycles.
wifi.save();
});
take a note of the ip address from left console ( check attached image )
then i setup espruino web ide to use over TCP for programming
1.Click on the Gear icon on the top right corner of the screen.
2.Now go to Communications on the left.
3.In the Connect over TCP Address input box put the IP address you got when setting up WiFi. Then close the window.
4.Now click on the Plug icon on the top left corner of the screen. Select the TCP/IP option.
Got it working on windows now...
So , web ide wont connect on windows 10 using serial , use linux
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.
I tried all the appropriate commands in flashing and properly set the baud rate to 115200 but didnt connect on windows 10
seems like i did setup using kali linux image using VM inside windows 10 , it worked like a charm and did connect without any problems
then i uploaded this code
take a note of the ip address from left console ( check attached image )
then i setup espruino web ide to use over TCP for programming
1.Click on the Gear icon on the top right corner of the screen.
2.Now go to Communications on the left.
3.In the Connect over TCP Address input box put the IP address you got when setting up WiFi. Then close the window.
4.Now click on the Plug icon on the top left corner of the screen. Select the TCP/IP option.
Got it working on windows now...
So , web ide wont connect on windows 10 using serial , use linux
1 Attachment