Flowerpot/README.md

58 lines
2.2 KiB
Markdown
Raw Normal View History

2024-02-26 13:14:02 +00:00
<div align="center">
2024-08-28 15:21:49 +00:00
![KeyBox](https://github.com/JasonYANG170/Flowerpot/assets/39414350/fb4f4e7e-ed8a-4745-9fe7-4c52a4537b50)
2024-02-26 13:14:02 +00:00
<h1> Flowerpot交互花盆</h1>
2024-06-23 18:40:38 +00:00
2024-08-28 15:21:49 +00:00
![Static Badge](https://img.shields.io/badge/License-CC_BY_NC_SA_4.0-green?style=for-the-badge)
![Commit Activity](https://img.shields.io/github/commit-activity/w/JasonYANG170/Flowerpot?style=for-the-badge&color=yellow)
![Languages Count](https://img.shields.io/github/languages/count/JasonYANG170/Flowerpot?logo=c&style=for-the-badge)
[![Discord](https://img.shields.io/discord/978108215499816980?style=social&logo=discord&label=echosec)](https://discord.com/invite/az3ceRmgVe)
2024-02-26 13:14:02 +00:00
这是一项基于C++语言以ESP8266为核心处理器开发的Arduino物联网项目
2024-08-28 15:21:49 +00:00
2024-02-26 13:14:02 +00:00
</div>
2024-02-25 12:13:15 +00:00
2024-05-29 12:53:18 +00:00
## 演示视频
2024-06-23 18:40:00 +00:00
[![Flowerpot](https://res.cloudinary.com/marcomontalbano/image/upload/v1719167915/video_to_markdown/images/youtube--T8O9qbLbfRQ-c05b58ac6eb4c4700831b2b3070cd403.jpg)](https://youtu.be/T8O9qbLbfRQ "Flowerpot")
[无法播放请点此使用BiliBili](https://www.bilibili.com/video/BV1LCTFeuEKt/)
2024-08-28 15:21:49 +00:00
## 本项目已经接入万物互联IOT
**Flutter:** https://github.com/JasonYANG170/IOTConnect-Flutter
**Android:** https://github.com/JasonYANG170/IOTConnect-Android
**Windows:** https://github.com/JasonYANG170/IOTConnect-PC
**Web:** https://github.com/JasonYANG170/IOTConnect-Web
2024-02-25 05:35:26 +00:00
2024-02-25 11:50:47 +00:00
## 功能
- [x] 拟人表情
- [x] ChatGPT文字交互模型
- [x] OpenCV深度视觉识别算法
- [x] 客户端远控Android/Windows
- [x] 土壤加温
- [x] 无线充电
- [x] 蓄电池充电
- [x] 电量显示
- [x] 自动浇水
- [x] 支持mqtt服务器收发
- [x] 支持OTA技术
- [ ] 每日报告
- [ ] 模块插件
2024-06-23 18:32:50 +00:00
## 系统
#### FlowerpotOS2.0
基于Arduino平台开发主要以第三方库完成功能实现
#### FlowerpotOS3.1
基于PlatformIO平台开发剔除了第三方库改为自行开发
极大的缩小程序空间占用,剔除冗余功能与第三方库
支持FS文件系统支持基于Bootstorp5开发的WebServer服务
## 开源协议
2024-08-28 15:21:49 +00:00
本项目遵循CC BY-NC-SA 4.0开源协议,使用本程序时请注明出处并进行版权声明
本项目仅供学习研究与学习,严禁非授权的商业获利,
2024-07-05 11:13:22 +00:00
如果您有更好的建议欢迎PR
2024-06-23 18:32:50 +00:00
2024-02-25 12:13:15 +00:00