Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

type object 'I2S' has no attribute 'RX' #29

@DansDesigns

Description

@DansDesigns

Hello,
When using the following setup for an I2S Microphone on ESP32-WROOM-32

audio_in = I2S(0,
               sck=bck_pin,
               ws=ws_pin,
               sd=sdin_pin,
               mode=I2S.RX,
               bits=16,
               format=I2S.MONO,
               rate=16000,
               ibuf=16000
               )

I keep getting the type object 'I2S' has no attribute 'RX' error..
I'm not sure what the issue is but I'm guessing its firmware based?

Thank you for the help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions