Kaido
Elite Member & Kitchen Overlord
- Feb 14, 2004
- 51,580
- 7,249
- 136
brb off to Shapeways to 3D print a custom Gameboy case :awe:
Ah dangit, Ben Heck already (literally) beat me to it!
https://www.youtube.com/watch?v=mKYT6dCrBGc#t=1048
brb off to Shapeways to 3D print a custom Gameboy case :awe:
The new one has enough muscle to make a MAME gamer with zero footprint. (Heck, duct-tape it to the back of the TV!)![]()
I think a lot of people have forgotten what the Raspberry Pi was originally meant to be. It's an affordable device to help teach coding and computer science to kids and adults. Especially those who may not be able to afford a full powered desktop or laptop.
From their website.
It has a GPIO port and handy dandy Python libraries. Laptop doesn't.
Here's an example. Tell me why I would spend $100 for a used, power-hungry computer, when I have a print server, and music streamer running off a $35 device that consumes 5 watts or less? Since all the evidence of the internet can't apparently convince you, why don't you try to convince us why we should spend $65 more on something that uses more power, is larger, and louder than a little puck that we can put anywhere?
For home automation you could have input pins to read certain conditions of binary devices such as if a door is open or not (contact switch) or if the power is on or not (a relay hooked up to a wall wart plugged into a non battery backup outlet). I'm not sure if the Pi has analog inputs but if it does, you can also read voltage or other conditions from any devices that produce a variable voltage. Need a voltage divider to ensure it's within range. I use this with my arduino to monitor my backup battery bank for example.
Digital pins is really all you need though as you can use external components such as ADC (analog to digital converter). There are various standards for digital semi conductor/sensors such as i2c and Maxim "1 wire". You can hook up digital temp sensors and so on. The list goes on. When it comes to micro controllers you can get right down to the simplest communication language: binary.
You can also control stuff by using a pin as an output. On = 5volts off = 0 volts (actually with the Pi it might be 3.3. I'm honestly not that familiar with it myself but want to play with it more). So say you have a relay you can make it turn on or off. The nice thing with the Pi also being a computer is that you can basically code a web page front end to a program that controls the pins. The possibilities are endless because it's all open source. I could not care less about some of the pre made home automation stuff that comes out, it's all proprietary and some is even cloud based, eww. With the Pi, anything is possible.
You could also use it to run an automated meth lab or pot grow op. :sneaky: Make sure you use a Nema enclosure meant for such environments. :awe:
I've been reading up a lot on electronics myself as I want to build a better home automation device that is easier to expand and manage, and I did discover a very cool electronic item, which is called a bit shift register. You can practically control unlimited items with them. They essentially give you additional output pins by using some bit shifting techniques. Elaborate christmas lights displays where it seems practically every bulb is on it's own "channel" more than likely use something like a RPI and bit shift registers.
Of course the PI can do a lot of things not even having to do with the IO pins such as a HTPC, mini print server, etc... One thing I'd love to see on it though is a sata controller with like 4 ports or something but guess that would be hard to fit on and would chew into the cost of making it.
Yeah, their mission statement doesn't make sense once you add on all of the stuff needed to make a Raspberry Pi work. Once you add the HDMI cable, an cheap HDTV/Monitor that supports HDMI, a USB power adapter, and MicroSD card you're up to $200 in parts. For that price, you can get a Chromebook or a cheap/used laptop.
Uhh, b/c you're saving 45 cents in electricity and you don't need to spend 3 years coding up a home computer. It's called opportunity cost. In the time spend learning to code up and config that $35 box, you could have gotten a medical degree. LOL.
You have zero imagination. Understood. Just move on.
If you had real imagination, you would pick up a used Android phone on eBay for $50 instead and use that for your project. It would have similar hardware specs, except that the Android phone would likely have dual cameras, a touch screen, a GPS, WiFi, and a built-in battery backup.
And no peripheral connectivity.
Just give up.
If you had real imagination, you would pick up a used Android phone on eBay for $50 instead and use that for your project. It would have similar hardware specs, except that the Android phone would likely have dual cameras, a touch screen, a GPS, WiFi, and a built-in battery backup.
Cool story (to me at least):
One of our clients acquired one of those big LCD billboards at an auction. It was missing the controller module, and asked our firm if we could help. We set up a R-Pi board as a controller, and had our software dept write an app to run on it to have it feed the controller images. This made the billboard fully functional and our client was eternally grateful. He had it installed and is now making awesome money off of advertising.
Yep this is awesome. A proprietary controller would probably have cost thousands. :awe:
kaido, to stream music i set 1 pi as a server n player in the living room using this http://www.squeezeplug.eu/
it has a 64gb usb stick filled with stuff.
the other rpis use this: https://sites.google.com/site/picoreplayer/home
to control them, i use OrangeSqueeze. it's $5 on Play. pretty good n worth it.
the home theater runs on another pi with raspbmc from here http://www.raspbmc.com/
im sure it can play music but im using only for movies
The Raspberry Pi 2 is powerful enough to make a very nice and dirt cheap HTPC. You can easily load OpenELEC and have a functioning Kodi box in just a few minutes (Kodi is the new version of XBMC). I'm planning to order one for this purpose as soon as the supply becomes less constrained.