上一页 1 2 3 4 5 6 7 8 ··· 77 下一页
摘要: ntp.tencent.comntp1.tencent.comntp2.tencent.comntp3.tencent.comntp4.tencent.comntp5.tencent.com ntp.aliyun.com 阅读全文
posted @ 2024-01-07 16:37 ahuo 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-01-02 14:47 ahuo 阅读(30) 评论(0) 推荐(0) 编辑
摘要: docker-compose.yml添加 environment: - TZ=Asia/Shanghai 阅读全文
posted @ 2023-12-31 10:14 ahuo 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 安装过程中出现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 阅读全文
posted @ 2023-12-23 20:50 ahuo 阅读(160) 评论(0) 推荐(0) 编辑
摘要: ESP32(PCB天线) 接收下行 24.54 Mbits/sec 发送上行 26 Mbits/sec ESP32-S3(陶瓷天线-自制板) 接收下行 22 Mbits/sec ESP32-S3(开发板-FPC天线) ↓ 930 Kbits/sec ↑ 14.0 Mbits/sec 阅读全文
posted @ 2023-12-17 18:10 ahuo 阅读(37) 评论(0) 推荐(0) 编辑
摘要: import requests import os import time # 定义下载函数 def download_resource(url, filename): # 设置最大重试次数 max_retries = 3 retries = 0 while retries < max_retrie 阅读全文
posted @ 2023-12-10 08:37 ahuo 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 手动下载资源,放到以下位置,就可以继续 C:\Users\XX\AppData\Local\Arduino15\staging\packages 阅读全文
posted @ 2023-12-07 09:09 ahuo 阅读(245) 评论(0) 推荐(0) 编辑
摘要: github.com/tinygo-org/bluetooth: TinyGo是一个Go语言编译器,它专注于微控制器和小型计算机系统。这个库是TinyGo项目的一部分,用于支持蓝牙低功耗(BLE)设备。 github.com/go-ble/ble: 这是一个轻量级的Golang库,旨在简化与蓝牙低功 阅读全文
posted @ 2023-12-05 16:05 ahuo 阅读(1043) 评论(0) 推荐(0) 编辑
摘要: 修改日志输出级别 #define LOG_LOCAL_LEVEL ESP_LOG_ERROR #include "esp_log.h" #define GATTS_TAG "GATTS_DEMO" ESP_LOGE(GATTS_TAG, "Advertising start failed\n"); 阅读全文
posted @ 2023-12-05 10:41 ahuo 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-11-27 11:50 ahuo 阅读(7) 评论(0) 推荐(0) 编辑
摘要: docker exec -u 0 -it <container_id> /bin/bash 阅读全文
posted @ 2023-11-24 10:41 ahuo 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1. 上传证书,/usr/local/share/ca-certificates/ crt后缀的格式 2. 更新,update-ca-certificates 3. 验证,tail /etc/ssl/certs/ca-certificates.crt -n 50 阅读全文
posted @ 2023-11-22 14:19 ahuo 阅读(438) 评论(0) 推荐(0) 编辑
摘要: =VLOOKUP(E1,A1:B3,2) 阅读全文
posted @ 2023-11-16 14:12 ahuo 阅读(17) 评论(0) 推荐(0) 编辑
摘要: | 模型 | 参数数量 || | || AlexNet | 约 60 million || VGG16 | 约 138 million || ResNet50 | 约 25 million || InceptionV3 | 约 23 million || MobileNetV2 | 约 3.5 mi 阅读全文
posted @ 2023-11-14 18:20 ahuo 阅读(20) 评论(0) 推荐(0) 编辑
摘要: I2C 4.7K IR接收管的上拉 10K 3.3V 阅读全文
posted @ 2023-11-14 14:03 ahuo 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 77 下一页