This board won't run - ESP32-PICO-KIT V4.1 #15
klingons-rule
started this conversation in
General
Replies: 2 comments 5 replies
-
By the way, I have compiled and run the organ example successfully on my Seeed Xiao.😀 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Regarding the PICO KIT ... I could imagine that they can be some Pin conflicts. I think I will update the projects to push out the pin configuration to show exactly which module will run over specific pins. I could imagine that the pro organ could be also interesting for you as soon the ESP32 starts to work. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm super interested in Marcel's organ project, so I'm building it.
I'm a jazz organist and can't wait to put it to use.
I have an ESP-PICO-KIT V4.1, and I'm putting it to a PCM5102 DAC.
So far, it compiles Ok. But when I run it, it goes into a reset loop.
Marcel suggests maybe it's pin problems, I'm not sure. I'm a seasoned electronics guy, with Arduino, but not yet with ESP32.
I've included the board_ESP32_DOIT in my project to force the correct I2S pins.
But this is what I get, using the Serial Monitor:
21:10:01.242 -> Loading data 21:10:01.242 -> Firmware started successfully 21:10:01.242 -> Initialize Audio Interface 21:10:01.285 -> Setup Serial2 with 31250 baud with rx: 16 only 21:10:02.182 -> ets Jun 8 2016 00:22:57 21:10:02.182 -> 21:10:02.182 -> rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) 21:10:02.182 -> configsip: 188777542, SPIWP:0xee 21:10:02.182 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 21:10:02.182 -> mode:DIO, clock div:1 21:10:02.182 -> load:0x3fff0030,len:1344 21:10:02.182 -> load:0x40078000,len:13516 21:10:02.182 -> load:0x40080400,len:3604 21:10:02.182 -> entry 0x400805f0
It runs over and over. I get no sound from the DAC.
Attached is my compile verbose. This is where I get lost.
I notice there's some stuff in the middle of it about WROOM, but that's not what a PICO KIT is.
It's a bit long, so I'll thank you all for any help now!
Cheers,
Graeme.
verbose ESP32-PICO.txt
Beta Was this translation helpful? Give feedback.
All reactions