Skip to content

Morveus/Telemancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telemancer Remote Controller

Prototype / Work in Progress

image

I've been looking for a good-looking, functional remote that can interact with my home automation setup. I've never been able to find something that works for me:

  • That is simple,
  • Open Source,
  • Can interact with HTTP ; I don't care about infrared or RF, because my HomeAssistant instance can act as a bridge, but IR might be added later in the development
  • Isn't tied to a hub: the calls would originate directly from the device,
  • Is not cloud-based,
  • Isn't subscription-based,
  • Can work with Kodi,
  • Isn't a smartphone : can be used in the dark, with buttons you can feel with your fingers and know which one does what without looking,
  • Uses a rechargeable battery, ideally a standard one like the 18650 or maybe a bit smaller

The idea is to build a WiFi remote that will send HTTP/HTTPS API calls to any endpoint (to me, it will be HomeAssistant, Yamaha MusicCast, Kodi, Philips Hue...). I also very much like the nVidia Shield remote's form factor, so that's the idea I've asked a CAD designer to work on.

Here's a TODO of the project and my current advancement:

  • 🟢 ESP32 running MicroPython
  • 🔴 Catching exceptions
  • 🟢 Rudimentary Web WiFi Setup
  • 🟢 Rudimentary Web Server
  • 🟢 Multiple Profiles (for instance 1 = Kodi, 2 = Trinnov, 3 = HomeAssistant, 4 = Yamaha)
  • 🟢 Up, Down, Left, Right, OK buttons
  • 🟢 Power and Reset Buttons
  • 🟢 Back and Home buttons
  • 🟢 Customizable behaviors:
    • 🟢 "Press Once": holding a button will only trigger the call once
    • 🟢 "Press and repeat until released": such button would repeat the same command (navigation, volume...)
    • 🟢 Repeat rate can be set (in ms) for each button
    • 🟢 Buttons can have a secondary mode (longpress)
  • 🟠 WiFi connectivity
  • 🔴 4 diodes that tell you which profile is currently set
  • 🔴 (Maybe) backlit buttons
  • 🟠 Web Interface
    • 🟢 Profile Names Management
    • 🟢 Adding and Deleting API tokens
    • 🟠 Managing buttons settings
    • 🔴 Prettier UI/UX (ultimately limited, but not an excuse for an ugly UI)
  • 🔴 PCB design
  • 🟠 Prototype mechanical design (awaiting quotations $$$)
    • 🔴 First, 3D printable
    • 🔴 Then, prototyped with silicon mold injection
  • 🔴 Beeper, to allow you to find the remote when lost between the seats by sending an HTTP call to its internal webserver
  • 🔴 Accelerometer allowing the backlight and profile LEDs to turn on when the remote is picked up (like on the nVidia Shield remote), before turning off after a specified, customizable amount of time
  • 🔴 Battery (18650) and charger
  • 🔴 USB-C connector

Maybe later, depending on how successful this project is:

  • 🔴 Infrared
  • 🔴 Bluetooth
  • 🔴 Charging base/dock

Prototype pictures (v0.0001)

signal-2023-11-29-113144_014 signal-2023-11-29-113144_012 signal-2023-11-29-113144_010

image

(please don't mind the PCB sketch which is totally random, I don't know anything about PCB design)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published