Git Product home page Git Product logo

pi-screen-remote's Introduction

Smart Projector Screen

This project involves making a dumb projector screen with a RF remote a smart one by triggering button presses on the remote via a Raspberry PI.

Version 2 (Latest)

This version utilized a cheap 315Mhz transmitter that I managed to order from AliExpress. I used the receiver to capture the RF codes emitted by the remote and used the transmitter to emit them. This iteration resulted far less components in the chain (no octocouplers, resisters, jumper cables, a remote with batteries) but with the same outcome. Besides, now I can repurpose the octocoupler setup for another remote!

almost kid-safe, but not quite?

Version 1

This was the initial version of the project. While I could have used RF transmitters, I decided to experiment with octocouplers as the solution seemed like a more generic one to me.

Here, I connect the GPIO pins of the RPi in to an octocoupler (with apropriate resistance), and use it to complete a circuit on the remote control to simulate a button press. As janky as it looks, this solution worked very reliably.

don't let your kids near this

Setup

  • Make sure you have python3
  • pip install -r requirements.txt

Usage

  • Start the server by running ./server.py
  • The API is now availble on http://0.0.0.0:8080
Path Method Query Parameters Description
/up POST None Causes the screen to completely roll up.
/down POST timeout=5 Causese the screen to roll down, use the timeout parameter to issue a stop command after a specific time, useful for controlling how far down the screen should roll.
/stop POST None Sends a stop signal, will halt whatever the operation that was in progress.

pi-screen-remote's People

Contributors

rajiteh avatar

Stargazers

HP avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.