a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by speeding_snail
speeding_snail  ·  4098 days ago  ·  link  ·    ·  parent  ·  post: 10 Raspberry Pi creations

Depends on what you want to do :P

For actual hacks, the RPi can be a bit overkill. For example, say you want to create a thing to turn certain lights on and off. Then the RPi with 5W, 800MHz, 32 bit ARM chip is most certainly overkill and way too expensive (easy to use tough). For a media center it is really cheap, but it will still set you back $50,- at least when also buying power supply, HDMI cable and the SD card.





arogon  ·  4098 days ago  ·  link  ·  

What would you suggest to use with home automazation? Andruino?

speeding_snail  ·  4098 days ago  ·  link  ·  

It really depends on what your constraints are. Personally, I would use some cheap micro controllers (all but Microchip) combined with some simple analog circuitry. Arduino does not fall in the category of cheap micro controllers as far as I know and wireless capabilities must be added with a separate shield.

The upside of Arduino is that there is a huge developers community, the good general availability of the parts and easy programming of the Arduino. In short, using Arduino is most certainly easier than normal micro controllers, but some things you might want to use are not easily added and used and are more costly to use.