I've been a long time lurker in these forums reading through all the wonderful projects and tips that the Raspberry Pi community has shared. Now its time for me to share a project I finished not too long ago.
Plant Friends is a soil moisture/temperature/humidity sensor system for indoor plants. All the 'nodes' that are driving the sensors are housed in characters constructed with bamboo plywood. The battery operated nodes (Moteino, an Arduino clone) transfers the data via wirelessly to a base station that is the Raspberry Pi + Moteino. The Pi runs a mySQL database which logs the data and is also responsible sending email/SMS alerts when the soil moisture gets below a set threshold. The Pi is also running a lighttppd webserver to serve data to my Android app (written in Processing).
I started this project as a way to learn programming and electronics but also serve as a portfolio piece. Here is a picture of the finished system:


I did a longer write up of the whole project with more pictures over at my website:
http://dicksonchow.com/plantfriends
I'll be posting all my code onto Github soon.
Comments / critiques welcome.
