However, I now want to build on this application to record results on the cloud but I want to build it up in small increments. After a bit of googling I decided that Google App Engine was my best fit as it has both front end and back end support and has something that resembles a database. Below are the steps I want to take:
- Book up on Google App engine. Create hello world app. Test locally.
- Create Google app account and push helloworld app to cloud.
- Book up on how to post to my google app from arduino.
- Use Arduino temperature logger sketch and amend it to use google app post.
- Once I'm happy with it, I may want to create an enclosure.
Additional steps
- Add serial lcd. Output temperture.
- Add motion sensor.
- Replace temperature component with a better one which also detects humidity.
- Maybe add light sensor.
- Add additional values to cloud and lcd.
- Clean up google app code, requires more booking up e.g. use templates etc
- I will want, at some point, to create a post back from a google app to display on my lcd but not sure if this should be incorporated in this project or if I should make a separate project for it.
No comments:
Post a Comment