Search found 3 matches
- Fri Jan 14, 2022 2:01 am
- Forum: ESP-ADF
- Topic: ESP-ADF not running on Apple M1 Chip?
- Replies: 5
- Views: 15578
Re: ESP-ADF not running on Apple M1 Chip?
It appears IDF 5 does not contain the jsmn component. Downgrading may help.
- Sun Jan 09, 2022 11:48 pm
- Forum: ESP-ADF
- Topic: ESP-ADF not running on Apple M1 Chip?
- Replies: 5
- Views: 15578
Re: ESP-ADF not running on Apple M1 Chip?
Same here, but on IDF 5.0 and Linux (Ubuntu 20.04LTS).
- Mon Oct 04, 2021 8:34 am
- Forum: Report Bugs
- Topic: I2S_0 and I2S_1 clocks drift out of sync
- Replies: 1
- Views: 46968
I2S_0 and I2S_1 clocks drift out of sync
In our project, we have two I2S peripherals; An internal ADC on driver I2S_0. An external DAC on I2S_1 We use DMA and an interrupt routine to read the ADC at 44.1KHz via I2S. We use DMA and an interrupt routine to write to the DAC at 44.1KHz via I2S. It is a simple DSP setup; an analog signal is sam...