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...
    
    • 18 comments
    • 20,727 views
  • in ESP8266
    Avatar for Alexander

    Great!

  • 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.

  • in ESP8266
    Avatar for Alexander
    process.env
    ={
      "VERSION": "1v95",
      "BUILD_DATE": "Dec 15 2017",
      "BUILD_TIME": "17:10:27",
      "GIT_COMMIT": "7dbffcf5da09570bd95714b2386a12ab25ab1d5­0",
      "BOARD": "ESP8266_4MB",
      "CHIP": "ESP8266",
      "CHIP_FAMILY": "ESP8266",
      "FLASH": 0, "RAM": 81920,
      "SERIAL": "6001943c-9f1e",
      "CONSOLE": "Serial1",
      "EXPORTS": { "jsvLock": 1075854228, "jsvLockAgainSafe": 1075854316, "jsvUnLock": 1075854940, "jsvSkipName": 1075864796,
        "jsvMathsOp": 1075871204, "jsvMathsOpSkipNames": 1075872992, "jsvNewFromFloat": 1075862156, "jsvNewFromInteger": 1075862040, "jsvNewFromString": 1075861816,
        "jsvNewFromBool": 1075862124, "jsvGetFloat": 1075868928, "jsvGetInteger": 1075864092, "jsvGetBool": 1075869304, "jspeiFindInScopes": 1075887224,
        "jspReplaceWith": 1075886908, "jspeFunctionCall": 1075898260, "jspGetNamedVariable": 1075889136, "jspGetNamedField": 1075889580, "jspGetVarNamedField": 1075889712,
        "jsvNewWithFlags": 1075861420 }
     }
    >r
    
Actions