Skip to content

rachyrachyrach/obvious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obvious

The Obvious is a Raspberry Pi that runs the dictonary! We made this to act like the Ovilus which is used in various ghost hunting shows. You will need an LED display and buttons.

  • Please note this was written for an older linux kernel. This may not work due to the kernel update for Raspberry Pi.

  • Watch it in action

Step 1:

Get a Raspberry Pi, LCD Display, and buttons.

Step 2:

Put the randomwords folder in your home directory.

Example: /home/rachael/randomwords/

Step 3:

Copy the shell script rc.local file to here: /etc/rc.local

This is the file that will start up your program when you turn on your Raspberry Pi. It's a linux thing.

Step 4:

Copy the shell script randwords.sh file to here: /usr/local/sbin

This is what the rc.local file is looking for. It will run these commands everytime you press the button!

cd /home/pi/randomwords/
python3 randomwords.py

Quick Start

Start up Clearing Hardware Random Memory Your word is Calendar Click for new word

The left button in the image will start a new sesson.

Shut down

The far right button will turn off the Raspberry Pi for you. Wait for 15 seconds before unplugging.

Accessories

Battery bank. I have an old battery from ThinkGeek that works great! Now it is portable. battery

Releases

No releases published

Packages

No packages published