Four Pies - the New Raspberry Pi 4 - Highlights & Celebration Project!

by 8BitsAndAByte in Circuits > Raspberry Pi

588 Views, 1 Favorites, 0 Comments

Four Pies - the New Raspberry Pi 4 - Highlights & Celebration Project!

promo.gif

Below a quick overview of the content.

  • Introduction and showcase video
  • Pie
  • Pi
  • 3.14
  • Pies
  • Result

Supplies

Raspberry Pi 4

Adafruit Mini Thermal Receipt Printer

Felt

Raspberry Pi Raspbian

3D Printer (generic)

Hot glue gun (generic)

Introduction and Showcase Video

The new Raspberry Pi 4 - Highlights & Celebration Project!

To welcome and celebrate the new Raspberry Pi 4, we’re building a project consisting of four Pi(e)s!

Pie

02.png
01.png
03.png

Our first pie has two parts, a container and a lid.
Both are based on this great 3d model.
All we have to do is make it bigger, and add an opening for our pies to come out.

Now we have a basic pie, but it does not look the part.
Using some glue, felt and coloured balls we add some extra pie-ness.
There’s a great tutorial on how to exactly do this right here.

Pi

04.png

Our pie will hold everything we need, and one of them is our Raspberry Pi 4.
Configuring and powering is done the usual way.

They have a very neat guide on exactly how right here.

If you want to know more details about this new Pi, look no more.

3.14

We want our Pi in our pie to calculate π.

To achieve this there’s a bit of python code.

def calculatePi():

os.system('echo "scale=2000;4*a(1)"|bc -l')


You can play with the precision by changing the scale. The higher the scale, the longer it will take.

Pies

06.png

We have a Pi within a pie that calculates π.
The last step is to add some pies.

This requires two things, some ASCII art and a little thermal printer. First of all, our ASCII pie, thanks to this great website!

We have our ASCII pie, next is connecting the thermal printer. All we need to do is follow the steps outlined here.

Result

Now we have a Raspberry Pi 4, in a pie, calculating π, and printing pies!
What better way to welcome the new Raspberry Pi 4 then a Pi(e)fest!