IoT temperature sensor demo (ESP8266 and Firebase)

Поділитися
Вставка

КОМЕНТАРІ • 22

  • @hongentsai4489
    @hongentsai4489 5 років тому

    that little monitor is good

  • @Next72Hours
    @Next72Hours 8 років тому

    very cool mate. .keep em coming...technology bafffles me but that is awesome

  • @MattTrevatt
    @MattTrevatt 8 років тому

    Pretty cool. What other parameters can you measure?

  • @kwanrong
    @kwanrong 8 років тому

    Cool. Could you possibly do a tutorial of it?

    • @NOTuNOTme
      @NOTuNOTme  8 років тому

      +kwanrong Possibly if people show interest and this video keeps getting hits. I am crazy busy at the moment so it wouldn't be detailed with all the code, more high level and pointing you to the resources I used (GitHub and Firebase).
      Thanks for the comment :)

    • @NOTuNOTme
      @NOTuNOTme  8 років тому +1

      Project is now up on github github.com/nuke66/IoT-demo

  • @adeguntoro
    @adeguntoro 7 років тому

    hai, can you explain to me, what is is ? "mydata.setValue(0, 1,sensor.data)".
    i try to implement your code with another google chart, but still can show anything.
    is this will change value on :
    mydata = google.visualization.arrayToDataTable([
    ['Label', 'Value'],
    ['Temp' , 0]
    ]);

  • @footiespot4794
    @footiespot4794 6 років тому

    hi can you send the item in database ?

  • @jukrapunchitpong9139
    @jukrapunchitpong9139 8 років тому

    Wow
    I interested this project.

    • @NOTuNOTme
      @NOTuNOTme  8 років тому

      Project is now up on github github.com/nuke66/IoT-demo

  • @bmarchery5384
    @bmarchery5384 8 років тому

    what the library used to connect TFT 1.8 for ESP12E

    • @NOTuNOTme
      @NOTuNOTme  8 років тому

      I am using the Adafruit st7735 library . Previously I had to use an older version of the library but the latest version is working fine.

  • @shalybune
    @shalybune 8 років тому

    great.Let me know your github link please.
    I already purchased your same environment to instruct the sys.

    • @NOTuNOTme
      @NOTuNOTme  8 років тому

      Project is now up on github github.com/nuke66/IoT-demo

  • @scottriesebosch7832
    @scottriesebosch7832 8 років тому

    Any chance you could share the github link? This looks pretty cool! Has it been fairly stable?

    • @NOTuNOTme
      @NOTuNOTme  8 років тому

      While the unit is stable the code base isn't and it's currently broken. This is mainly due to having to use specific older libraries for some ESP8266 operations and the display (ST7735). Instead of fixing it I will just create a new more robust demo, probably on the ESP8266.
      This demo uses Fire-Arduino libraries off github ( github.com/googlesamples/firebase-arduino ) and a ST7735 display which took some workarounds to get working with the ESP8266. The temp sensor is a BMP180 which I don't find very accurate but ok for a demo. The client is HTML/CSS using the Firebase Javascript API.
      All calls to Firebase must use SSL encryption (all the HTML requests go via https). It is possible to overrun the memory allocated to handling SSL but as long as you keep the size of the data you are sending low (mine are 32 bytes) you'll be fine.
      Hope that helps

    • @NOTuNOTme
      @NOTuNOTme  8 років тому

      Project is now up on GitHub github.com/nuke66/IoT-demo

  • @AndreKuhlmannDesign
    @AndreKuhlmannDesign 8 років тому

    What is the name of this microcontroller?

    • @NOTuNOTme
      @NOTuNOTme  8 років тому

      I am using an ESP8266 micro controller running Arduino. You can different versions of the controller and this one is the ESP8266 12e (NodeMCU 1.0).
      The project is up on github now github.com/nuke66/IoT-demo

  • @darkmagiciangirl4241
    @darkmagiciangirl4241 7 років тому

    i like it

  • @tejeetmagar2846
    @tejeetmagar2846 8 років тому +1

    code Plz

    • @NOTuNOTme
      @NOTuNOTme  8 років тому

      Project is now up on github github.com/nuke66/IoT-demo