# desktop_dashboard **Repository Path**: eleluq/desktop_dashboard ## Basic Information - **Project Name**: desktop_dashboard - **Description**: 用国民技术的N32G457开发板作为主控制作的一个桌面仪表盘 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-02-17 - **Last Updated**: 2024-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RTT YYDS !!!!! ## 一个桌面仪表盘 > 很荣幸能申请到 `N32G457` 开发板参加这次RTT的大赛,这个芯片是`Cortex-M4F`的内核,外设资源也是十分的丰富。 我基于这个开发板制作了一款桌面仪表盘。可以实现: - 仪表盘有一颗呼吸灯 ( 呼吸灯一直是我的设计的 NO.1 🤣 ); - 仪表盘可以通过迪文串口屏显示当前温度、湿度、光照强度; - 仪表盘可以自动连接到MQTT服务器,实现网络交互; - 仪表盘配有自主设计的微信小程序端应用,通过MQTT服务器来实现人机交互; ## <-- 硬件 --> 涉及的技术栈有:基于RT-Thread Studio、VSCode 编程,熟悉了各类传感器的使用、网络消息包的收发、串口屏的操作。 ### 实物照片 ![实物](/picture/inf.jpg) ## <-- 软件 --> 软件主要分为几个线程: - 传感器线程*3:采集环境的温度、湿度、光照强度,消息发送 - 仪表盘线程:检测接收队列,串口屏显示、消息应答 - 串口线程:连接到ESP-01S 实现网络交互 - 呼吸灯线程:控制呼吸灯 > 有关这些的代码均放在/applications文件夹下 ### 代码树 ![代码树](picture/tree.jpg) 硬件设备都是分模块编写、耦合度较低。 ### 微信小程序 ![小程序](picture/wechat.jpg) ### 代码地址 - my gitee [https://gitee.com/pomin-163/desktop_dashboard](https://gitee.com/pomin-163/desktop_dashboard) - my gitea [http://gitea.tools.pomin.top/pomin-163/desktop_dashboard.git](http://gitea.tools.pomin.top/pomin-163/desktop_dashboard.git)