货柜项目
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
徐俊杰 3507cf33d8 docs: 更新文档说明 3 months ago
.idea 完成框架搭建 3 months ago
cmd 完成框架搭建 3 months ago
conf 完成框架搭建 3 months ago
docs docs: 更新文档说明 3 months ago
pb 完成框架搭建 3 months ago
pkg 完成框架搭建 3 months ago
src/hardware/clientFor5050RGB 完成框架搭建 3 months ago
.gitignore 完成框架搭建 3 months ago
DockerfileSlim 完成框架搭建 3 months ago
DockerfileWindowsTest 完成框架搭建 3 months ago
go.mod 完成框架搭建 3 months ago
go.sum 完成框架搭建 3 months ago
protocContainer.bat 完成框架搭建 3 months ago
readme.md docs: 更新文档说明 3 months ago

readme.md

fonchain-container 货架管理微服务

项目说明

项目包含硬件mcu程序和软件服务端程序。mcu程序基于C++开发,位于./src目录中服务端的mcu控制程序位于./cmd/internal/embedded目录中

代办

  • 完善ping方法 记录硬件的网络状态。
  • 服务端记录led灯状态如果货柜连接服务端后

需求文档

仓库管理需求:https://hh1ty0.axshare.com/

硬件说明

硬件最终选择ESP8266开发板配合WS2812B灯带实现灯光控制效果。通过与服务端建立TCP连接实现硬件与服务端的通信。 针对供电不稳定的情况在VCC和GND之间并联5V电源在控制引脚串联330欧姆电阻提高电压稳定性。

LED具体信息参考WS2812B LED灯说明