ESP32添加公共组件以及自定义组件

 一、使用公共组件

进入组件注册页面,搜索想要添加的组件,我这里添加OLED的组件SSD1306

 选择版本,点击安装

或者通过命令进行安装

idf.py add-dependency "espressif/ssd1306^1.0.5"

如果提示下面错误

The following Python requirements are not satisfied:
Requirement 'setuptools<71.0.1,>=21' was not met. Installed version: 75.6.0
To install the missing packages, please run "install.bat"
Diagnostic information:
    IDF_PYTHON_ENV_PATH: D:\Espressif\python_env\idf5.3_py3.11_env
    Python interpreter used: D:\Espressif\python_env\idf5.3_py3.11_env\Scripts\python.exe
Constraint file: D:\Espressif\espidf.constraints.v5.3.txt
Requirement files:
 - D:\esp\esp-idf\tools\requirements\requirements.core.txt
Python being checked: D:\Espressif\python_env\idf5.3_py3.11_env\Scripts\python.exe

ESP-IDF v5.3.2

输入下面命令即可

python -m pip install setuptools==21

然后再次输入

idf.py add-dependency "espressif/ssd1306^1.0.5"

已经提示安装成功了

Executing action: add-dependency
NOTICE: Successfully added dependency "espressif/ssd1306": "^1.0.5" to component "main"
NOTICE: If you want to make additional changes to the manifest file at path E:/guo/esp32/testing/sample_project/main/idf_component.yml manually, please refer to the documentation: https://docs.espressif.com/projects/idf-component-manager/en/latest/reference/manifest_file.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

花开花落的个人博客

你的鼓励是我最大的动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值