Avatar for daveamit

daveamit

Member since Jun 2017 • Last active Jun 2017
  • 1 conversations
  • 2 comments

Most recent activity

    • 10 comments
    • 4,931 views
  • in ESP8266
    Avatar for daveamit

    Just an update:

    I had this same issue. Then I studied the LUA upload tool (NodeMCU-PyFlasher-1.0.1), Then I tried all diff perms and combs until I got a working LUA firmware flashed sucessfully. Then I mimicked those params to esptool.py .... This is same as @Phando (but running with esptool.py 1.3).

    esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash \                                   
      --flash_freq 80m --flash_mode dio --flash_size 32m \
      0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin \
      0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin
    
  • in JavaScript
    Avatar for daveamit

    Hi,
    I understand that Espruino is not a ful-fledge node.js env. And I understand that ws is part of the package, and I can use it to connect to a ws server and do stuff on diff. events.

    My question is, is there a way to use firebase lib directly ? This will save me some work-arounds or writing my own ws wrapper on a saperate server to host websockets to which i'll connect from the esp8266.

    Any ideas are welcome.

    Thanks in advance.

Actions