Discussion in "PIC Microcontroller Discussion" started by    sarrahjuzar    Feb 19, 2020.
Wed Feb 19 2020, 02:54 pm
#1
I have a gsm module sim900a and dht22 connected to pic16f877a. Is it possible to interface gsm module to an IoT platform like Thingspeak to display the temperature data?
Fri Feb 21 2020, 03:15 pm
#2
Yes you can do that.
1. Create a channel @Thingspeak and create fields for parameters that are going to be updated by your device. (in your case temperature and Humidity)
2. On your device generate HTTP GET request to update those fields.
Open socket connection to api.thingspeak.com @80
Send get request as follows:
GET /update?api_key=&temp=&humid=[cr][lf][cr][lf]
I used temp and humid as field names. You can change them to whatever you have created in channel

Please mind that cr (carriage return \r) and lf (line feed \n) are part of get request. So prepare the request carefully if you want everything to be success.

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Bobbyerilar
Thu Mar 28 2024, 08:08 am
pb58
Thu Mar 28 2024, 05:54 am
Clarazkafup
Thu Mar 28 2024, 02:24 am
Walterkic
Thu Mar 28 2024, 01:19 am
Davidusawn
Wed Mar 27 2024, 08:30 pm
Richardsop
Tue Mar 26 2024, 10:33 pm
Stevencog
Tue Mar 26 2024, 04:26 pm
Bernardwarge
Tue Mar 26 2024, 11:15 am