Coder Social home page Coder Social logo

usb_remotecontrol's Introduction

USB Remote Control

About

The goal of this project was to make an USB dongle allowing you to remotely control your PC with your phone with minimal setup. I achieved it by combining microcontroller with USB HID interface and Bluetooth module. Thanks to utilizing standard HID interface the receiver side is plug-and-play. Only setup is needed on smartphones side, i.e. installing the app and connecting to the dongle.

Hardware

Schematic

Schematic was made in KiCad

I used STM32F103C6 MCU as it was the cheapest MCU with USB that I had. For Bluettoth connection I used JDY-33 Bluetooth module that can be easily controlled via UART interface. I also added some LEDs and buttons for showing information like state of connection.

The boards were manufactured by JLCPCB

BoardFront BoardBack

After soldering everything and trying to test the board I found out I could get it to connect to PC via USB. After some research I found out that my MCU is one of few from STM32 family that does not embed pullup resistor on D+ line, so I had to add it. Fully assembled device is shown below:

BoardFront BoardBack

Android App

Android App was made using MIT App Inventor, and in design it tries to imitate classical remote control with some additional functions like send text or change current tab in a browser. Current version heavily supports controlling YTMusic web player.

App Screenshot

usb_remotecontrol's People

Contributors

mkrysz avatar

Watchers

 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.