433Mhz module #1194
Unanswered
salarizadi
asked this question in
Q&A
433Mhz module
#1194
Replies: 1 comment 15 replies
-
I don't have experience working with a "433Mhz receiver" so I'm unsure what you are trying to do. From the code, it looks like you want to have a callback invoked when pin 22 changes state (from low to high and from high to low). Is that correct? You say it doesn't work, but what does that mean? For example, is the callback never invoked, is it invoked too often, is it invoked sometimes but missing some expected callbacks, etc? Also, how far apart in time are the expected callbacks? |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to write the 433 MHz module, but unfortunately I encountered several problems and after more than 20 tests and outputs I could not solve it:
The problem is the monitor pin :
I think the monitor pin does not send accurate and correct information, because I wrote the exact same code in C, the code works for ESP32, but I use the monitor with javascript, the information is not correct.
GPIO Config C code :
What did I miss or what did I do wrong in the javascript settings that the 433Mhz receiver code works in C but not in javascript?
Beta Was this translation helpful? Give feedback.
All reactions