Avatar for Alexander

Alexander

Member since Aug 2017 • Last active May 2019
  • 18 conversations
  • 49 comments

Most recent activity

  • in ESP32
    Avatar for Alexander

    Stitch the module.Record the program. Connect to Wi-Fi. Making a WIFI command.save (). Then do a reboot of the module. Then I see that the module is not loaded. Is there a problem?

     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v95 Copyright 2017 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    >
    =undefined
    >save()
    =undefined
    Erasing Flash..................
    Writing......
    Compressed 80000 bytes to 3413
    Checking...
    Done!
    Running onInit()...
    Connected to Wifi.  IP address is: 192.168.99.59
    >wifi.save()
    =undefined
    >ets Jun  8 2016 00:22:57
    rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
    configsip: 0, SPIWP:0x00
    clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_d­rv:0x00,hd_drv:0x00,wp_drv:0x00
    mode:QIO, clock div:1
    load:0x3fff0008,len:8
    load:0x3fff0010,len:1932
    ho 0 tail 12 room 4
    load:0x40078000,len:10012
    load:0x40080000,len:252
    entry 0x40080034
    Loading 3413 bytes from flash...
    
  • in ESP8266
    Avatar for Alexander

    Great!

    • 18 comments
    • 20,909 views
  • in ESP8266
    Avatar for Alexander

    Finally got to flash. Thanks for the help! Looks firmware so:

  • in ESP8266
    Avatar for Alexander

    Well, tomorrow I will try to fix it, thanks

  • in ESP8266
    Avatar for Alexander

    Ie can be I'm downloading 4mb to 32mb, in this bug?

  • in ESP8266
    Avatar for Alexander

    The issue with wifi.save() happens when you use flashsize 4Mb on 4MB flash.
    After a full clean flash ESP12F.

  • in ESP8266
    Avatar for Alexander

    After downloading the 4mb memory module works. I cannot auto reconnect after downloading the code via the console and reboot the console. Reconnect only works manually. And when I give the command Wifi.save () esp12f die completely.

Actions