You are reading a single comment by @user82278 and its replies. Click here to read the full conversation.
  • Hello,

    Finally succeded to install the firmware, but I had to change parameters in the esptool command line ; -fs and -fm

    ./esptool.py --port /dev/tty.SLAB_USBtoUART write_flash -fs 8MB -fm dout 0x0 ../espruino_1v93_esp8266_combined_512.bi­n 
    

    But, now I'm not able to connect to Wifi. I will double check my wifi configuration.

    Connecting WiFi
    Disconnected from WiFi
    Disconnected from WiFi
    Disconnected from WiFi
    MQTT connecting
    Uncaught InternalError: Unable to create socket
     at line 4 col 2
    c)
     ^
    in function "connect" called from line 1 col 29
    b=new f(b.host,b);b.connect();return b
                                ^
    in function "connect" called from line 35 col 4
      });
       ^
    in function "mqttConnect" called from line 72 col 17
        mqttConnect();
                    ^
    in function called from system
    

    Do you think something is missing in the code ?


    1 Attachment

    • Capture d’écran 2017-10-20 à 21.45.34.png
About

Avatar for user82278 @user82278 started