Hi sir, can i ask detail about the mit app. Because right now i have problem to combine GPS, temperature & Magnetics in one app. I just want to display value from arduino in app. But i use bluethoot hc05
Asalam-o-Alikum Sir hope you are doing well Sir please Help me out I am sending the GPS data to thing speak server with the help of Arduino now I want to fetch that location coordinates and show it on the map with the help of marker. Each time when the coordinates values updated on the thing speak the marker on the map should also be updated accordingly. Kindly give me reply Thanks.
I did it exactly according to your instructions, but when I run the .apk file I couldn't get the temperature and humidity data on thingspeak, instead of the current value "not found", please help me.
@@manhduynguyen7680 try use this API code to call thingspeak: API Request: prefix: api.thingspeak.com/channels/1021823/feeds/last.json?api_key= API key: YOURREADAPIKEY suffix: &results=2
Thank You sir it's Very helpful
Very helpful thank you so much
Thank you so so so so so much!!
Hi sir, can i ask detail about the mit app. Because right now i have problem to combine GPS, temperature & Magnetics in one app. I just want to display value from arduino in app. But i use bluethoot hc05
Asalam-o-Alikum Sir hope you are doing well Sir please Help me out I am sending the GPS data to thing speak server with the help of Arduino now I want to fetch that location coordinates and show it on the map with the help of marker. Each time when the coordinates values updated on the thing speak the marker on the map should also be updated accordingly. Kindly give me reply Thanks.
Hi i am trying to do something similar only my gps does not read any data, I am using the esp8266, can I see your code function for GPS?
I did it exactly according to your instructions, but when I run the .apk file I couldn't get the temperature and humidity data on thingspeak, instead of the current value "not found", please help me.
Please use your own thingspeak account. change the ID channel & the API key accordingly.
@@HoodPJRC I used my own account but the result is the same
@@manhduynguyen7680 try use this API code to call thingspeak:
API Request:
prefix: api.thingspeak.com/channels/1021823/feeds/last.json?api_key=
API key: YOURREADAPIKEY
suffix: &results=2
You have to follow the prefix in the comment above
.. feeds/last.json...
change suffix to &status=true
Hey can u share your arduino code ?