How to get your plant talk: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Give your plants a voice! | Give your plants a voice! | ||
To make a plant tweet you need the following: | |||
* The circuit | |||
* [[Arduino]] software | |||
* Processing software | |||
The plant is connected to an Arduino via a simple circuit. The Arduino is a microcontroller; a small computer you can program. | |||
The Arduino is connected to a computer with the processing 'tweet' sketch running. | |||
[https://github.com/arjan/talkingplant github.com/arjan/talkingplant] | [https://github.com/arjan/talkingplant github.com/arjan/talkingplant] |
Revision as of 22:16, 14 December 2015
Give your plants a voice! To make a plant tweet you need the following:
- The circuit
- Arduino software
- Processing software
The plant is connected to an Arduino via a simple circuit. The Arduino is a microcontroller; a small computer you can program. The Arduino is connected to a computer with the processing 'tweet' sketch running.