Search found 2 matches
- Mon May 27, 2024 9:16 am
- Forum: Hardware
- Topic: ADCSRA on Esp32
- Replies: 2
- Views: 1182
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. ...
- 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: 3967
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...