Is it at all possible to receive a predetermined email from the spark core. For instance, say if I had a light sensor hooked up and wanted to be alerted via email if the light went below or above a certain value?
If so could somebody point me in the right direction in terms of libraries that are needed, or an area in which I need to research, etc.
Thanks - I’ve been using Arduino’s for the last 12 months or so, and I am a bit overwhelmed with this board as it is very networked based, which is not my strong point. I am currently searching for videos on basic protocols that I have come across here in order to gain a better understanding.
So, where would the code for HTTP GET or POST go? Its just I’ve used GET to invoke a function from within the spark from the command line. Is there an object that needs instantiating in order to do this?
I’ve also just come across an online course that provides an insight into most web services protocols including all the ones I’ve seen in this forum and the spark documentation, so I will get stuck into them as soon as I can.
Had a quick look at the API for pushingbox and looks similar to what I have been doing in the command line with the “curl” command. Also like the catflap example
In regards to importing libraries like HttpClient, etc., how do I include them when using the Web IDE? I’m used to the Arduino where you simply drag them to a folder within documents called “library” and then include them within the main document.