Search found 3 matches
- Wed Nov 01, 2023 1:26 am
- Forum: 硬件问题讨论
- Topic: ESP32-S3-WROOM-1开发板调I2C,时钟没有波形
- Replies: 1
- Views: 19721
已经解决--Re: ESP32-S3-WROOM-1开发板调I2C,时钟没有波形
原因是逻辑分析仪坏了
- Thu Oct 12, 2023 7:33 am
- Forum: ESP-ADF 中文讨论版
- Topic: C3的I2S ES8311 Example例子没声音
- Replies: 3
- Views: 26008
Re: C3的I2S ES8311 Example例子没声音
REG:00: 80 REG:01: 3f REG:02: 48//x REG:03: 10 REG:04: 10 REG:05: 00 REG:06: 03 REG:07: 00 REG:08: ff REG:09: 0c REG:0a: 0c//x REG:0b: 00 REG:0c: 20//x REG:0d: 01 REG:0e: 02 REG:0f: 00 REG:10: 13//x REG:11: 7c//x REG:12: 00 REG:13: 10 REG:14: 1a REG:15: 00//x REG:16: 04//x REG:17: c8//x REG:18: 00 R...
- Tue Oct 10, 2023 7:28 am
- Forum: 硬件问题讨论
- Topic: ESP32-S3-WROOM-1开发板调I2C,时钟没有波形
- Replies: 1
- Views: 19721
ESP32-S3-WROOM-1开发板调I2C,时钟没有波形
/* * SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: CC0-1.0 */ #include <stdio.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/i2s_std.h" #include "esp_system.h" #include "esp_check.h" #include "es8...