A garduino with ATTINY85, SHT10, ESP8266 and 12V pump
#Links to useful info
https://code.google.com/p/arduino-tiny/ <-- Arduino bootloader for ATTINY
http://www.instructables.com/id/Program-an-ATtiny-with-Arduino/?ALLSTEPS <-- How to program ATTINY
http://www.instructables.com/id/Automated-Garden/?ALLSTEPS <-- Inspiration
https://github.com/practicalarduino/SHT1x <-- Arduino library for the SHT10 humidity sensor
http://www.element14.com/community/groups/internet-of-things/blog/2014/11/19/esp8266-wi-fi-arduino-upload-to-xively <-- How to use the ESP8266 Wireless module
http://www.madebymarket.com/blog/dev/getting-started-with-esp8266.html <-- More info on how to get started with ESP8266
http://electronut.in/an-iot-project-with-esp8266/ <-- Even more info on the ESP8266