Derrick Gold

  • Home
  • Albums
    • Alberta
    • Arizona
    • Berlin
    • Blink-182
    • Cambodia
    • Default
    • Indiana Jones
    • Italy
    • Japan
    • New York
    • Nova Scotia
    • Peru
    • Quebec
    • Shanghai
    • South Korea
    • Vancouver
  • Projects
    • AlexaSkillNodeLambdaSkeleton
    • Arkanoid-SCDS2
    • Atari-Boxing-NDS
    • BAGASMI
    • BAGPlug-SCDS2
    • Botty-McBotFace
    • BrainFuck-2600
    • Brickfall-NDS
    • CLinkedListExample
    • CMPT491Proj1
    • Cpgsql
    • CPUMemStats
    • CStuff
    • DeerFactValidator
    • DiskUsageDisplay
    • Dividends-2-Year-Trend
    • DownFall
    • DSTwoPong
    • Etch-NDS
    • fdshooter
    • MacEwanTeenyPascal
    • MarioPaintComposer-NDS
    • OpenPlugClientPy
    • OpenPlugServer
    • petulant-octo-spice
    • Pi-Doodle-Board
    • PyBot
    • Remote-Image-Browser
    • Remote-Music-Player
    • RemoteIndicator
    • Simple-File-Transfer
    • Simple-Virtual-Machine-Assembler
    • SmartReflectServer
    • SnowWars
    • SpaceInvaders-SCDS2
    • StaticWebpage
    • SysInfo
    • Tiny-Maze-Solver
    • UAPaint-NDS
    • XKCDComic
    • YoutubePlaylist
  • Music

Pi-Doodle-Board

Raspberry Pi Doodle Board

This page was programmatically generated from GitHub

ReadMe.md

First doodle your picture:

PiDoodleBoard

Then show off your art:

PiDoodleBoard

And tweet it afterwards!

Setup Raspberry Pi

Set up environmental variables for Twitter API

export TWITTER_API_KEY "YOUR API KEY"
export TWITTER_API_SECRET "YOUR API SECRET"
export TWITTER_TOKEN "YOUR TWITTER TOKEN"
export TWITTER_TOKEN_SECRET "YOUR TWITTER TOKEN SECRET"

Compile the doodle application

git clone https://github.com/DerrickGold/Pi-Doodle-Board.git
cd DrawingPi/libBAG && make
cd ../ && make

Start the web server and doodle program

python3 ../server.py &
./DrawingPi.bin

Setup Remote Display

Open a web browser and go to

http://YOUR_PI_IP_ADDRESS/index.html

Project information

  • Project URL Github
© Copyright Derrick Gold. All Rights Reserved
Designed by BootstrapMade