Don't worry about formatting, just type in the text and we'll take care of making sense of it. We will auto-convert links, and if you put asterisks around words we will make them bold.
Tips:
For a full reference visit the Markdown syntax.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
getDweet.js 20 Aug2016
Incorporates the Dweet example into code that connects the ESP8266 to WiFi.
Setup parameters at the beginning of the code:
On the IOT page
http://www.espruino.com/IoT+Services
the link “quite a lot” returns a “Nothing out there” error
http://www.postscapes.com/companies/iot-cloud-services
Output of getdweet.js
Note that the data are appended to the URL in the putDweet() function.
But in the Cubitic example the data (content) is not added to the end of the URL in the header but is sent after the header in the last line the function by the function call end(content).
1 Attachment