/eka_tv

Prototyping TV UI and using IR remotes on Raspberry Pi. Part on the Estonian Academy prototyping course

Primary LanguageHTML

eka_tv

Prototyping TV UI and using IR remotes on Raspberry Pi. Part on the Estonian Academy prototyping course.

Installing and starting the server

OSX

npm install
npm install node-hid
node server

Raspberry Pi

npm install
npm install lirc_node
node server_pi