Search found 2 matches

by Xelbor
Mon May 27, 2024 9:16 am
Forum: Hardware
Topic: ADCSRA on Esp32
Replies: 2
Views: 960

ADCSRA on Esp32

Hello! I want to transfer code from Arduino Nano to Esp32. However, I encountered the following problems: exit status 1 'ADCSRA' was not declared in this scope 'TCCR2A' was not declared in this scope error: 'ACBG' was not declared in this scope 'ACME' was not declared in this scope And with others. ...
by Xelbor
Fri Sep 15, 2023 5:09 am
Forum: Hardware
Topic: Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. Error Esp32
Replies: 1
Views: 3802

Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. Error Esp32

I'm trying to implement speech recognition on a max9814 microphone module. I found the code in the article, but it was written for Arduino Nano. I tried to port the code to Esp32, but I have little experience in this matter, and I studied some points in ChatGpt. However, I eventually ran into this e...