单片机


2022-12-24

[智能家居] MacOS上使用可视化界面给ESP8266烧录MicroPython教程

下载 mac 烧录工具 esptool 我本机自带的 python 为 2.7.10: ➜ python Python 2.7.10 (default, Aug 17 2018, 19:45:58) [GCC 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.0.42)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> 此前,也已经安装了 python3.x: ➜ python3 Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 05:52:31) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> 使用

2022-11-21

[智能家居] 如何在 ESP 单片机上选用合适的引脚

本文旨在介绍 ESP8266 系列单片机的引脚定义、引脚功能及如何使用它们。 ESP-12E 模块拥有 17 个 GPIO 引脚。但在各个开发板上,ESP8266 芯片的 GPIO 引脚并不一定全部引出,而且某些引脚不建议使用,某些引脚有非常特殊的功能。 本文将

×