MagPi magazine #75

The 75 Greatest Raspberry Pi Projects star in this month’s edition of The MagPi.

FREE PDF OF MagPi #75 HERE

We asked our entire community, and stars from the Raspberry Pi Foundation, to unearth the best projects around. The result is an inspirational list of things to create. 

Also! Install the brand-new Raspberry Pi TV HAT official add-on board. Discover how to record and watch live television on your Raspberry Pi.

Plus all this inside The MagPi 75:

  • 4D Arcade
    Building an arcade cabinet that sprays water in your face when you crash.
  • Add 433MHz radio
    Build a secret chat device with Raspberry Pi to send and receive messages
  • Vintage knitting
    How one engineer hacked a knitting machine to create a giant star map
  • Camera Module
    How to add sight to your projects with the Raspberry Pi Camera Module. Plus! The best Camera Projects around.
  • Starter kits
    These amazing bundles make getting started with Raspberry Pi a breeze.
  • Minecraft resources
    Hack, build and code virtual worlds with Minecraft Pi.
  • Maker Faire New York
    The team visit the states and check out some amazing builds.
  • And much, much more

On The Bench: Google AIY Voice & Raspberry Pi

Setup my recently arrived Google AIY/Voice Project and am busy going about customizing the interface.  Short a MicroSD card but Amazon will fix that soon enough.

https://aiyprojects.withgoogle.com/

Note:  Enjoying the Linux nature of Raspberry Pi as well as all the Python tools and use.  Clearly a Confluence Project.

Should I Learn and Use a Raspberry Pi or Arduino Uno?

Yes

Why?  Which one? There is a short post at Make: reviewing these in general.  NOTE: kits, details, etc… are on the post, read it there, the information below is just to ensure it remains available for students.  Also, the article is over a year old

Here at Make: we see new, ingenious projects from our community every day. Many of these are made possible by the use of development boards. However, if you’re new to the subject, it can be confusing to parse out the differences between boards and the advantages of using one over another.

We’ve created this super simple guide to help you get started. Then, when you’re ready check out Arduino Uno and Raspberry Pi Starter Kits, which come with all the goodies you need for your inaugural projects. Not sure you want all those peripherals yet? Start with the essentials: Grab the board of your choice and bring yourself up to speed with our Getting Started With series for Arduino and for Raspberry Pi.

Courtesy of Tech Uni

Courtesy of Tech Uni

What is the difference between the two?

An Arduino is a microcontroller motherboard. A microcontroller is a simple computer that can run one program at a time, over and over again. It is very easy to use.

A Raspberry Pi is a general-purpose computer, usually with a Linux operating system, and the ability to run multiple programs. It is more complicated to use than an Arduino.

What would I use each for?

An Arduino board is best used for simple repetitive tasks: opening and closing a garage door, reading the outside temperature and reporting it to Twitter, driving a simple robot.

Raspberry Pi is best used when you need a full-fledged computer: driving a more complicated robot, performing multiple tasks, doing intense calculations (as for Bitcoin or encryption)

Is there a simple rule of thumb to help me decide?

Yes, there is! Think about what you want your project to do. If you can describe it with less than two ‘and’s, get an Arduino. If you need more than two ‘and’s, get a Raspberry Pi.

Examples:
“I want to monitor my plants and have them Tweet me when they need water.” That can best be done by an Arduino.

“I want to monitor my plants and have them Tweet me when they need water and check the National Weather Service, and if the forecast is for fair weather, turn on the irrigation system and if the forecast is for rain, do nothing.” That would best be handled by a Raspberry Pi.

Isn’t that rule of thumb oversimplifying what is actually a much more complex issue?

Yes. That’s what a rule of thumb is.

Look, this is confusing! Just tell me which one I should buy!

An Arduino. It’s a system designed for beginners.