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

I have no idea how to read this, tried all available libraries #2054

Open
mogim0gi opened this issue Sep 12, 2024 · 1 comment
Open

I have no idea how to read this, tried all available libraries #2054

mogim0gi opened this issue Sep 12, 2024 · 1 comment

Comments

@mogim0gi
Copy link

mogim0gi commented Sep 12, 2024

Can you please help me find a way to read and emulate this 433mhz remote of my pergola motor?

I have tried all available libraries and no luck, its chinese motor. I bought sonoff rf bridge, then lora , then CC1101. Feeling desperate.

IMG_0472
IMG_0467
IMG_0480
remote spec sheet

I dont get any log messages in openmqtt gateway when I click the buttons on remote.

@JamiePhonic
Copy link

First and easiest suggestion, double check your wiring.

Failing that, try using an ESP32 and a cheap 433Mhz Receiver board like These, connect it up using some Dupont Jumper wires according to These Instructions and flash the esp32dev-rf build.

You shouldn't need to solder the antenna on, at least while you're testing. Just have the Receiver board (the long one) sitting next to your transmitter while you test.

If you have a second ESP32, you can set it up as a transmitter and then send an RF message (Example Here) using "MQTTExplorer" and see if it's picked up by the receiver. If it is, the remote you have may not actually be 433 Mhz

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

2 participants