Search found 6 matches

by UnknownBotIndustries
Thu Oct 10, 2024 12:27 am
Forum: Hardware
Topic: Multiple ESP32-WROOM-32D not responding
Replies: 6
Views: 1569

Re: Multiple ESP32-WROOM-32D not responding

Hmm, interesting ideas. Well GPIO 12 reads 0v, and GPIO 15 reads 3.3v, yet GPIO5 reads 1.85v? Not sure what's going on there. The power supply is A-ok, yet I'm not sure about the CHIP-PU input. As the schematic reads, I put down 10k ohms and 1uf, as the datasheet suggests, and my multimeter reads 10...
by UnknownBotIndustries
Wed Oct 09, 2024 6:22 am
Forum: Hardware
Topic: Multiple ESP32-WROOM-32D not responding
Replies: 6
Views: 1569

Re: Multiple ESP32-WROOM-32D not responding

I wish that was the answer, but no I've tried both with a serial reader and no answer. Here's the analyser with IO0 low, but no ESP-IDF: Screenshot 2024-10-08 230705.png Here's the analyser with IO0 high: Screenshot 2024-10-08 231252.png Here's the analyser with IO0 low, but with ESP-IDF trying to c...
by UnknownBotIndustries
Tue Oct 08, 2024 4:14 am
Forum: Hardware
Topic: Multiple ESP32-WROOM-32D not responding
Replies: 6
Views: 1569

Multiple ESP32-WROOM-32D not responding

Hey Everyone! I have a little weird situation with one of my recent projects. I've only worked with the ESP32-WROOM-32 module once before, but I've used the ESP32-S3 module multiple times. My recent design looks like this: Screenshot 2024-10-07 205642.png IO0 reads as 3.3v and the boot button works ...
by UnknownBotIndustries
Tue Apr 09, 2024 3:33 am
Forum: ESP-IDF
Topic: i2s Read Gives Data Even When Grounded
Replies: 2
Views: 2110

Re: i2s Read Gives Data Even When Grounded

Bump. Does anyone have any ideas? Do you guys need anything more information to answer? I'm truly out of ideas.
by UnknownBotIndustries
Mon Apr 08, 2024 1:18 am
Forum: ESP-IDF
Topic: i2s Read Gives Data Even When Grounded
Replies: 2
Views: 2110

i2s Read Gives Data Even When Grounded

Hey all, I'm back! The last time I posted here I had some problems with my audio codec AK5720VT, and the chip I was working with ESP32-C6 was crashing whenever I tried to use it. This was because of the size of the samples I was trying to allocate. Now I come with a different problem, in which I now...
by UnknownBotIndustries
Mon Apr 01, 2024 3:52 am
Forum: ESP-IDF
Topic: i2s read causes ESP32-C6 to Crash??
Replies: 1
Views: 509

i2s read causes ESP32-C6 to Crash??

Hey all, I'm having this really weird issue with a setup between my ESP32-C6-WROOM-1 and an AK5720VT. When I run the following code: [Codebox]#include <stdio.h> #include <driver\i2s_std.h> #include "driver\gpio.h" #include "freeRTOS\freeRTOS.h" #include "freeRTOS\task.h" void app_main(void) { printf...