# temperater **Repository Path**: steveszhang/temperater ## Basic Information - **Project Name**: temperater - **Description**: 嵌入式作业 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-25 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # respi-TH-iot # 1.网上的资料 ## 1.1 温度显示+上传到 thingsboard平台 树莓派连接thingsboard上传温湿度,并显示到oled temp_local.py不联网,只有本地显示 temp_net.py通过http推送到thingsboard 原代码链接:https://github.com/lcodelib/respi-TH-iot ## 1.2 oled屏幕示例程序 oled.py为点亮oled屏幕的调试程序 ## 1.3 onenet平台示例程序 onenet.py 程序是将树莓派的cpu上传到onenet平台的程序 # 2.程序移植 将onenet.py程序移植到temp_local.py ,更名为temp_onenet.py