首页 > 其他分享 >the installation and usage of the dev environment of esp32

the installation and usage of the dev environment of esp32

时间:2024-10-12 23:23:11浏览次数:1  
标签:installation esp32 dev environment idf choose usage

the installation of the dev environment of esp32

some condition

  • use vscode

simple steps

  • choose the pulgins of idf
    image
  • then download the pulgins and enter the main page
    image
  • choose the fist choice
    then you choose the bersion of idf and the path of it
    image
  • wait patiently
    click install then you can install idf.if you choose (better for china),maybe you should close the ladder of your computer.

the use of idf

标签:installation,esp32,dev,environment,idf,choose,usage
From: https://www.cnblogs.com/yiquanfeng/p/18461671

相关文章

  • STM32与ESP32串口数据发送以及网页端数据实时显示和远程遥控
    目标:实现网页端速度实时显示以及可以通过点击页面按键达到对小车的位移方位控制。一、ESP32代码首先,需要让ESP32连接到WiFi,这样才能为后续的操作做准备。ssid="xxxxxx"password="xxxxxx"#WIFI连接defwifi_connect():wlan=network.WLAN(network.STA_IF)#STA模式......
  • 通过Flow获取当前环境Environment ID的方法
    这是我的第512篇原创文章,写于2024年10月12日。在中国大陆版PowerAutomate门户中打开Flow的格式是 https://make.powerautomate.cn/environments/{EnvironmentId}/flows/{FlowId}/details,这里用到了两个参数,第二个参数FlowId好办,就是workflows这个表的主键列workflowid的值,第一个......
  • [Java/Spring] 深入理解 : Spring BeanFactory / ApplicationContext、Environment、P
    PropertySource:解析环境资源及配置的底层组件org.springframework.core.env.PropertyResolverEnvironment:管理环境的配置与资源org.springframework.core.env.Environment其继承接口PropertyResolver属性解析器,用来解析不同属性源PropertySource里的key......
  • ESP32移植Openharmony设备开发---(1)环境搭建
    第一章环境搭建1.下载ubuntu创建虚拟机内存分配建议8G硬盘大于200G                                                                下载ubuntu20.04复制特征码打开迅雷即可下载5F5E8848426......
  • ESP32移植Openharmony设备开发---(3)任务调度
    任务调度官方文档:OpenAtomOpenHarmony基本概念从系统角度看,任务是竞争系统资源的最小运行单元。任务可以使用或等待CPU、使用内存空间等系统资源,各任务的运行相互独立。OpenHarmonyLiteOS-M的任务模块可以给用户提供多个任务,实现任务间的切换,帮助用户管理业务程序流程。......
  • CSC3150-OS-AS1 Requirements Environment
    CSC3150-OS-AS1-2024CSC3150Assignment1HomeworkRequirementsEnvironment WARNING!!!Beforestartingonthisassignment,makesureyouhavesetupyourVMfollowingtheinstructionsintutorial1ormeetthefollowingconditions.Wewouldtestallstude......
  • Jupyter - Magic Function Usage
     %%writefiledata_preparation/v0.pydevice='cuda'iftorch.cuda.is_available()else'cpu'#OurdatawasinNumpyarrays,butweneedtotransformthem#intoPyTorch'sTensorsandthenwesendthemtothechosendevicex_tr......
  • MySQL, Incorrect usage of UNION and ORDER BY
    MySQL, IncorrectusageofUNIONandORDERBY 错误解释:MySQL中,当你在使用UNION合并查询结果的时候,如果直接在最后使用ORDERBY对整个合并后的结果进行排序,可能会遇到这个错误。这是因为UNION操作本身就会产生一个临时表,而在这个临时表上应用ORDERBY是不允许的。你需要对UN......
  • 【花雕学编程】Arduino动手做(232)---ESP32-S3 CAM使用joystick双轴摇杆模块控制LED灯
    37款传感器与执行器的提法,在网络上广泛流传,其实Arduino能够兼容的传感器模块肯定是不止这37种的。鉴于本人手头积累了一些传感器和执行器模块,依照实践出真知(一定要动手做)的理念,以学习和交流为目的,这里准备逐一动手尝试系列实验,不管成功(程序走通)与否,都会记录下来——小小的......
  • 【花雕学编程】Arduino动手做(232)---ESP32-S3 CAM使用DHT11模块测量温湿度
    37款传感器与执行器的提法,在网络上广泛流传,其实Arduino能够兼容的传感器模块肯定是不止这37种的。鉴于本人手头积累了一些传感器和执行器模块,依照实践出真知(一定要动手做)的理念,以学习和交流为目的,这里准备逐一动手尝试系列实验,不管成功(程序走通)与否,都会记录下来——小小的......