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 (17)
Recent Entries
- Home Chemistry at Maker Faire
- G4 - Attack of the Show - The Loop: Maker Faire
- James Taylor's drumming machine
- 5-minute multitouch
- Steampunk Magazine at Maker Faire
- Maker Faire Map & Schedule
- POV Jumprope concept
- Computerized Etch A Sketch @ Maker Faire
- DIY: Simple servo controller
- DIY Micro Dolly
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.
| Posted by: seether on March 4, 2008 at 4:16 PM |
That's cool and all, but why would I be across the world and fly all the way back just to water my plant? And how for that matter. It would take a few days at least to get there (most liklymore).I would hire some one to do it for me,That would be apian other wise. Just change the code. And what is the "Thanks" say? Does it actuly "Thanks"? That's cool though!
| Posted by: seether on March 4, 2008 at 4:17 PM |
That's cool and all, but why would I be across the world and fly all the way back just to water my plant? And how for that matter. It would take a few days at least to get there (most liklymore).I would hire some one to do it for me,That would be apian other wise. Just change the code. And what is the "Thanks" say? Does it actuly "Thanks"? That's cool though!
| Posted by: seether on March 4, 2008 at 4:19 PM |
That's cool and all, but why would I be across the world and fly all the way back just to water my plant? And how for that matter. It would take a few days at least to get there (most liklymore).I would hire some one to do it for me,That would be apian other wise. Just change the code. And what is the "Thanks" say? Does it actuly "Thanks"? That's cool though!
| Posted by: Vanessa Carpenter on April 21, 2008 at 12:49 AM |
Another cool project involving plants and Arduino is the Singing Plant made by Half Machine. See link here: http://halfmachine.dk/posts/56
"When the plant is touched it gives feedback in the forms of sounds and light. The more people touch the it, the more energetically it responds. The sound gains volume and the light in the room grows from dim to bright."
Using a theremin and arduino.
Leave a comment
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)
Features and more @ MAKE!
Add MAKE to iGoogle - GoogleGoogle.
Add MAKE to your RSS reader - Real simple.

Why advertise on MAKE?
Read what folks are saying about us!
Click here to advertise on MAKE!
Phillip Torrone
Senior Editor
Tel: 707-827-7311
Gareth Branwyn
Robot Maker
Kip Kay
Video Maker
Jonah Brucker-Cohen
Researcher
Natalie Zee Drieu
Senior Editor
CRAFT
Becky Stern
Culture jammer
Collin Cunningham
Sound Maker
Marc de Vinck
CNC Maker
Current Podcast
Weekend Project: Mousetrap Powered Vehicle
Vroom! Power a balsa wood vehicle from the energy of a mousetrap! Fun and easy project! No mice were harmed during the filming of this video. To download Mousetrap Powered Vehicle MP4 click here or subscribe in iTunes....
More...


