Replies: 6 comments 8 replies
-
i try edit ml_boards.h add line : ane make new board file board_esp32s3.h /* on board led */ /*
#ifdef I2S_NODAC
#ifdef ADC_TO_MIDI_ENABLED /*
#define SDMMC_D1 3 // my choice #endif /* BOARDS_BOARD_ESP32_DOIT_H_ */ end of file I2S ok (got BCK dan LRCK signal) MIDI INput OK |
Beta Was this translation helpful? Give feedback.
-
and these serial debug : ESP-ROM:esp32s3-20210327 Loading data PappRohrSample.wav 15334 2 | 90 34 3e | Note On | Channel 0 | Pitch 52 | Velocity 62 |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for sharing. It may be possible that all SD Card pins are fixed but I didn't check the ESP32S3 spec. yet. On the ESP32 there is a fixed pin configuration. |
Beta Was this translation helpful? Give feedback.
-
last try with examples from SD_MMC.h |
Beta Was this translation helpful? Give feedback.
-
littlefs work fine, but how to play long until note_off like strings or violin sample ? |
Beta Was this translation helpful? Give feedback.
-
in my case need psramInit(); before using psram alloc to fix "Not able to allocate the complete PSRAM buffer!" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi marcel, I tried this project on an ESP32S3 with the following onboard pin configuration:
MIDI_VIA_SERIAL2
MIDIRX_PIN 4
MIDITX_PIN 9
I2S_BCLK_PIN 5 // I2S BIT CLOCK pin (BCL BCK CLK)
I2S_DOUT_PIN 6 // to I2S DATA IN pin (DIN D DAT)
I2S_WCLK_PIN 7 // I2S WORD CLOCK pin (WCK WCL LCK)
SDMMC_D1 3 // my choice
SDMMC_D0 13 // PCB hardlink
SDMMC_CLK 12 // PCB hardlink
SDMMC_CMD 11 // LOLIN PCB hardlink
SDMMC_D3 46 // PCB hardlink
SDMMC_D2 10 // my choice
how to configure these pn on your library ?
thanks for response
Beta Was this translation helpful? Give feedback.
All reactions