ESP8266-Lua开发(NodeMCU)

一、开发环境文档:nodemcu固件生成:https://nodemcu-build.com/nodemcu使用文档:https://nodemcu.readthedocs.io/en/release/search.html工具:乐鑫Flash下载工 https://www.espressif.co
2024年11月29日 404次浏览

Ubuntu使用笔记

一、安装操作系统自定义分区安装二、基础软件1. openssh-server
2024年11月25日 289次浏览

OLED屏幕使用

屏幕硬件0.96寸 I2C IIC通信 128*64 OLED液晶屏模块老版本的驱动是SSD1306新版本的驱动是SSD13151. ESP8266开发工具:
2024年10月17日 312次浏览

ESP设备开源IOT固件-Tasmota

Tasmota支持ESP设备的开源IOT固件,通过Web UI进行配置,使用MQTT、HTTP 或串行进行数据交互。可以接入Home Assistant。同类软件:ESPHome官网:https://tasmota.github.io/docs/
2024年09月25日 1,304次浏览

AlmaLinux9使用笔记

常用软件1. Docker# 安装yum工具yum install -y yum-utils#官方源---安装不了就用国内源yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo#阿里
2024年08月01日 603次浏览

Nginx的web控制台:nginx-proxy-manager

说明Github:https://github.com/NginxProxyManager/nginx-proxy-manager/安装docker-composeservices: app: image: 'docker.io/jc21/nginx-proxy-manager:latest
2024年07月12日 560次浏览

时序数据库InfluxDB

一、安装docker-composeversion: '3'services: influxdb: container_name: influxdb2 image: influxdb:2 ports: - '8086:8086' restart: always
2024年07月04日 651次浏览

本地使用ai实现语音转文字

说明openai开源的语音识别模型whisper,无需联网,本地实现语音转文字Github:https://github.com/openai/whisper运行需要安装python等环境基于whisper封装的桌面软件
2024年06月20日 1,081次浏览

轻量级网络服务监控工具-Uptime Kuma

说明Github:https://github.com/louislam/uptime-kuma
2024年05月29日 876次浏览

RAG(检索增强生成)方案搭建AI问答系统

FastGPTSpringAI
2024年05月29日 772次浏览