Updated Simple ESPSomfy RTS device (markdown)

rstrouse 2024-07-25 17:10:55 -07:00
parent cca2fa5f34
commit 3207b810be

@ -24,11 +24,12 @@ Most any wireless ESP32 will suffice to install ESPSomfy RTS if they meet the sp
ESPSofmy RTS starting in version 1.3.x has support for wired ethernet ESP32 boards. For my production device I chose wifi and an ESP32 Wroom but I have hooked up a WT32-ETH01 to try it out and it works fine. Bear in mind that most of these boards have quirks to get them initially programmed. Most of them do not have a serial USB port on them and they share pins that you will likely use for your transceiver. So when initially programming you may find yourself disconnecting the transceiver to get the serial port to work. I have built in support for the most common boards but there are custom settings so you may add your own based upon the board specs.
Supported Ethernet Boards:
* WT32-ETH01
* Wireless Tag WT32-ETH01
* Olimex ESP32-POE
* Olimex ESP32-EVB
* LILYGO T-Internet POE
* wESP32 (all versions)
* Silicognition wESP32 (all versions)
* Everything Smart EST-PoE-32
***IMPORTANT:*** Always verify the settings for the board are correct. While I have pulled the information for the board settings from currently available information, manufacturers can change the spec sheets so incorrect Ethernet settings can actually destroy and ESP32.
@ -167,6 +168,24 @@ This is an interesting little board in that it it seems to have quite a few more
<sup><sub>This pin reference is for the E07-M1101D. If you have another transceiver the pins should match the function in the second column.</sub></sup>
## ESP-PoE-32
This is a wired ethernet model from Everything Smart that can be connected via PoE. Below are the suggested pins.
![image](https://github.com/user-attachments/assets/f0999ec4-aa52-425c-8004-01a11f60c85e)
| Pin | Description | ESP Pin |
| --- | ----------- | ------- |
| 1 | GND | GND |
| 2 | VCC | 3v3 |
| 3 | GDO0 - This is the TX Pin | GPIO 02 |
| 4 | CSN | GPIO 05 |
| 5 | SCK | GPIO 14 |
| 6 | MOSI | GPIO 13 |
| 7 | MISO | GPIO 32 |
| 8 | GDO2 - This is the RX pin | GPIO 35 |
<sup><sub>This pin reference is for the E07-M1101D. If you have another transceiver the pins should match the function in the second column.</sub></sup>
# ESP32s3 Mini
This is a tiny little postage stamp sized board. Visit the following [wiki](https://github.com/rstrouse/ESPSomfy-RTS/wiki/Mini-ESP32s3-Device-Build) for an act of miniaturization build. Here are the pinouts below that work really well.