Custom Shield - Indoor Air Quality Monitor (Open Source Software)

@cerocca - what are you using for your graphing and logging in your AirSpark! project ? This is what I am using - homemade webpages.

@Rockvole my plan, for the weather station project (main aim of my project) is to start sending the read values to some online tools, like thingspeak / ubidots / xively, and then (if everything works) upload the weather data to weatherunderground.
To be honest, being myself more a HW guy rather than a SW guy, I was thinking also to use your code for local display of the values :smiley:
I’ll keep the forum updated as soon as I start prototyping / defining the board!

Cool - it will be good to get someone using my code. Its not that fancy but it does seem to be stable so far, the firmware has run for a couple of weeks continuously without trouble (I haven’t tried it for longer because I keep moving location for testing).

Hi

In your code your using Time.now(); Where would I be able to find that library?

Thank you in advance

Hi @jakes,
I had a look at my code, it seems the PietteTech library was out-of-date.
I have updated that right now and it seems to build again.
To build I just did :

./go_photon.sh

In the firmware directory.