copy edit
This commit is contained in:
parent
cd7c3a9a4e
commit
4931fc57cc
1 changed files with 16 additions and 16 deletions
32
worksheet.md
32
worksheet.md
|
|
@ -1,42 +1,42 @@
|
|||
# The All Seeing Pi
|
||||
# The All-Seeing Pi
|
||||
|
||||
In this resource you will make a tweeting touch screen photo booth using a Raspberry Pi.
|
||||
In this resource, you will make a tweeting touchscreen photo booth using a Raspberry Pi.
|
||||
|
||||
## Making the photo booth housing
|
||||
You can create your All Seeing Pi using any housing you like. Our first iteration used a humble cardboard box, but you might want to create a masterpiece of carpentry or laser cutting wizardry to hold your All Seeing Pi.
|
||||
You can create your All-Seeing Pi using any housing you like. Our first iteration used a humble cardboard box, but you might want to create a masterpiece of carpentry or laser-cutting wizardry to hold your All-Seeing Pi.
|
||||
|
||||

|
||||

|
||||
|
||||
If you don't have fancy buttons or a touch screen, that's OK too - you can still make the All Seeing Pi! Here is a picture of the setup we used when creating this resource, the only extra hardware requirements are two tactile push buttons, four jumper leads, a breadboard and a PiCamera - you can use your usual monitor, keyboard, and mouse.
|
||||
If you don't have fancy buttons or a touchscreen, that's OK too: you can still make the All-Seeing Pi! Here is a picture of the setup we used when creating this resource: the only extra hardware requirements are two tactile push buttons, four jumper leads, a breadboard, and a Camera Module. You can use your usual monitor, keyboard, and mouse.
|
||||
|
||||

|
||||
|
||||
## Connecting the Raspberry Pi touch screen
|
||||
## Connecting the Raspberry Pi touchscreen
|
||||
|
||||
1. Set up your Raspberry Pi touch screen. There is a [good tutorial](https://thepihut.com/blogs/raspberry-pi-tutorials/45295044-raspberry-pi-7-touch-screen-assembly-guide) available to help you. Ensure that you power the touch screen via the Raspberry Pi with jumper leads as shown in the tutorial, and that the power supply you use is a good quality one.
|
||||
1. Set up your Raspberry Pi touchscreen. There is a [good tutorial](https://thepihut.com/blogs/raspberry-pi-tutorials/45295044-raspberry-pi-7-touch-screen-assembly-guide) available to help you. Ensure that you power the touchscreen via the Raspberry Pi with jumper leads as shown in the tutorial, and that the power supply you use is a good quality one.
|
||||
|
||||
1. Situate your screen within the housing of your choice, ensuring you can still access the Raspberry Pi.
|
||||
|
||||
## Connecting the camera
|
||||
## Connecting the Camera Module
|
||||
|
||||
1. Connect the PiCamera to the Raspberry Pi with the blue side of the connector facing the USB ports:
|
||||
1. Connect the Camera Module to the Raspberry Pi with the blue side of the connector facing the USB ports:
|
||||
|
||||

|
||||
|
||||
1. Situate the camera in place in your chosen housing. If you are using glue to secure the camera in place, be careful not to get any glue onto the connectors or camera components or they may stop working.
|
||||
1. Situate the Camera Module in your chosen housing. If you are using glue to secure it in place, be careful not to get any glue onto the connectors or camera components or they may stop working.
|
||||
|
||||
## Connecting the buttons
|
||||
|
||||
1. Using jumper leads, wire up one button to pin 23 and any ground pin, and the other button to GPIO 25 and any ground pin.
|
||||
1. Using jumper leads, wire one button to **GPIO 23** and any ground pin, and the other button to **GPIO 25** and any ground pin.
|
||||
|
||||
1. Situate the buttons in your chosen housing. In the software, the button connected to GPIO 23 will select the next overlay, and the button connected to GPIO 25 will take the picture. (Don't worry if you accidentally wire your buttons up the other way around, simply swap the pin numbers in the code!)
|
||||
1. Situate the buttons in your chosen housing. In the software, the button connected to GPIO 23 will select the next overlay, and the button connected to GPIO 25 will take the picture. (Don't worry if you accidentally wire your buttons up the other way around: you can simply swap the pin numbers in the code!)
|
||||
|
||||

|
||||

|
||||
|
||||
## Finishing the set up
|
||||
## Finishing the setup
|
||||
|
||||
1. To write the software, you will also need to connect a keyboard and mouse to your Raspberry Pi, as well as a display if you are not using the touchscreen.
|
||||
|
||||
1. Power on your Raspberry Pi and check that the touchscreen works if you are using one.
|
||||
1. Power your Raspberry Pi on and, if you are using one, check that the touchscreen works.
|
||||
|
||||
Once you have set up your hardware, head over to [worksheet 2](worksheet2.md) to find out how to write the software to control your All Seeing Pi.
|
||||
Once you have set up your hardware, head over to [worksheet 2](worksheet2.md) to find out how to write the software to control your All-Seeing Pi.
|
||||
|
|
|
|||
Loading…
Reference in a new issue