Skip to content

rachelnicole/pigallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

。・゚゚・ ᵗᶦⁿʸ ᵍᵃˡˡᵉʳʸ ・゚゚・。

alt text

its the tiny gallery

This documentation is ever-changing as new improvements are made to the codebase, and as we come up with better explanations for all skill levels. The README.md is still being completed, and as it's not complete, please feel free to watch the project as updates are available.

The code is extremely alpha, and has not been refactored, but will be as we make better decisions.

About

Tiny Gallery is a project that allows you to display pixel art on a Raspberry Pi, the pixel art is controlled from a hosted web site, and when you click on the art piece you want to display, it shows up for 2 seconds. It's a fun and cute interactive project, and you can totally make one yourself! Lets learn how.

Prerequisites

Things we'll Learn

  • How to utilize Version Control for a more effective workflow.
  • How to utilize Continuous Deployment with github & Microsoft Azure.
  • How to use Microsoft's IoT Hub.
  • How to set up a Raspberry Pi Model 3 environment.
  • How to run C code for hardware interaction from a Node backend.
  • How to wire up a 32x32 led matrix to a raspberry pi.
  • How to set up a Node.js Web App with socket.io & express.

Part List

Hardware Set-Up

TODO.

Code Time!

This repository includes the code that I've created, though we'll also be using the library https://github.com/hzeller/rpi-rgb-led-matrix/ for the actual displaying of the animated gifs on the pi.

Lets start by cloning this repository onto your local machine, or downloading the zip file.

Inside the repo you've downloaded exists two separate code bases. One that lives on your hosted site, and the pi folder which is the code that will be running on your pi.

Current Known Issues

  • No queing for images clicked across various open connections with the hosted site
  • No capability to upload your own images, have to be hard added.
  • No indication of whether or not the pi is offline.

Current Unknown Issues

I don't know, why don't you open an issue and tell me so we can make it better together!

Future Features

  • Non-interactive mode, just run gifs on the matrix without internet connectivity.
  • Allow for uploading of gifs from server to pi.
  • Allow for live drawing on a canvas element to update on the pi.
  • ???

Releases

No releases published

Packages

No packages published