Avatar for Arman

Arman

Member since Dec 2015 • Last active Jan 2016
  • 1 conversations
  • 5 comments

Most recent activity

  • in ESP8266
    Avatar for Arman

    I still get the warning :(

  • in ESP8266
    Avatar for Arman

    I think there is a mistake here. The module names are case sensitive so Wi-Fi should be:

    var wifi = require ("Wifi")
    
  • in ESP8266
    Avatar for Arman

    Thank you! yes! that did the trick.

    The board I have is a Nodemcu V3, so the physical buttons I was mentioning were the RST and FLASH.

    • 3 comments
    • 4,297 views
  • in ESP8266
    Avatar for Arman

    I used one of the GPIO pins and made an LED blink. The code was running well, so I added save() to the end of my code to make it permanent, but the LED only remained on and none of the pins worked anymore. So I a few things for cleaning the save data, like reset() or as documentation has suggested, pressing the two physical buttons at the same time. When none of these worked, I assumed flashing the device will turn it back to its original condition but now I get this:

    >{ll|dà|Ädìb<ì{ÛcÄ#óoglgoãìcpì${$sdpònàdcoã|lälcû'oîd$`'ÇlorÇ'ld`8ûgàrÜãàc'ã|äcÄò'oïd`ng$'{gl xóoà{ãàäcgã|lcûgnçl`'l`o;Ç'{d`{or$`sdÄgóogãs'olcÇb8dc$älìl$l~;lìddlgâ$$l$äloàgä'dlàÀcßcÛc{ccbdlngÛãol|dl {$rl§Loading -491521 bytes from flash...
     ets Jan  8 2013,rst cause:4, boot mode:(3,7)
    wdt reset
    load 0x40100000, len 1396, room 16
    tail 4
    chksum 0x89
    load 0x3ffe8000, len 776, room 4
    tail 4
    chksum 0xe8
    load 0x3ffe8308, len 540, room 4
    tail 8
    chksum 0xc0
    csum 0xc0
    2nd boot version : 1.4(b1)
      SPI Speed      : 40MHz
      SPI Mode       : QIO
      SPI Flash Size & Map: 4Mbit(256KB+256KB)
    jump to run user1 @ 1000
    don't use rtc mem data
    {$OÿLoading -491521 bytes from flash...
    

    and then nothing.
    I tried to flash it a few more times trying both sets of parameters written in tutorial page with esptool (just as I did in the first place and worked well) but it seems something wrong has remained on the board

  • in ESP8266
    Avatar for Arman

    happy gasp
    I just got my ESP8266, can't wait to try Espruino out.

Actions