For my first project with the SparkCore I am going to rehash one of my old temperature sensor projects and have it post its temperature data over Wifi to a service like Xively. The cool thing about this is that you basically set it up once and it is a real IOT device that can send useful data to the cloud for as long as it is plugged in. You can even easily remove the device and bring it somewhere else and simply reconfigure to the new wifi settings from your phone to get it posting again.
I have another version of similar temperature monitoring projects here:
(xively used to be pachube, then cosm but its the same service)
The new idea with the sparkcore will be so much better because of its small size and lack of anything other than a power supply, and I am going to try and build the entire thing into a small “wall wart” plug. I haven’t decided yet if I should use the SHT21 or the DS18B20 (I have used both), but I will post details and pics on my blog as work through the idea. Feel free to give me feedback or suggestions on the idea if you want, I am VERY excited to get started with the SparkCore!
Would love to see where you get to with this! Interested in a similar thing for my own use but have zero skills in coding so any pointers or examples would be excellent.
So I’ve got temperature measurement going in a way I can monitor it… I went arguably a bit over the top and there were easy ways to solve it but I come from the enterprise development background so it’s easy for me… I developed a Java logger to extract variables via REST get calls from the device. These are made from a Rasberry PI acting as a server. It stores them in a Berkley DB and makes them available as REST requests (Tomcat and Jersey) which are in turn rendered up via high charts… This means it’s always available and up to date.
I’m still getting wild variations which I’ll look at in another thread. I’ll hook up a humidity and hopefully a particulate monitor as well shortly.
Have you had any thoughts on cases to hold all your monitors in?
Hi @contractorwolf,
I would like to realize something similar. If you are interested I’m working on this to automatically update data to xively: https://community.spark.io/t/interface-spark-core-with-xively/475 It is just an example to test the tcp connection with the service.
Let me know if you have some suggestions!
dk
That’s an awesome site! Not too wild about the pricing, but I guess it’s far more convenient than buying a 3D printer and making the part yourself.
That said, I’ve got a Zim on order and am quite excited to start prototyping some cases
w00t! I was just going to reply "That's why I pre-ordered a Zim" ... because I can't stand the pricing of these online sites. I'm willing to hunker down now, to save later. lol. And here I come to keep reading and see you got a Zim as well! Nice. Can't wait to see my company name silkscreened on the top plate
Built on open-source hardware and software bases: Ramps 1.4, Marlin, Slic3r, Meshlab, VLC, Lighthttpd etc.
Powered by Linux-based 1GHz ARM, 1GB RAM
onboard video streaming and remote mobile control
Entry level backer: $600 USD
I think that in one of their updates they mention that the backer pricing was roughly half of the retail price, placing the printer at $1200 USD for the single-head extruder model. Not sure if that is accurate though.
@mattdot That looks just like what I am looking for. Do you have a wiring diagram? Have you tried to connect the data to a google spread sheet or xiveley?
Thanks for the post of the code:) much appreciated.
I did that… I still got no where near as accurate a measurement if I used a DHT22 or BMP180. Sure its not surprising I just wonder if its worth spending time to try and achieve that accuracy…
@Dom Please can you add this code to your index. I think that the idea of having a code index is fantastic. Could I suggest that we work out a standard way of reporting them. I am thinking something like a google docs spread sheet that anyone can add to? Maybe you can see a better way. Maybe this is something more for a spark core organiser (I suppose by definition, it is) I was just thinking that the idea of organising all the work that has been put into code, so that other people can easily access and use it.