Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#35072 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
User avatar
By Mmiscool
#35075 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.
User avatar
By Mmiscool
#35077 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.