摘要:
ntp.tencent.comntp1.tencent.comntp2.tencent.comntp3.tencent.comntp4.tencent.comntp5.tencent.com ntp.aliyun.com 阅读全文
摘要:
docker-compose.yml添加 environment: - TZ=Asia/Shanghai 阅读全文
摘要:
安装过程中出现ESP32-TOOLS.espressif\tools\idf-python\3.8.7\python.exe -m pip" is not valid. (ERROR_INVALID_PIP) python 目录下运行 python -m ensurepippython -m pip 阅读全文
摘要:
ESP32(PCB天线) 接收下行 24.54 Mbits/sec 发送上行 26 Mbits/sec ESP32-S3(陶瓷天线-自制板) 接收下行 22 Mbits/sec ESP32-S3(开发板-FPC天线) ↓ 930 Kbits/sec ↑ 14.0 Mbits/sec 阅读全文
摘要:
import requests import os import time # 定义下载函数 def download_resource(url, filename): # 设置最大重试次数 max_retries = 3 retries = 0 while retries < max_retrie 阅读全文
摘要:
手动下载资源,放到以下位置,就可以继续 C:\Users\XX\AppData\Local\Arduino15\staging\packages 阅读全文
摘要:
github.com/tinygo-org/bluetooth: TinyGo是一个Go语言编译器,它专注于微控制器和小型计算机系统。这个库是TinyGo项目的一部分,用于支持蓝牙低功耗(BLE)设备。 github.com/go-ble/ble: 这是一个轻量级的Golang库,旨在简化与蓝牙低功 阅读全文
摘要:
修改日志输出级别 #define LOG_LOCAL_LEVEL ESP_LOG_ERROR #include "esp_log.h" #define GATTS_TAG "GATTS_DEMO" ESP_LOGE(GATTS_TAG, "Advertising start failed\n"); 阅读全文
摘要:
docker exec -u 0 -it <container_id> /bin/bash 阅读全文
摘要:
1. 上传证书,/usr/local/share/ca-certificates/ crt后缀的格式 2. 更新,update-ca-certificates 3. 验证,tail /etc/ssl/certs/ca-certificates.crt -n 50 阅读全文
摘要:
=VLOOKUP(E1,A1:B3,2) 阅读全文