Yellow Fang
Legendary Member
- Location
- Reading
A Raspberry Pi is like a mini PC. I found mine frustrating until I downloaded some clever teenager's utility for streaming media. I downloaded a lot of music videos from YouTube and now I use it as a jukebox. I think the idea with the Raspberry Pi is that you learn to program with it, using the Python translator. As a PC I found it very slow, and you have to source all the peripherals from somewhere. I notice Maplins sell Raspberry Pi kits with the peripherals you need. Also, I found it difficult to interface to my old computer monitor. First I needed a special cable, then I needed to dick about with some start up settings in order to size and position the display. It works better on my TV monitor, which has an HDMI input. Back in the days of the ZX Spectrum, you could buy magazines with listing of computer games. My brother used to spend hours getting them to work. I suspect these days you would need to be super-geeky to be arsed, at least in your free time.
An Arduino is more like a micro-controller. You plug them into a USB port, open a terminal window, and download code to them. I think they are brilliant myself, and a better learning tool IMO than the Raspberry Pi. You download the Arduino development environment to your PC. Then you dick about with the example modules until you get it to do what you want. The source code is similar to C, and it is surprisingly easy to make work. I have used Arduinos to measure temperature and humidity sensors and to calibrate flow meters. I have used one as a simple data logger. You can use them to drive little robots if you want.
An Arduino is more like a micro-controller. You plug them into a USB port, open a terminal window, and download code to them. I think they are brilliant myself, and a better learning tool IMO than the Raspberry Pi. You download the Arduino development environment to your PC. Then you dick about with the example modules until you get it to do what you want. The source code is similar to C, and it is surprisingly easy to make work. I have used Arduinos to measure temperature and humidity sensors and to calibrate flow meters. I have used one as a simple data logger. You can use them to drive little robots if you want.
Last edited: