Built using Raspberry Pi Pico, Pimoroni Display Pack 2.0 and some living flame LEDs
There is a write-up of this project over at Kevsrobots.com - https://www.kevsrobots.com/blog/ghostbox.html where you can also download the STL files, and find the bill of materials.
There are 4 files that will need copying over to the Pico:
ghostbox.jpg
ghostbox.py
ghostwords.txt
gui.py
- Download Thonny IDE onto your computer.
- Set Thonny to standard mode by clicking the
Switch to regular mode
link at the top right of the screen. - Quit Thonny and start it again to change it into
Regular Mode
- Make sure you can see the files on your computer and also on Thonny; Click the View menu and make sure
Files
option is selected. - Right Click the
ghostbox.py
file from the Files list and then selectupload to \
- this will copy theghostbox.py
module to the Pico - Right Click the
gui.py
file from the Files list and then selectupload to \
- this will copy thegui.py
module to the Pico - Right Click the
ghostbox.jpg
file from the Files list and then selectupload to \
- this will copy theghostbox.jpg
module to the Pico - Right Click the
ghostwords.txt
file from the Files list and then selectupload to \
- this will copy theghostwords.txt
module to the Pico
You can make the Pico automatically launch the ghostbox.py code by renaming it to main.py
on the Pico.
- Right Click the
ghostbox.py
file from the Files list and then select rename - Change the name to main.py
- Right Click the
main.py
file from the Files list and then selectupload to \
- this will copy themain.py
module to the Pico
You can also add more words to the ghostwords.txt
to increase the vocabulary.ß
Check out more fun projects at https://www.kevsrobots.com