# awtrix-rpi **Repository Path**: open-chatbot/awtrix-rpi ## Basic Information - **Project Name**: awtrix-rpi - **Description**: awtrix 树莓派内嵌集成,利用串口把awtrix和树莓派服务器连接,使得其能够自动发现服务。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-31 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # awtrix-rpi #### 介绍 awtrix 是一款像素风格时钟。官方网址:https://blueforcer.github.io/awtrix3/#/,国内玩家DIY复刻,例如:https://kaipi.cc/Awtrix3/。 awtrix 需要一款ESP32主板, 并需要一个服务器。 #### 本项目是利用树莓派内嵌集成了awtrix java 服务器,并且把小树莓派主板也集成到awtrix时钟盒子内部,而不是在另外一个地方搭建树莓派服务器。嵌入到awtrix时钟内部后,则用一个USB to TTL 把 ESP32 和树莓派连接,这样,实现IP地址的自动配置。 本项目是用Python实现了串口管理,以及编写了linux service,实现服务器自启动。