加载中
OpenSCAD:3D打印机数字零件库NopSCADlib

NopSCADlib An ever expanding library of parts modelled in OpenSCAD useful for 3D printers and enclosures for electronics, etc. It contains lots of vitamins (the RepRap term for ...

ESP32使用MicroPython:WiFi

ESP32自带了WiFi模块,因此我们可以很容易的让ESP32接入网络。 在MicroPython下,我们可以使用 network模块来配置ESP32的网络模式: STA 作为站点接入WiFi网络 AP 作为热点,允许其他设备接入...

ESP32使用MicroPython:I2C总线

概要¶ 本节教程为大家简要介绍I²C总线协议,并以一个简单的例程教会大家在MicroPython下使用I²C 快速开始 from machine import Pin, I2C # construct a software I2C bus i2c = I2C(scl=...

ESP32使用MicroPython:MQTT

MQTT与ESP32上的MicroPython MicroPython在ESP32上可以直接收发MQTT,这个功能非常方便。 在ESP32上安装MQTT库¶ 首先,我们需要在ESP32上面安装mqtt的库。(MQTT客户端在ESP32上面的实现) ...

如何在 ESP32 上开发和使用 Matter(前称 CHIP)

news 如何在 ESP32 上开发和使用 Matter(前称 CHIP) 在 ESP32 上构建 Matter APP,享受安全、可靠和无缝的设备连接! Matter(前称 CHIP 项目)是一个统一的智能家居连接标准,由连接标准联...

Use Visual Studio Code for Arduino

Learn how you can use the Arduino extension on Visual Studio Code to create programs for your Arduino. This tutorial is the second in a series of three tutorials looking at soft...

apt upgrade have unmet dependencies

错误如下: (base) supermap@openbox02:~$ sudo apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done Som...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部