-->
Page 1 of 4

Added preliminary thingspeak support.

PostPosted: Thu Nov 26, 2015 11:28 am
by Mmiscool
Just released a new build. Its available for download from the http://esp8266basic.com site.

Example using the thingspeak api to do a really complicated hello world.
Code: Select allsendts(5C1J2FHRGQM44M7R,1,"HELLO WORLD FROM ESP8266 BASIC")
print readts(5C1J2FHRGQM44M7R,67698,1)


Documentation is here. Hope fully there will be some examples here soon.
http://www.esp8266basic.com/functions-t ... k-api.html

Re: Added preliminary thingspeak support.

PostPosted: Thu Nov 26, 2015 11:47 am
by Mmiscool
Will not be near a computer until later this evening.
Going to grandmas house for thanksgiving with the family. I will be working on esp8266 basic for the rest of this long week end as I have fri, sat, and sun off from work. Wooooo.

Re: Added preliminary thingspeak support.

PostPosted: Thu Nov 26, 2015 11:58 am
by jjl
Working very well.
You have even done all the data extraction Work for us.
Well done.

Thanks
Jens

Re: Added preliminary thingspeak support.

PostPosted: Thu Nov 26, 2015 12:02 pm
by Mmiscool
Thingspeak is open source and allows you to run your own private server. I still have to ad a set up function to define this so if you want your data private it will work off your own home server. Every thing is still a work in progress.