-->
Page 1 of 2

Help needed with Thinkspeak

PostPosted: Sat Dec 12, 2015 9:21 am
by ssylca
Hi,
I have been trying to access my thinkspeak account with this line of code:

SENDTS("Y3QYBY90PRKL4XIY",1,my Var)

no response. The thinkspeak account works fine under an ESP Arduino script.
What I am doing wrong?

Thanks,
S.

Re: Help needed with Thinkspeak

PostPosted: Sat Dec 12, 2015 3:19 pm
by peridot
Looks OK, are your sure you are in client mode with an internet connection.

Mike

Re: Help needed with Thinkspeak

PostPosted: Sat Dec 12, 2015 4:15 pm
by Mmiscool
If you have not not gotten this working yet can you post the whole program. Would make debugging a bit easier.

Re: Help needed with Thinkspeak

PostPosted: Sun Dec 13, 2015 8:10 pm
by tayfun
Use this code


Code: Select allbla = "api.thingspeak.com/update?key=6DWOBDYDGIPQP4AC&field1=" & tempC
print wget(bla)