2023/5/22

esp32s3 eye : led control

esp32-s3-eye 的 led 接在 GPIO3:


esp-idf 的 example 都是 esp32s3-devkit 的,所以 led 控制的 gpio 都不對。
所以要改成 gpio3

以 esp-idf 的 example : blink,要
idf.py menuconfig
Example Configuration --->
    Blink LED type (GPIO)
(3) Blink GPIO number
這樣build 完,燒錄到 eye 上,就可以看到 camera 旁邊的 綠色 led 一秒的間隔亮滅。

如果是 esp-matter 的 example : lighting-app。
一樣,用 menuconfig,改
Demo ---->
   LED type (GPIO)
(3) LED GPIO number
這樣build 完,綠色led 才可以用 chip-tool 控制亮滅。

沒有留言:

張貼留言