![]() |
| We're using an Anitech IR 160 USB webcam. |
The project will include a means to monitor and even control it online using Twitter among other applications. It will include the following features:
1. TweetBot to automatically tweet pictures of the garden several times a day.
2. TweetBot to automatically tweet water level and soil moisture data at least once a day.
3. The ability to water plants and feed fish remotely.
4. The ability to take pictures on command remotely.
For now, we have the TweetBot automatically uploading pictures of the system several times a day. Here's how we did it. If you make it through this tutorial, you'll be able to add on other features. To make this TweetBot, we've used a Raspberry Pi B+ (RPi).
Making a TweetBot tweet pictures of the garden several times a day.
1. Setting up Raspberry Pi: We downloaded the Rasbian .zip file found on Raspberry Pi's official website, unzipped it, and used Win32 Disk Imager to put it on our mini SD card. We placed the SD card into our Raspberry Pi B+ and followed the instructions in setting up the desktop. Raspberry Pi's official website has a help section full of links showing you the absolute basics, in case you get stuck.
Follow this guide to help you download an OS and put it on your SD card for installing on your RPi.
We also did some practice using the terminal and even setting up a way to wirelessly control it using a laptop within the same network (same room using the same WiFi connection). A good tutorial showing these steps can be found here.



