摘要: python之pyserial模块 原文链接:https://www.cnblogs.com/sureZ-learning/p/17054481.htmlpyserial 模块封装了对串口的访问,兼容各种平台(Windows、Linux、MACOS等)。 其支持的特性如下: 所有平台基于类的接口相同 阅读全文
posted @ 2024-10-31 17:54 辛河 阅读(500) 评论(0) 推荐(0) 编辑
摘要: tkinter编程思路比喻 对于tkinter编程,主要用两个比喻来描述,重点理解容器、组件和布局管理器。 第一个,作画。我们都见过美术生写生的情景,先支一个画架,放上画板,蒙上画布,构思内容,用铅笔画草图,组织结构和比例,调色板调色,最后画笔勾勒。相应的,对应到tkinter编程,那么我们的显示屏 阅读全文
posted @ 2024-10-31 17:39 辛河 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 请参考网络ESP32教程 地址:https://www.itprojects.cn/coursecenter-hardware.html 以ESP32-S3为例讲述烧录固件过程 1、下载Micropython固件。首次使用ESP32时,需要将micropython固件烧录到ESP32内。 不同芯片, 阅读全文
posted @ 2024-10-31 17:37 辛河 阅读(514) 评论(0) 推荐(0) 编辑
摘要: SHT30 1)查找SHT30芯片资料 https://www.szlcsc.com 2)根据芯片资料,查得 地址为 0x44 或 0x45 选 Measurement Commands for Single Shot Data Acquisition Mode, 命令为 0x2c10 3)连线 S 阅读全文
posted @ 2024-09-29 20:05 辛河 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 网络ESP32教程 地址: https://www.itprojects.cn/coursecenter-hardware.html 一、Python+ESP32快速上手 1. 整体流程说明 (EPS32-S3类似) 2. 下载&安装Thonny(EPS32-S3类似) 3. 下载MicroPyth 阅读全文
posted @ 2024-09-18 14:22 辛河 阅读(1910) 评论(0) 推荐(0) 编辑
摘要: 1)新建工程中选项 2)Protues8.7支持芯片如下: 3)点击STM32选择 Keil编译生成的 xxx.hex文件 4)使用virtual terminal显示串口信息。仿真状态,点击Debug菜单项,按图操作。 阅读全文
posted @ 2024-09-15 11:08 辛河 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 仿真软件proteus8.7安装及破解教程 Proteus8.7闪退解决办法 https://mp.weixin.qq.com/s/JcZ2Kgz7o13kJMDveLJUEA protues仿真常见问题解决方案 https://mp.weixin.qq.com/s/UhhC73uLYbl0cjsl 阅读全文
posted @ 2024-09-15 10:42 辛河 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1、研究官方例子 在Arduino IDE 2.3.2中,示例代码路径 注意代码注释中链接:https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/uart.html#circuit- 阅读全文
posted @ 2024-07-18 14:31 辛河 阅读(1561) 评论(0) 推荐(0) 编辑
摘要: page.vue <template> <checkbox-group @change="checkboxChange"> <label class="flex-container" v-for="item in items" :key="item.value" style="align-items 阅读全文
posted @ 2024-07-04 10:51 辛河 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1)按照 https://uniapp.dcloud.net.cn/component/uniui/uni-icons.html 安装 uni_modules。 2)使用 基本用法 中代码 <uni-icons type="contact" size="30"></uni-icons> 不显示ico 阅读全文
posted @ 2024-06-23 17:54 辛河 阅读(723) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示