Connect to ThingSpeak (ESP32 + Arduino series)

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Use the built-in WiFi to send data to ThingSpeak. This could be temperature readings, water levels, lux levels, ...
    ThingSpeak is free if you send less than 3 million messages per year. Ideal for DIY projects.
    🔗 Useful links:
    - ThingSpeak homepage:
    thingspeak.com/
    - Arduino library for ThingSpeak: github.com/mat...
    ⚡️Other videos in this series:
    • ESP32 + Arduino
    (Everything you need to know about programming the ESP32 by using the Arduino Framework)
    🌍 Social
    Twitter: / savjee
    Facebook: / savjee
    Blog: savjee.be
    Become a Simply Explained member: / @simplyexplained

Komentáře • 36

  • @lennertsoffers3491
    @lennertsoffers3491 Před 3 lety +5

    Thank god, finally a clear explanation

  • @Kirito-cy7ju
    @Kirito-cy7ju Před rokem

    Really underrated video. Many believe that thingspeak works with NodeMCU only. Of course, there is the antenna indicator on the board but new developers miss it out.
    Thank you for this. Really useful.

  • @rydinorwin
    @rydinorwin Před 6 měsíci

    Loved this! So great!

  • @volpii
    @volpii Před 4 měsíci

    thank youuuuuuuu, i was looking for it, super

  • @Creepy_Chronicles-n4t
    @Creepy_Chronicles-n4t Před 4 měsíci

    Very informative video, ❤️
    I want to ask that how i can use espnow protocol and also send the data to thingspeak . ? Could any one please answer my question ?

  • @engr.makabirarif722
    @engr.makabirarif722 Před 3 lety

    please make the next tutorials on: 1. Connect and read Data from ThingSpeak 2. Connect read and Send Data to ThingSpeak

  • @muhammadmisbah7731
    @muhammadmisbah7731 Před 3 lety

    simply solved my problem, thanks mate

  • @SJayanth
    @SJayanth Před 2 lety

    Thanks, can you please do a video on how to send data through the MQTT broker also

  • @user-dq2ig4bp1x
    @user-dq2ig4bp1x Před 7 měsíci

    Good Explanation!

  • @ramadhanianurpuspito9737

    the datatype on value must float, int and long.

  • @longdongsilver4719
    @longdongsilver4719 Před 3 lety

    Amazing! Thank you for sharing.

  • @datanova21
    @datanova21 Před 3 lety

    Wonderful!! You are the best

  • @michaelboateng3065
    @michaelboateng3065 Před 4 lety +2

    Wonderful!! You are the best. I am working on uploading gps info from my gps module (neo 6m) and translating to ThingSpeak. Please could this also work with the NodeMCU ESP8266?

  • @kevinrivera2813
    @kevinrivera2813 Před 3 lety

    Thank you for this.

  • @MikeNjenga6915
    @MikeNjenga6915 Před 3 lety

    Thanks for sharing 👍🏽

  • @cleytonafonso7357
    @cleytonafonso7357 Před měsícem

    ur a freakin angel

  • @cheegua
    @cheegua Před rokem

    Can you please help me to add few line to my EC and PH programme. thank

  • @datanova21
    @datanova21 Před 3 lety

    good work.......................

  • @andylane2573
    @andylane2573 Před rokem

    This would be really helpful if there was a link to download the code

  • @ashishkulkarni5663
    @ashishkulkarni5663 Před 2 lety

    Very good. I was stuck, but got through due to your video. I came across, another code which doesnt use ThingSpeak library, and uses another approach to write the code. It use just the API_Key, web address and port 80. Why does it not work?

  • @memory3251
    @memory3251 Před 3 lety

    thanks bro

  • @IAmZombrex
    @IAmZombrex Před 3 lety

    How do we send multiple topics on a single.code:)

  • @matthosini9656
    @matthosini9656 Před 2 lety

    Great tutorial, so informative. Do you have a video re the bulk write/post data on thingspeak. As an example, the temperature reads the data every 5 min, but to save battery, it sends the data every 1hour via Bulk write/Post on Thingspeak. Do you have any course for this, or do you know how to do it?

  • @yvesinformel221
    @yvesinformel221 Před 3 lety

    Strange everytime I try to send something to Thinkspeak, I get a kernel panic
    ThingSpeak.setField(2, humiditejardin1);
    ThingSpeak.setField(1, temperaturejardin1);
    ThingSpeak.writeFields(CHANNEL_ID, API_KEY);
    it compiles OK no error,
    setField work OK, only when hit it the line ThingSpeak.WriteFields does it give a kernel panic and reboot.

    • @yvesinformel221
      @yvesinformel221 Před 3 lety

      OK, found my stupid mistake, that is what happenned when you work late

    • @418aditya3
      @418aditya3 Před 2 lety

      @@yvesinformel221 what's that mistake.. ?

    • @yvesinformel221
      @yvesinformel221 Před 2 lety

      @@418aditya3 unfortunatly that was one year ago and I forgot. I beleive it was only a typo

    • @418aditya3
      @418aditya3 Před 2 lety

      @@yvesinformel221 but that two lines of code works right..? They send data to thingspeak right

  • @normroy326
    @normroy326 Před rokem

    Can you share the code for this?

  • @omraniachref9062
    @omraniachref9062 Před 2 lety

    Can i use this code directly on arduino ide ??

  • @duff8402
    @duff8402 Před 3 lety

    Well crap, I guess thingspeak is only for students now