Open
Description
Hello,
I'm trying to decode my awnings RF codes, I'm using a Wemos D1 and a RXB6 receiver and I have this PINs config:
#ifdef ESP8266
// ESP8266 D1 Mini
#define PIN_RF_RX_PMOS_0 NOT_A_PIN // High Side P-MOSFET, active on LOW level
#define PIN_RF_RX_NMOS_0 NOT_A_PIN // Low Side N-MOSFET, active on HIGH level
#define PIN_RF_RX_VCC_0 NOT_A_PIN // Power to the receiver on this pin
#define PIN_RF_RX_GND_0 NOT_A_PIN // Ground to the receiver on this pin
#define PIN_RF_RX_NA_0 NOT_A_PIN // Alt. RX_DATA. Forced as input
#define PIN_RF_RX_DATA_0 D7 // On this input, the 433Mhz-RF signal is received. LOW when no signal.
#define PIN_RF_TX_PMOS_0 NOT_A_PIN // High Side P-MOSFET, active on LOW level
#define PIN_RF_TX_NMOS_0 NOT_A_PIN // Low Side N-MOSFET, active on HIGH level
#define PIN_RF_TX_VCC_0 NOT_A_PIN // +5 volt / Vcc power to the transmitter on this pin
#define PIN_RF_TX_GND_0 NOT_A_PIN // Ground power to the transmitter on this pin
#define PIN_RF_TX_NA_0 NOT_A_PIN // Spare RX pin. Forced as input
#define PIN_RF_TX_DATA_0 D4 // Data to the 433Mhz transmitter on this pin
#endif
The debug shows that the device can connect to my WIFI and to MQTT server, but no code is ever sent via MQTT or presented in the terminal. I've also tried with D6 as PIN_RF_RX_DATA_0
.
I read the voltage of D7 (and D6 when I connected there) and it's always around 1.2v, as soon as I press one key on the awnings RF transmitter the voltage raises to 1.4 and when I release the key it goes to 0 for a couple of seconds and back to 1.2v. What am I missing?
Thank you
Metadata
Metadata
Assignees
Labels
No labels