Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @enukic, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have been trying to get I2S input running using following components:
Raspberry Pi Pico board and es8388 codec, and I have the following pinout:
Note: I have I2C pull-up resistors connected
I have my code in a github repo here:
https://github.com/enukic/pico_es8388_sample
When I run the code, and if I try printing received values inside
void __not_in_flash_func(test_on_rec)(void)
I'm only receiving zeros.
es8388 driver is based on Phil Schatzman's Arduino Audio Kit driver for the same codec. I just extracted it so I don't have the use the library in my code.
My questions are:
Thanks in advance!
Emir
Beta Was this translation helpful? Give feedback.
All reactions