Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Microcontroller
    5. ESPHome & AtomS3 Lite GPIO35 Konflikt?

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    ESPHome & AtomS3 Lite GPIO35 Konflikt?

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      Dieter_P last edited by

      Hallo
      nutze den AtomS3 Lite in der Anwendung wo ich die RGB LED, Taster etc nutze. Nun kann ich aber seit ca. 2-3 Monaten die yaml in ESPHome nicht mehr kompilieren, da mit ein Konflikt von GPIO 35 und dem PSRAM gemeldet wird.

      Das es Kompilierung ist und das Device noch läuft, funktioniert es auch noch aber zukunfstfähig ist das so nicht.

      Kann mir hier jemand helfen? Im Netz finde ich leider keine Hilfe da entweder ähnliches Problem oder meine aktuelle Lösung (älterer Post) zu finden ist:

      Device: https://botland.de/atom-serie/22676-atoms3-lite-dev-kit-esp32s3-entwicklungskit-m5stack-c124-6972934174055.html

      Fehler:

      INFO ESPHome 2025.8.0
      INFO Reading configuration /opt/iobroker/iobroker-data/esphome.0/esp32s3-flur.yaml...
      WARNING GPIO35 is used by the PSRAM interface on ESP32-S3R8 / ESP32-S3R8V and should be avoided on these models
      Failed config
      
      light.esp32_rmt_led_strip: [source /opt/iobroker/iobroker-data/esphome.0/esp32s3-flur.yaml:44]
        platform: esp32_rmt_led_strip
        rgb_order: GRB
        pin: 35
        num_leds: 4
        
        [rmt_channel] is an invalid option for [light.esp32_rmt_led_strip]. Please check the indentation.
        rmt_channel: 1
        chipset: ws2812
        id: led
        name: Led
      

      YAML (Auszug):

      esphome:
        name: esp32s3-flur
        friendly_name: esp32s3-flur
      
      esp32:
        board: esp32-s3-devkitc-1
        framework:
          type: arduino
        variant: esp32s3
      
      # Enable logging
      logger:
      
      # Enable Home Assistant API
      api:
        encryption:
          key: "xxx"
      
      ota:
        platform: esphome
        password: "xxx"
      
      
        # Enable fallback hotspot (captive portal) in case wifi connection fails
        ap:
          ssid: "Esphome-Atoms3 Fallback Hotspot"
          password: "xxx"
          ap_timeout: 15s
      
      captive_portal:
      
      web_server:
        port: 80
      
      light:
        #G35=RGB WS2812C-2020
        - platform: esp32_rmt_led_strip
          rgb_order: GRB
          pin: 35
          num_leds: 4
          # RMT 0 channels will be occupied by IR
          rmt_channel: 1
          chipset: ws2812
          id: led
          name: "Led"
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      Support us

      ioBroker
      Community Adapters
      Donate

      451
      Online

      32.0k
      Users

      80.5k
      Topics

      1.3m
      Posts

      atoms3lite esp32s3 esphome
      1
      1
      37
      Loading More Posts
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      Community
      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
      The ioBroker Community 2014-2023
      logo