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

SamuelSmise
Thu Apr 25 2024, 09:56 am
DustinErele
Thu Apr 25 2024, 08:44 am
ztaletpzca
Wed Apr 24 2024, 11:19 pm
IrardlPex
Wed Apr 24 2024, 08:42 pm
Charlestehed
Wed Apr 24 2024, 05:20 pm
Robertgurse
Wed Apr 24 2024, 02:43 pm
Richardedils
Wed Apr 24 2024, 04:07 am
Malcolmaccek
Wed Apr 24 2024, 01:21 am