Adafruit IO Tutorial - HTTP API and MQTT - Live Demo !

Поделиться
HTML-код
  • Опубликовано: 1 ноя 2024

Комментарии • 79

  • @OmarQAhmad
    @OmarQAhmad 7 лет назад +2

    A very brilliant tutorial. Came to know a lot of new things. Waiting ardently for your lecture on sim900/800 module linked to Adafruit's IO.

    • @RaviPujar
      @RaviPujar  7 лет назад

      Omar Ahmad Thank you and will do a tutorial soon on adafruit with Sim900. My earlier tutorial on Sim800 with cloudmqtt still applies to adafruit also. Stay tuned and share the video with your friends :)

  • @BillBrutzman
    @BillBrutzman Год назад

    Fabulous, Amazing, & Practical

    • @RaviPujar
      @RaviPujar  Год назад

      Thank you, don't forget to like share and subscribe 😊

  • @MightyTechGuy
    @MightyTechGuy 6 лет назад +1

    The best tutorial on RUclips, Thanks for all this knowledge :) Subscribed to your channel

    • @RaviPujar
      @RaviPujar  6 лет назад

      Thank you :)
      Dont forget to share :)

  • @tonyhodgson6744
    @tonyhodgson6744 Год назад

    excellent tutorial, subscribed

  • @silviocorrea25
    @silviocorrea25 2 года назад +1

    Hey, great video!!! Please, I'm already using Adafruit, but I need my ESP32 to update values when it starts, and not only when the buttons are clicked. Can I do that somehow? Thanks!!!

    • @RaviPujar
      @RaviPujar  2 года назад +1

      Thank you. Offcourse you can send. Write firmware to send data on startup, if you know to customize firmware.

    • @silviocorrea25
      @silviocorrea25 2 года назад

      @@RaviPujar Oh I don't know how to do it yet...
      What I need is ESP32 to get the data from Adafruit when it restarts.
      Is it hard to do it via Firmware?
      Thanks in advance!

    • @RaviPujar
      @RaviPujar  2 года назад +1

      @@silviocorrea25 I don't think retrieving autonomously is possible.

    • @silviocorrea25
      @silviocorrea25 2 года назад

      @@RaviPujar Yeah, I'm not findind a way to do it...
      But I will use EEPROM library to save the last status of when it was online, I think it will work just fine.
      Thanks for the reply, keep up the good work!

  • @roshanahire2529
    @roshanahire2529 2 года назад +1

    Hi Sir, I am following you since 6 years, your work is contributing to scale up our knowledge. Thanks for your efforts.
    Can you please let we know how to subscribe/publish multiple field data to adafruit

    • @RaviPujar
      @RaviPujar  2 года назад

      Roshan, Thank you.
      Ada fruit has changed their platform slightly. I am not aware of latest protocol.

  • @rajsingh1581
    @rajsingh1581 5 лет назад +1

    HI Manish i am not able to post data via fidder. My link is connecting but it is not posting to feed. I am getting error. Please tell where i can connect with you.

  • @dan2thi
    @dan2thi 4 года назад

    Awesome tutorial! Thank you

    • @RaviPujar
      @RaviPujar  4 года назад

      Thanks for watching, Don't forget to like share and subscribe :)

  • @nivashini1157
    @nivashini1157 6 лет назад +3

    I can't see any space to insert my aio key.

  • @abhishekghosh2057
    @abhishekghosh2057 4 года назад

    Get request is working fine but post request is not working using this method i think adafruit change the api(docs)...can you make updated video for it?

  • @mr.msarker8348
    @mr.msarker8348 4 года назад

    Great video

  • @funwithtech9031
    @funwithtech9031 3 года назад +1

    How can we update feed directly by url using web browser ?

    • @A141B908W
      @A141B908W 3 года назад

      Same problem i also getting

  • @FadliGustiansyah
    @FadliGustiansyah 6 лет назад +4

    Why "datum"?

  • @MPElectronique
    @MPElectronique 4 года назад

    Hello..
    What is datum?
    Thanks.
    Marc.

  • @MPElectronique
    @MPElectronique 3 года назад

    Hello. What's the datum ?
    Thanks.
    Marc. :)
    Great video by the way :)

  • @SalmanAnsari-mp3qw
    @SalmanAnsari-mp3qw 4 года назад

    you are great.thank you keep it up.

    • @RaviPujar
      @RaviPujar  4 года назад

      Thank you. Don't forget to like share and subscribe :)

  • @davidsvanholm
    @davidsvanholm 5 лет назад

    Great video.

    • @RaviPujar
      @RaviPujar  5 лет назад

      Thanks for watching and Don't forget to share and Subscribe :)

  • @sudarshandevarasam
    @sudarshandevarasam 6 лет назад

    thanks a lot, good quality video

    • @RaviPujar
      @RaviPujar  6 лет назад +1

      Thanks for watching
      Dont forget to share and subscribe :)

  • @ceststar
    @ceststar 4 года назад

    Hello Ravi,
    Good demo i must say. I have one doubt - as we can see all the value of a feed using http url in web browser like wise can we post or send values to that feed using url in web browser also without using api clent?
    Thank you !

    • @RaviPujar
      @RaviPujar  4 года назад

      Normal browser URL does a Get request only. If you want to do POST, you need a client. You get clients which run in browsers also. Like Postman.
      Don't forget to like share and Subscribe to :)

  • @A141B908W
    @A141B908W 3 года назад

    Im unable to create aio key authenticate because of some changes in interface please make new video for it

  • @abhinavkumar1253
    @abhinavkumar1253 6 лет назад

    Very helpful video... But i want to send the data directly through the link in adafruit feed...please tell me the link by which i can send data

    • @RaviPujar
      @RaviPujar  6 лет назад

      Thank you for watching , Please post your tech query here, www.embeddedadvice.com/ We can discuss
      . Dont forget to Subscribe :)

  • @SahinAhmed
    @SahinAhmed 4 года назад

    Thanks a lot for helping with this tutorial it has a lots of information and is very easy to understand.
    Is there any open source "HTTP API and MQTT" server which can be installed in own server using own database.
    I would like you to make a video on this topic setting up the mqtt and http api in own server.
    Thanks again :)

  • @stackelsetechnologies5059
    @stackelsetechnologies5059 7 лет назад +1

    Hey Ravi Thank you so much for such great video.... plz adafruit with Sim900.....

    • @RaviPujar
      @RaviPujar  7 лет назад +1

      Hey Akshay, Thank you for watching. Will make it. Its in the pipeline.

    • @RaviPujar
      @RaviPujar  7 лет назад +1

      Do you need with Arduino or just AT commands?
      Actually you can use the same procedure for Adafruit also which i used for CloudMQTT. Except you should change the Protocol name from MQIsdp to MQTT.

    • @stackelsetechnologies5059
      @stackelsetechnologies5059 7 лет назад +1

      No no i just want AT commands. Thank You......

    • @KNO3Arts
      @KNO3Arts 6 лет назад

      I also prefer AT commands!
      Your tutorial is very much educational. I myself would like to send GPS coordinates from the Fona 880. But the AT commands are to be send by PIC controler.
      I'll follow your tuts. Thanks!

  • @devakumar-vq7so
    @devakumar-vq7so 4 года назад

    How to connect the esp8266, adafruit io and MIT app inventor?can anyone help?

    • @RaviPujar
      @RaviPujar  4 года назад

      Use MQTT library on ESP to send data to Ada fruit. No idea on app inventor.
      Don't forget to like share and subscribe

  • @brijeshkhokhar
    @brijeshkhokhar 6 лет назад

    Can we post data to adafruit server directly from URL ?

    • @RaviPujar
      @RaviPujar  6 лет назад

      Yes you can do HTTP post to their API. I showed it using Fiddler.

    • @syedasadabbas6443
      @syedasadabbas6443 5 лет назад

      @@RaviPujar Hello Sir!
      SIr if we dont use Fiddler, and we want to send a value to a feed directly using url, is it possible?

  • @jaylay320
    @jaylay320 7 лет назад

    Ravi, what is the plan on adafruit to be undertaken?

    • @RaviPujar
      @RaviPujar  7 лет назад

      Jay Lay Undertaken? I didn't understand. Please explain

    • @jaylay320
      @jaylay320 7 лет назад

      I mean the data point plan. Like you have used 5 dashboards plan right?

    • @RaviPujar
      @RaviPujar  7 лет назад

      Ok. I took free account. It's limited but usable. The limitations are mentioned in dashboard itself

    • @jaylay320
      @jaylay320 7 лет назад

      Free account allows us to write as many data as we want ryt?

    • @RaviPujar
      @RaviPujar  6 лет назад

      Hi Jay,
      Yes it can, but it has per minute max connection limit.
      In free account i think they delete data after some days.
      Please post further technical queries here. www.embeddedadvice.com/
      I just created this forum for our discussions and answering queries :)

  • @Sunil-tz5dv
    @Sunil-tz5dv 6 лет назад

    hello sir .. when i am moving to API docs , then there is no option to enter AIO key ...

    • @RaviPujar
      @RaviPujar  6 лет назад

      Hi Abhimanyu,
      Use Fiddler to do the testing, Adafruit might have disabled that live testing on their site.

  • @chi-tinhnguyen5176
    @chi-tinhnguyen5176 6 лет назад

    Please help me
    How can I use adafruit api to control esp8266 and use adafruit API connecting Amazon echo

    • @RaviPujar
      @RaviPujar  6 лет назад

      Hi,
      I havent worked on Echo yet,
      Post your query in detail here,
      www.embeddedadvice.com/
      We can discuss.

    • @chi-tinhnguyen5176
      @chi-tinhnguyen5176 6 лет назад

      I just sign up and wrote a commet in your page

  • @karanpatel2866
    @karanpatel2866 7 лет назад

    Nice video

  • @dhruv479
    @dhruv479 5 лет назад

    Sir i want to host MQTT Server on AWS. Can you please guide how to configure MQTT Server for remote server !!

    • @RaviPujar
      @RaviPujar  5 лет назад

      Hi Dhruv, I have a tutorial on Save MQTT message to Database. It shows how to create MQTT server on AWS
      Sorry for the delay in replying.
      Thanks for watching and Don't forget to share and Subscribe :)

    • @dhruv479
      @dhruv479 5 лет назад +1

      @@RaviPujar I already came up with solution but thank you for your reply. And your tutorials are good to understand the MQTT.

    • @RaviPujar
      @RaviPujar  5 лет назад

      @@dhruv479 Thank you and glad you got it working :)

    • @dhruv479
      @dhruv479 5 лет назад

      @@RaviPujar Sir I am having an issue if you can help me with !!
      I am using STM32F103 board with sim808 module. I subscribed to a topic on remote machine but can't get the message published on it, the messages published are received when i subscribe to the same topic using terminal.
      Please reply ASAP.

    • @RaviPujar
      @RaviPujar  5 лет назад

      @@dhruv479 Please elaborate. I guess you asked this on the forum and i had replied?

  • @vinothkannanr2804
    @vinothkannanr2804 3 года назад

    it is not working now,
    data is not sending to cloud

    • @RaviPujar
      @RaviPujar  3 года назад +1

      Probably API changed. Will check

    • @vinothkannanr2804
      @vinothkannanr2804 3 года назад

      @@RaviPujar aio key is changed kindly check the password ,also website updated check that also ,waiting for help, thanks in advance

  • @abirulezz
    @abirulezz 6 лет назад

    ESP32 tutorials please!

    • @RaviPujar
      @RaviPujar  6 лет назад

      Sure , will do.
      What type tutorial you need, Coding?

  • @krinidevices5746
    @krinidevices5746 Год назад

    Hi.....

  • @sameerjadaun5472
    @sameerjadaun5472 2 года назад

    i am not able to find enter aio key option