Skip to content

hammerlerobi/makethingstalk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MakeThingstalk

a project to build your own rfid trigged mediastation based on a raspberry pi.

Build Status License

this project is in early development but we try to provide a working version on master at any time.

Installation

Setup RaspberryPI

  • Starting on a blank raspian enable SPI via
$ sudo raspi-config

Select “Interfacing Options” and enable SPI

Clone

  • Clone this repo to your raspberryPI https://github.com/hammerlerobi/makethingstalk

Setup

Make sure you have at least node@10 or later installed.

Frontend Part

Navigate in the cloned directory and from there navigate in the frontend directory.

install dependencies using npm install

$ npm install 

now build the frontend:

$ npm run build

you should see a build folder now in in the frontend directory.

Backend Part

Navigate in the cloned directory and from there navigate in the backend directory.

install dependencies using npm install

$ npm install 

now you should be good to go run:

$ npm run start

If you run into issues maybe your user has not the correct rights to access the SPI Interface. We will provide a how to for this issue later for now run in elevated shell using sudo.

$ sudo npm run start

Now the application should start and you should be able to navigate to the frontend aswell as the player.

You can find the Player on
http://localhost:4000/player/

Videos should be played via OMXPlayer make sure you have the latest version installed

You can find the Backend on
http://localhost:4000/


License

License

About

A rfid based mediaplayer for the raspberryPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •