Search found 4 matches

by AnsonChiu
Tue May 24, 2022 2:12 am
Forum: Hardware
Topic: ESPS2 ULP(RISC-V) ADC
Replies: 0
Views: 1065

ESPS2 ULP(RISC-V) ADC

我在 ESP32-S2 Deep Sleep 時 啟用了 ULP (RISCV) 來量測 ADC. (0~8191)
由 ADC 讀到的值會有 3000 多的 Offset ==> 當 ADC 接地 --> 3000 多, 接 2.5V --> 8191

ESP32-S2 ADC 在 RISC-V 是有問題嗎?
by AnsonChiu
Thu Apr 14, 2022 6:25 am
Forum: 硬件问题讨论
Topic: ESP32-s2 ULP RISC-V ADC
Replies: 0
Views: 1110

ESP32-s2 ULP RISC-V ADC

有 相關 RLP RISCV ADC 相關的資料與範例嗎?
by AnsonChiu
Tue Mar 29, 2022 10:08 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32-S3 ULP
Replies: 1
Views: 1394

ESP32-S3 ULP

請問 ULP 相關的 的 example 是否支援 ESP32-S3?
我試了:
\esp-idf-v4.4\examples\system\deep_sleep
裡面 切到 set-target esp32s3 , menuconfig 沒有 ULP 的選項 (ESP32 有)

\esp-idf-v4.4\examples\system\ulp_fsm\ulp
build 失敗


是 ESP32-S3 的 ULP 有問題嗎?
by AnsonChiu
Tue Mar 29, 2022 9:54 am
Forum: Sample Code
Topic: ESP32-S3 ULP Sample Code
Replies: 1
Views: 2914

ESP32-S3 ULP Sample Code

example code on esp-idf-v4.4\examples\system\ulp_fsm\ulp

Is the sample code support on ESP32-S3 ?