You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for this great project. Especially the excellent documentation speeds up the setup process.
However, I still have a question about wiring.
I setup the HW using a WT32-ETH01 connected to CC1101 transceiver.
I flashed ESP32 with v2.4.6 and did a basic config-setup of LAN network and radio.
LAN is working fine.
Radio config has been done according to the wiring below.
Wiring between CC1101 and WT32-ETH01:
Receiving radio signals form my RF remote works. I can see the commands in the logs tab.
However, when I try to pair my Somfy motor with ESPSomfy-RTS no RF signal is sent. The motor does not jog.
So receiving works but there's no sending.
Since GDO0 is for sending I decided to connect it to GPIO02 as suggested in the Simple Hardware Guide and now sending works like a charm.
So far so good. I could live with that change but my question is: Why sending doesn't work with GPIO32 ?
Now you might refer to this troubleshooting tip suggesting that I mixed up rf-tx-pin and rf-rx-pin. However, I have the same hardware with the wiring above in use with Tronferno project and sending even works with GPIO32 there. Why is that?
BR,
Andy
How to reproduce it (step by step)
1. Setup hardware
2. Flash firmware
3. Configure Network
4. Configure Radio. Especially the GPIO connection GDO0 <--> GPIO32
5. Verify receiving of signals from RF remote
6. Pairing with a Somfy motor fails (motor does not jog)
7. Change wiring of GDO0 to GPIO02
8. Pairing with a Somfy motor works (motor jogs)
Logs
The text was updated successfully, but these errors were encountered:
For some LAN ESP32 implementations GPIO32 and 33 have strange properties. I don't completely understand why that is but perhaps it has something to do with the way the LAN8720A PHY is wired up. Bear in mind that GDO0 is an input/output pin.
Hardware
ESP32 WT32-ETH01
Firmware version
v2.4.6
Application version
v2.4.6
What happened? What did you expect to happen?
Hello and thank you for this great project. Especially the excellent documentation speeds up the setup process.
However, I still have a question about wiring.
I setup the HW using a WT32-ETH01 connected to CC1101 transceiver.
I flashed ESP32 with v2.4.6 and did a basic config-setup of LAN network and radio.
LAN is working fine.
Radio config has been done according to the wiring below.
Wiring between CC1101 and WT32-ETH01:
Receiving radio signals form my RF remote works. I can see the commands in the logs tab.
However, when I try to pair my Somfy motor with ESPSomfy-RTS no RF signal is sent. The motor does not jog.
So receiving works but there's no sending.
Since
GDO0
is for sending I decided to connect it toGPIO02
as suggested in the Simple Hardware Guide and now sending works like a charm.So far so good. I could live with that change but my question is: Why sending doesn't work with
GPIO32
?Now you might refer to this troubleshooting tip suggesting that I mixed up rf-tx-pin and rf-rx-pin. However, I have the same hardware with the wiring above in use with Tronferno project and sending even works with
GPIO32
there. Why is that?BR,
Andy
How to reproduce it (step by step)
Logs
The text was updated successfully, but these errors were encountered: