Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to flash T-RelayS3 (6 relays) with Tasmota #2

Open
SimonFili opened this issue Sep 19, 2023 · 0 comments
Open

How to flash T-RelayS3 (6 relays) with Tasmota #2

SimonFili opened this issue Sep 19, 2023 · 0 comments

Comments

@SimonFili
Copy link

I managed to flash Tasmota on this Lilygo device, here are the steps.

  1. I connected a USB to TTL directly on the TX/RX/GND pin on the Lilygo relay board
  • I'm not using the T-U2T adapter
  1. Power-up the device while pressing the boot button
  • Better here to have a good power supply connected to the DC input
  1. go to : https://tasmota.github.io/install/

  2. In the drop-down, choose : Tasmota32-S3 (QIO Flash/OPI PSRAM)

  3. Connect to the USB port of your USB to TTL

  4. Flash (erase if needed)

  • Here you should be able to connect to the Wi-Fi hotspot and configure the wifi and connect to it
  1. Then you need to compile with using those instructions : Compiling Tasmota for ESP32 using Gitpod arendst/Tasmota#18745

  2. Add those line to user_config_override.h
    #define USE_SHIFT595
    #define USE_RTC_CHIPS
    #define USE_DS3231
    #define USE_RTC_ADDR 0x51

  3. Upload the new firmware with the Tasmota web interface

  4. With the updated Firmware, you need to add a new template and apply it
    Go copy it from https://templates.blakadder.com/lilygo_T-Relay-S3.html

  5. You should now have a fully functional T-RelayS3 with Tasmota

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant