fangkaixin 发表于 2024-10-22 00:28

【2024 DigiKey创意大赛】第二贴 软件环境搭建

本帖最后由 fangkaixin 于 2024-10-22 00:33 编辑

<p>我购买的物料是</p>

<ul>
        <li><em>ESP32-S3 BOARD WITH 480*480 LCD (ESP32-S3-LCD-EV-BOARD)</em></li>
        <li><em>SENSOR DIGITAL - 40C-80C MODULE (D6T-1A-02)</em></li>
</ul>

<p>ESP32-S3作为主控,我使用vscode+ESP-IDF插件的方式配置开发环境</p>

<p>1.克隆esp-idf仓库</p>

<pre id="codecell13">
git clone --recursive <a href="https://github.com/espressif/esp-idf.git" target="_blank">https://github.com/espressif/esp-idf.git</a></pre>

<p>2.安装插件,完成环境配置</p>

<p></p>

<p>&nbsp;3. 安装ESP32-S3 的项目安装 ESP-IDF 使用的各种工具,比如编译器、调试器、Python 包等</p>

<p> &nbsp;</p>

<p>4、打开一个helloworld例子程序测试</p>

<p>5、点击下方小扳手编译测试</p>

<p> &nbsp;</p>

<p>此时系统自动调用cmake工具进行构建</p>

<p> &nbsp;</p>

<p>6、下载测温芯片<em>D6T-1A-02 sensor的驱动代码</em></p>

<p><em>$ git clone <a href="https://github.com/omron-devhub/d6t-2jcieev01-arduino" target="_blank">https://github.com/omron-devhub/d6t-2jcieev01-arduino</a></em></p>

<p><em>7、iic调试测试</em></p>

<p> &nbsp;</p>

秦天qintian0303 发表于 2024-10-22 09:08

<p>又是一个新环境,加油&nbsp;&nbsp;</p>

fangkaixin 发表于 2024-10-27 20:40

秦天qintian0303 发表于 2024-10-22 09:08
又是一个新环境,加油&nbsp;&nbsp;

<p><img height="48" src="https://bbs.eeworld.com.cn/static/editor/plugins/hkemoji/sticker/facebook/wanwan58.gif" width="54" /></p>
页: [1]
查看完整版本: 【2024 DigiKey创意大赛】第二贴 软件环境搭建