Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WizMote remote control protocol. #872

Open
zcaliptium opened this issue Mar 5, 2025 · 0 comments
Open

Add WizMote remote control protocol. #872

zcaliptium opened this issue Mar 5, 2025 · 0 comments

Comments

@zcaliptium
Copy link

What it is?

WizMote is a communication protocol used in IoT (remote controls and smart light bulbs). Basically it is data packet sent over ESPNOW.

In comparison to IR it is pretty neat thing for making own devices.

  1. It doesn't require having IR modules. You just take two ESP8266/ESP32 and use its WiFi module to send signals.
  2. You don't even need to connect them to same access point, because ESPNOW is a connection-less protocol.

Examples

  1. WLED firmware is a good example how it used:
    https://github.com/wled/WLED/blob/main/wled00/remote.cpp

  2. Here is example for sender & receiver. So u can use factory-made RC or make own.
    https://github.com/DedeHai/WLED-ESPNow-Remote

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant