diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..0a97bea5907612620a281dcf00941c5ca461470f --- /dev/null +++ b/README.en.md @@ -0,0 +1,50 @@ +# SmartKettle + +Smart Kettle Project + +## Project Overview + +This project is a complete hardware and software solution for a Smart Kettle, encompassing modules such as firmware development, hardware design, communication protocols, and software applications. + +## Project Structure + +``` +SmartKettle/ +├── 01.DevelopLog/ # Development Log +├── 02.Specification/ # Specification Document +├── 03.Software/ # Software Code +├── 04.Hardware/ # Hardware Design +├── 05.Protocol/ # Communication Protocol +├── 06.Testing/ # Testing Documentation +├── 07.Firmware/ # Firmware Code +└── 08.ReferenceDesign/ # Reference Design +``` + +## Features + +This project is currently in planning phase and will include the following core features: + +- 🔥 Temperature Control - Precise temperature regulation with multiple preset temperature levels +- 📱 Remote Control - Control the kettle remotely via a mobile app +- ⏱ Timer Scheduling - Schedule boiling times in advance +- 🌡 Temperature Display - Real-time display of current water temperature +- 🔒 Safety Protection - Safety features including dry-boil protection and over-temperature protection + +## Technology Stack + +- **Firmware**: C/C++ (STM32/ESP32) +- **Software**: Android/iOS App +- **Hardware**: Schematic and PCB Design +- **Communication**: WiFi/Bluetooth + +## Getting Started + +The project is currently in the planning phase; modules will be progressively developed and refined. + +## Contribution Guidelines + +Issues and Pull Requests are welcome. + +## License + +MIT License \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c4e0a3ef93c0812c03a3190fb68fd9063245eef5 --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ + + +# SmartKettle + +智能水壶(Smart Kettle)项目 + +## 项目简介 + +本项目是一个智能水壶(Smart Kettle)的软硬件完整解决方案,包含固件开发、硬件设计、通信协议、软件应用等多个模块。 + +## 项目结构 + +``` +SmartKettle/ +├── 01.DevelopLog/ # 开发日志 +├── 02.Specification/ # 规格说明书 +├── 03.Software/ # 软件代码 +├── 04.Hardware/ # 硬件设计 +├── 05.Protocol/ # 通信协议 +├── 06.Testing/ # 测试文档 +├── 07.Firmware/ # 固件代码 +└── 08.ReferenceDesign/# 参考设计 +``` + +## 功能特性 + +本项目正在规划中,计划包含以下核心功能: + +- 🔥 温度控制 - 精确控温,支持多档温度设置 +- 📱 远程控制 - 通过手机App远程操控 +- ⏱ 定时预约 - 预约烧水时间 +- 🌡 温度显示 - 实时显示当前水温 +- 🔒 安全保护 - 防干烧、过温保护等安全功能 + +## 技术栈 + +- **固件**: C/C++ (STM32/ESP32) +- **软件**: Android/iOS App +- **硬件**: 原理图、PCB设计 +- **通信**: WiFi/Bluetooth + +## 开始使用 + +项目目前处于规划阶段,各模块将陆续完善。 + +## 贡献指南 + +欢迎提交 Issue 和 Pull Request。 + +## 许可证 + +MIT License \ No newline at end of file