当前位置:网站首页>STM32多路测温无线传输报警系统设计(工业定时测温/机舱温度定时检测等)
STM32多路测温无线传输报警系统设计(工业定时测温/机舱温度定时检测等)
2022-04-23 06:14:00 【锦官城外w】
**
STM32多路测温无线传输报警系统设计(工业定时测温/机舱温度定时检测等)
**
程序中使用的硬件包括stm32f103rct6+nrf24l01+ds18b20(数字)+oled(支持spi/iic)
硬件流程图如下:
检测端(发送端)软件流程图如下:
接收端软件流程图如下:
包含发送端以及接收端两部分程序,程序较简单,有需要自行下载。
#include "Headfile.h"
* MCU: STM32F103RCT6 72MHz
* OLED:支持I2C/SPI模式
* SCL PBout(15)
* SDA PBout(13)
* LED:
* LED0 PAout(8)
* LED1 PDout(2)
* KEY:
* KEY0 PCin(1)
* KEY1 PCin(13)
* WK_UP PAin(0)
* NRF24L01:
*· NRF24L01_CE PAout(4)
* NRF24L01_CSN PCout(4)
* NRF24L01_IRQ PCin(5)
* DS18B20:
* DS18B20_DQ_OUT PAout(0)
* DS18B20_DQ_IN PAin(0)
************************************************************************************************************************/
int main()
{
HardWave_Init();
while(1)
{
userActivate();
}
}
版权声明
本文为[锦官城外w]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_41740659/article/details/112305061
边栏推荐
- torch. mm() torch. sparse. mm() torch. bmm() torch. Mul () torch The difference between matmul()
- AUTOSAR从入门到精通100讲(八十七)-高级EEA的关键利器-AUTOSAR与DDS
- 免费使用OriginPro学习版
- Machine learning notes 1: learning ideas
- N states of prime number solution
- 【点云系列】Pointfilter: Point Cloud Filtering via Encoder-Decoder Modeling
- Visual Studio 2019安装与使用
- MySQL的安装与配置——详细教程
- PyTorch 14. module类
- PyTorch 12. hook的用法
猜你喜欢
Pymysql connection database
pth 转 onnx 时出现的 gather、unsqueeze 等算子
GIS实战应用案例100篇(五十三)-制作三维影像图用以作为城市空间格局分析的底图
rearrange 和 einsum 真的优雅吗
WinForm scroll bar beautification
Visual studio 2019 installation and use
GIS实战应用案例100篇(五十二)-ArcGIS中用栅格裁剪栅格,如何保持行列数量一致并且对齐?
【点云系列】SO-Net:Self-Organizing Network for Point Cloud Analysis
【点云系列】点云隐式表达相关论文概要
【3D形状重建系列】Implicit Functions in Feature Space for 3D Shape Reconstruction and Completion
随机推荐
Gee configuring local development environment
PyTorch 20. PyTorch技巧(持续更新)
GIS实战应用案例100篇(三十四)-拼接2020globeland30
rearrange 和 einsum 真的优雅吗
How keras saves and loads the keras model
Common regular expressions
[dynamic programming] triangle minimum path sum
C language, a number guessing game
Pymysql connection database
【动态规划】杨辉三角
[dynamic programming] longest increasing subsequence
Use originpro express for free
onnxruntime-gpu 1.7 出现的警告“Force fallback to CPU execution for node: Gather_191”等
【点云系列】SG-GAN: Adversarial Self-Attention GCN for Point Cloud Topological Parts Generation
【动态规划】最长递增子序列
AUTOSAR从入门到精通100讲(八十四)-UDS之时间参数总结篇
FATFS FAT32学习小记
Minesweeping games
AMBA协议学习小记
PyTorch 22. PyTorch常用代码段合集