Logging to Google Sheets

Posted on
  • Does this tutorial work on Espruino on ESP8266?

    I'm trying it but it doesn't send anything?

    1v91 Copyright 2016 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 4MB:512/512, manuf 0xe0 chip 0x4016
    >Saving key
    Saving cert
    Saving ca
    Done!
    =undefined
    undefined
    Connecting to Google
    Connecting to Google
    Connecting to Google
    
  • Did you modify the connection set up?

    This example works on the esp32, you might have enough space in the esp8266...

    It assumes you have a wifi connected, and wifi.save() already done so that there is a connnection:

    https://github.com/espruino/Espruino/blo­b/master/targets/esp32/tests/https-googl­e-sheets.js

  • Sorry - the esp8266 does not support https:// . The TLS library has not been compiled into the firmware, as the secure protocol needs more ram buffer space than the 8266 has...

    It does work on a espruino wifi or the esp32.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Logging to Google Sheets

Posted by Avatar for countxerox @countxerox

Actions