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 :)
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 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 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!
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
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.
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?
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 !
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 :)
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 :)
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.
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!
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 :)
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 :)
@@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.
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.
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 :)
Fabulous, Amazing, & Practical
Thank you, don't forget to like share and subscribe 😊
The best tutorial on RUclips, Thanks for all this knowledge :) Subscribed to your channel
Thank you :)
Dont forget to share :)
excellent tutorial, subscribed
Thank you 😊
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!!!
Thank you. Offcourse you can send. Write firmware to send data on startup, if you know to customize firmware.
@@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!
@@silviocorrea25 I don't think retrieving autonomously is possible.
@@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!
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
Roshan, Thank you.
Ada fruit has changed their platform slightly. I am not aware of latest protocol.
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.
Awesome tutorial! Thank you
Thanks for watching, Don't forget to like share and subscribe :)
I can't see any space to insert my aio key.
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?
Great video
How can we update feed directly by url using web browser ?
Same problem i also getting
Why "datum"?
Hello..
What is datum?
Thanks.
Marc.
Hello. What's the datum ?
Thanks.
Marc. :)
Great video by the way :)
you are great.thank you keep it up.
Thank you. Don't forget to like share and subscribe :)
Great video.
Thanks for watching and Don't forget to share and Subscribe :)
thanks a lot, good quality video
Thanks for watching
Dont forget to share and subscribe :)
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 !
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 :)
Im unable to create aio key authenticate because of some changes in interface please make new video for it
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
Thank you for watching , Please post your tech query here, www.embeddedadvice.com/ We can discuss
. Dont forget to Subscribe :)
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 :)
Hey Ravi Thank you so much for such great video.... plz adafruit with Sim900.....
Hey Akshay, Thank you for watching. Will make it. Its in the pipeline.
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.
No no i just want AT commands. Thank You......
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!
How to connect the esp8266, adafruit io and MIT app inventor?can anyone help?
Use MQTT library on ESP to send data to Ada fruit. No idea on app inventor.
Don't forget to like share and subscribe
Can we post data to adafruit server directly from URL ?
Yes you can do HTTP post to their API. I showed it using Fiddler.
@@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?
Ravi, what is the plan on adafruit to be undertaken?
Jay Lay Undertaken? I didn't understand. Please explain
I mean the data point plan. Like you have used 5 dashboards plan right?
Ok. I took free account. It's limited but usable. The limitations are mentioned in dashboard itself
Free account allows us to write as many data as we want ryt?
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 :)
hello sir .. when i am moving to API docs , then there is no option to enter AIO key ...
Hi Abhimanyu,
Use Fiddler to do the testing, Adafruit might have disabled that live testing on their site.
Please help me
How can I use adafruit api to control esp8266 and use adafruit API connecting Amazon echo
Hi,
I havent worked on Echo yet,
Post your query in detail here,
www.embeddedadvice.com/
We can discuss.
I just sign up and wrote a commet in your page
Nice video
Thank you Karan :)
Sir i want to host MQTT Server on AWS. Can you please guide how to configure MQTT Server for remote server !!
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 :)
@@RaviPujar I already came up with solution but thank you for your reply. And your tutorials are good to understand the MQTT.
@@dhruv479 Thank you and glad you got it working :)
@@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.
@@dhruv479 Please elaborate. I guess you asked this on the forum and i had replied?
it is not working now,
data is not sending to cloud
Probably API changed. Will check
@@RaviPujar aio key is changed kindly check the password ,also website updated check that also ,waiting for help, thanks in advance
ESP32 tutorials please!
Sure , will do.
What type tutorial you need, Coding?
Hi.....
Hello
i am not able to find enter aio key option