HOW TO - Make plants talk! They'll Twitter you when they need to be watered (and more)...


BREAKING NEWS FROM MAKE: The gang from Botanicalls (Kate Hartman, Kati London, Rebecca Bray, and Rob Faludi) used one of Adafruit's new Ethernet shields for Arduino to make some plants talk - and now you can too! That's right, having your houseplants Twitter you when they need water and more!
"Botanicalls Twitter answers the question: What's up with your plant? It offers a connection to your leafy pal via online Twitter status updates that reach you anywhere in the world. When your plant needs water, it will post to let you know, and send its thanks when you show it love" - Link.
- Adafruit ethernet shield for Arduino - Link.
- Learn more about Botanicalls - Link.
- Follow pothos the plant on Twitter! - Link.
- Learn how to do projects like this and more with "Making things talk" - Link.
Posted by Phillip Torrone |
Feb 25, 2008 12:10 AM
Arduino, DIY Projects, Electronics |
Permalink
| Comments (12)
Recent Entries
- test
- Arduino breakout shield from RepRap (test)
- Zemana test (Arduino)
- my test entry
- 269 Electronics - Canal street, NYC
- Making a steel sunflower
- Light bulbs and bikes make art
- DELO watch makes telling time fun again
- Turn your broken Rock Band kit around
- Disposable camera ring light
Comments
Oldest comments listed first.
| Posted by: anon coward on February 25, 2008 at 2:01 AM |
I know Arduino aims to keep it simple, but $15 + $28-50 for the Xport?!? ...and your open-source project is bound to high-level proprietary (or at least vendor specific) components and protocols?
Are the complete, free tcp/ip stacks for AVR (Aurduino), PIC, MSP430, ARM, Freescale (coldfire, et al), etc so difficult to learn that open hardware needs to take these shortcuts?
| Posted by: Tom on February 25, 2008 at 2:58 AM |
This project can actually be made cheaper if you don't mind going through a pc. Also you can use one of the bare bones version of the arduino.
PC - BBB Arduino - Plant
Some code changes would be needed but it will be alot cheaper. I'm planning on doing something similiar but for more plants and sending the data to my pc. But it is a cool idea.
| Posted by: Tom on February 25, 2008 at 3:27 AM |
This project can actually be made cheaper if you don't mind going through a pc. Also you can use one of the bare bones version of the arduino.
PC - BBB Arduino - Plant
Some code changes would be needed but it will be alot cheaper. I'm planning on doing something similiar but for more plants and sending the data to my pc. But it is a cool idea.
| Posted by: The Oracle on February 25, 2008 at 6:59 AM |
I would say it's not cheaper if you use the PC since it's not fair to not factor in the cost of the PC (and extra electricity costs).
If you're using the PC, why bother with an arduino? Just connect the sensor directly (maybe with a simple $2 PIC circuit to translate the sensor but even that might not be needed depending on the sensor).
| Posted by: ladyada on February 25, 2008 at 9:18 AM |
"Are the complete, free tcp/ip stacks for AVR (Aurduino), PIC, MSP430, ARM, Freescale (coldfire, et al), etc so difficult to learn that open hardware needs to take these shortcuts?"
as someone who has written a tcp/ip stack* as well as overlaying protocols such as DHCP, for 8-bit micros (AVR/PIC), the answer is "yes, its extremely hard to use". its also much more expensive than you'd think, after all the 'extras' necessary for the chip/phy to work, and/or requires soldering of very fine-pitch parts. $28 for a do-it-all plug-in module with all the nonsense is a good deal for people who just want one item.
http://ladyada.net/techproj/aether/index.html , etc.
| Posted by: t11s on February 25, 2008 at 3:26 PM |
"Are the complete, free tcp/ip stacks for AVR (Aurduino), PIC, MSP430, ARM, Freescale (coldfire, et al), etc so difficult to learn that open hardware needs to take these shortcuts?"
If you are only looking for a web server on a static IP, then these seem to do OK (of course, you could just use an Xport by itself as a web server). I've used a PIC board pre-programmed as a web server.
However if you want to have a dependable DHCP address and initiate general UDP or TCP sessions, I've found the PIC stacks incredibly annoying to use and often bug-ridden. I suspect the AVR stacks are the same way.
The Arduino/Xport solution is easy to set up and use and is very dependable.
| Posted by: follower on February 26, 2008 at 6:12 AM |
If the xport doesn't suit your needs, you might want to look into the WIZ810MJ used by my (in-progress) Netduino expansion shield project for the Arduino:
http://code.rancidbacon.com/Netduino
It includes a library to make the network (almost) as easy to use as serial for communication. (But doesn't use your serial connection to do it!)
--Phil.
| Posted by: pb on February 26, 2008 at 6:25 AM |
exactly why doesn't the plant just water itself....if I am across the world what would I do about it
| Posted by: Mahto on February 26, 2008 at 7:29 PM |
A slightly more software intensive solution would be find a used router that is supported by a project such as OpenWrt (http://openwrt.org/), and use that as your device. Then you get a full embedded linux environment, possibly for under $40. Many of the routers have digital IO and serial ports inside them that can be used to interface with the outside world.
Subscribe to MAKE Magazine!
Subscribe today, save 42% and get web access to MAKE free. MAKE Digital Edition is available only to subscribers.
$34.95 / 1 year
(4 Quarterly Issues)




Phillip Torrone
Gareth Branwyn
Jonah Brucker-Cohen
Natalie Zee Drieu
Becky Stern
Collin Cunningham
Marc de Vinck
Leave a comment