Giter Club home page Giter Club logo

windwang / wumei-smart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kerwincui/fastbee

0.0 2.0 0.0 13.85 MB

物美智能是一套开源的软硬件系统,可用于二次开发和学习,快速搭建自己的智能家居系统。硬件工程师可以把自己的设备集成到系统;软件工程师可以使用项目中的设备熟悉软硬件交互。

License: Other

Java 12.88% CMake 1.15% Makefile 0.82% C 51.52% Batchfile 0.01% Shell 0.16% JavaScript 1.57% HTML 9.42% Vue 4.57% SCSS 0.15% Dockerfile 0.02% C++ 13.69% Nim 0.04% Python 3.63% CSS 0.30% Lua 0.02% Assembly 0.07%

wumei-smart's Introduction

一、项目简介

  1. 物美智能(wumei-smart)]是一套开源的软硬件系统,可用于二次开发和学习,快速搭建自己的智能家居系统。 硬件工程师可以把自己的设备集成到系统;软件工程师可以使用项目中的设备熟悉软硬件交互。演示视频 >>
    说明

  2. 服务端使用spring boot、数据库mysql和redis、前端vue、移动端android、硬件端ESP-IDF和Arduino等。软硬件交互基于Mqtt协议,使用EMQ代理服务器。系统架构图如下:

    图片
    图片

  3. 硬件端提供接入文档,需要设备支持网络功能,项目里面包含ESP-IDF和Arduino的硬件代码和接入示例。同时制作了智能开关(wifi通断器)板子,可用于学习和生活中,控制2500W以下的用电设备。硬件完整示例代码采用ESP-IDF框架4.2版本,基于乐鑫ESP32S2芯片,安信可ESP-12K模组。

    案例

    • 手机、电脑远程控制
    • 遥控配对、清码和控制
    • 空气温湿度监控
    • 雷达感应和报警
    • 220V和5V电压供电,阻性负载2500W,感性负载250W

二、参考案例

  1. NodeMCU开发板制作一个智能开关 案例
  2. Wifi控制器和LED灯板制作七彩智能灯 案例
  3. 树莓派安装wumei-smart作为服务器,节省成本 案例

三、技术栈

  • 后端
    • 相关技术:Spring boot、MyBatis、Spring Security、Jwt、Mysql、Redis、Mongodb、Mqtt等
    • 开发工具:IDEA
  • 前端
    • 相关技术:ES6、Vue、Vuex、Vue-router、Vue-cli、Axios、Element-ui等
    • 开发工具:Visual Studio Code
  • 安卓
    • 相关技术:XUI、XPage、XAop、XHttp2等
    • 开发工具:Android Studio
  • 硬件端
    • 相关技术: ESP-IDF、Arduino、FreeRTOS等
    • 开发工具:Visual Studio Code 和 Arduino

四、快速部署系统

1. 安装docker

2. 命令窗口运行如下命令(完成后端、前端、数据库、EMQX部署):

docker run \
--name wumei-smart \
--publish 80:80 \
--publish 18083:18083 \
--publish 1883:1883 \
--publish 3306:3306 \
--publish 6379:6379 \
--restart always \
--detach \
kerwincui/wumei-smart:1.0

3. 扫码下载APP安装,打开APP,跳过登录,配置服务端地址

APP下载

测试账号:wumei admin123;配置成功后默认账号:admin admin123

4. 硬件代码烧录到设备


五、系统部分图片

分类 设备列表 EMQX 设备详情 配置


六、相关教程


七、加入讨论群:1073236354

物美智能wumeismart

八、APP和管理端登录   测试账号:wumei  密码:admin123

wumei-smart's People

Contributors

kerwincui avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.