With esp32 on GPOI 27 and 26
With NodeMCU on D0, D1, D2 and D3
I first tried connecting to CS as shown in wiring, but as i read more, i tried connecting to data with and without connecting CS to VCC. I also tried using the VIN and VU Pins on the NodeMCU for Power supply - all without success. Do i have a broken device, or missed i something?
My findings until now: With the ESPiLight example Receiver code, i get the srx822 working when i connect VCC and CS to VU, and DATA to D2.
Then i tried to do the same with OpenMqttGateway, but i got a crash loop. If i disconnect D2, it doe not crash. Shall i file a issue?
I’m using a recent git clone. And with platformio the env:nodemcuv2-pilight. git diff shows only:
diff --git a/main/config_RF.h b/main/config_RF.h
…
-# define RF_RECEIVER_GPIO 0 // D3 on nodemcu // put 4 with rf bridge direct mod
+# define RF_RECEIVER_GPIO 4 // D3 on nodemcu // put 4 with rf bridge direct mod
…
Nothing else changed.