I need create a Garage door extender and I have a problem sending using the Protocol 6.
My setup is:
Sender: Arduino Uno with FS1000A
Receiver: TTGO ESP32 LILYGO TCALL with MX-RM-5V (working)
running ReceiveDemo_Simple
Using on receiver on ESP32 I got this reading using any of my (garage Door opening) remote controls...
Received: 202212404 / 28bit Protocol: 6, delay is : 501
Received: 202215601 / 28bit Protocol: 6, delay is : 503
Received: 202211407 / 28bit Protocol: 6, delay is : 501
Received: 202213033 / 28bit Protocol: 6, delay is : 503
Received: 202272129 / 28bit Protocol: 6, delay is : 503
I have some remotes what uses Protocol 6 here my control board don´t have more space to more controls. I use a Arduino to adopt more controls but the RC-Switch can read any remote control, but I created a sender using this protocol and my receiver board don't receive nothing. I want to known where is my mistake.
I need create a Garage door extender and I have a problem sending using the Protocol 6. My setup is: Sender: Arduino Uno with FS1000A Receiver: TTGO ESP32 LILYGO TCALL with MX-RM-5V (working) running ReceiveDemo_Simple
Using on receiver on ESP32 I got this reading using any of my (garage Door opening) remote controls...
I have some remotes what uses Protocol 6 here my control board don´t have more space to more controls. I use a Arduino to adopt more controls but the RC-Switch can read any remote control, but I created a sender using this protocol and my receiver board don't receive nothing. I want to known where is my mistake.
look my code...