-
Notifications
You must be signed in to change notification settings - Fork 64
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
Correct pins for V2.2 2957 board #42
Comments
Hello all, I have the 2957 board, and made a set of modifications to the board config files, and 8388 codec files as well. So far I've got working:
(Note : for this to work, it was essential to modify the board config files to DISABLE support for capacitive touch buttons. Since the A1S driver derived from the Lyra 4.3T, and the Lyra uses capacitive buttons but the A1S don't, they were causing a lot of crackling on the recording (interrupt issues I guess?) and make it unusable. As it is now, the volume is low but it works at least.) As I don't know how to use Git (and I'm not ashamed to say that lol), I will include a set of .zip files which should be modified for the board to work. The file names says where they should be put, so if you gonna get them, make a backup of those files on the directory where they'll replace the originals. My environment: If it works for you and you think it's worth, feel free to make this set of modifications on a 'Git-Proper'(TM) way, since I don't know how :-) . Hope it helps! |
here is my forked by the way, the zip files @lderani mentioned in the above comment lack some files, and do not work. |
Well, dunno why, but it works for me. Right now I'm compiling a project with IDF+ADF that uses wifi, sdcard, a serial control interface, web server, mic recording and media playing with volume controls using my mods. and it works fine :-) . But hey, the more the merrier! Thanks for putting your mods on a proper new fork, and good luck with your projects! 👍 |
I magically made it work by downgrading the IDF to version 4.2 or whatsoever, I cannot even recall. I also have the trash codec in my version on board which also means that some of ADF example don't work. I personally find this board absolutely useless and go for bare esp32 + standalone modules (SD + MAX98357A + display etc) and eventually design own pcb which seem to be way easier. Sorry AI-thinker but next time make sure to follow what versions have which version of codecs when you design and sell a product. You could have actively tested IDF versions and warn people with compability issues in readme in order to prevent wasting time and try/fail each version of IDF/ADF. @lderani @trombik thank you very much for taking time to write your solutions. I hope the next person will find this thread and fix their boards. |
instead of forking, i made a |
I decided to skip this since it has too many irrelevant responses and super difficult to find a proper solution.
Has anyone fixed this problem with the V2.2 2957 board?
E (1026) AUDIO_HAL: codec init failed!
E (1026) AUDIO_BOARD: /home/test/esp/ESP32-A1S-AudioKit/components/audio_board/ai_thinker_audio_kit_v2_2/board.c:55 (audio_board_codec_init): Got NULL Pointer
E (1036) AUDIO_HAL: audio_hal handle is null
and @xuhongv what is your latest fix regarding the issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: