-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Migrating to M5 Cardputer #39
Comments
I have some progress: Definitelly something wrong with mic settings: i tested all other possible I2S_MIC_CHANNEL values with no success. What else could be done for SPM1423HM4H-B mic? |
I want to test S3 next week, you can test platform = espressif32@6.3.1 I made some i2s test programs for s3 already, on Also check the open pull request, which is also for S3 |
Well, I did it.
|
Hello,
I made changes in platformio.ini and in Application.cpp(GPIO_TRANSMIT_BUTTON 0 and active LOW, I2S pins also redefined) to work with m5stack-stamps3:
[env:m5stack-stamps3]
board = m5stack-stamps3
platform = espressif32
build_flags = -Ofast -D USE_I2S_MIC_INPUT -D USE_ESP_NOW
lib_ignore = indicator_led_pico
in platformio_override.example.ini:
[env:esp32dev]
;;board = esp32dev
board = m5stack-stamps3
build_flags = -Ofast -D USE_ESP_NOW -D USE_I2S_MIC_INPUT
Compilation OK but serial out only:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0x2b (SPI_FAST_FLASH_BOOT)
Saved PC:0x4202173e
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x44c
load:0x403c9700,len:0xbe4
load:0x403cc700,len:0x2a68
entry 0x403c98d4
and nothing more.
What else have I change to?
The text was updated successfully, but these errors were encountered: