Announcing the "ST_Anything" Arduino/ThingShield Project

Jonas,

Yes, you can most likely accomplish everything you’ve mentioned using SmartThings and the ThingShield with an Arduino Mega 2560. You’ll need to extend the ST_Anything library by adding your own classes to support things like servo motors. Let me know if you need any help understanding the design on the library and supporting sensor/device classes.

If you want to try an even less expensive solution, check out one of my other projects below that shows you how to hack a Cree LED lightbulb for use with an Arduino. Note - this is a one-way communications solution - ST to the Arduino. This would be good for devices that just need to be told what to do, like a motor.

Have fun with your project!