当前位置:网站首页>Modular programming of wireless transmission module nRF905 controlled by single chip microcomputer
Modular programming of wireless transmission module nRF905 controlled by single chip microcomputer
2022-06-25 07:43:00 【Assassin ari】
Here, the single chip microcomputer controls the wireless transmission module nRF905 Share your program , If there is any deficiency , Please point out .
Catalog
One 、 Single point communication experiment ( One to one correspondence )
Two 、 Multipoint communication experiment ( One to many communication )
One 、 Single point communication experiment ( One to one correspondence )
explain : A sender 、 A receiver
【 picture 】

【 video 】
Wireless transmission module nRF905 Modular programming of ( One to one communication experiment )
( One ) Sending end program main program
void main()
{
System_Init();
while(1)
{
DS18B20_ReadTemperature(&temp);
display(temp);
send(temp);
}
}( Two ) Receiving end main program
void main()
{
System_Init();
while(1)
{
nRF905_SetRxMode();
nRF905_RxData();
if(nRF905_ReceiveFlag)// If data is received
{
nRF905_ReceiveFlag = 0 ;
display();
Buzzer_Alarm();// Buzzer alarm , Indicates that data has been received
}
}
} Program download link :https://download.csdn.net/download/yagnruinihao/80457678
https://download.csdn.net/download/yagnruinihao/80457678
Two 、 Multipoint communication experiment ( One to many communication )
explain : Four senders 、 A receiver ( works : be based on NRF905 Multipoint temperature wireless acquisition system )
1. Overall renderings

【 video 】
be based on nRF905 Design of multi-point temperature wireless acquisition system based on
3、 ... and 、 About author


边栏推荐
- 【Qt】快捷键
- WinForm实现窗口始终在顶层
- Full range of isolator chips with integrated isolated power supply
- 几款不错的天气插件
- Ltpowercad II and ltpowerplanner III
- [batch dos-cmd command - summary and summary] - file and directory operation commands (MD, RD, xcopy, dir, CD, set, move, copy, del, type, sort)
- 14 BS object Node name Name attrs string get node name attribute content
- 韩信大招:一致性哈希
- Common functions of OrCAD schematic
- Ns32f103c8t6 can perfectly replace stm32f103c8t6
猜你喜欢

图扑软件数字孪生 3D 风电场,智慧风电之海上风电

【批处理DOS-CMD命令-汇总和小结】-应用程序启动和调用、服务和进程操作命令(start、call、)

Path planner based on time potential function in dynamic environment

Genuine photoshop2022 purchase experience sharing

npm install 报错 : gyp ERR! configure error

【蒸馏】PointDistiller: Structured Knowledge DistillationTowards Efficient and Compact 3D Detection

Ltpowercad II and ltpowerplanner III

数据可视化没有重点怎么办?

点云智绘在智慧工地中的应用

GUI pull-down menu of unity3d evil door implementation dropdown design has no duplicate items
随机推荐
What is the difference between norflash and nandflash
ELK + filebeat日志解析、日志入库优化 、logstash过滤器配置属性
音频(五)音频特征提取
Access to foreign lead domain name mailbox
This year, I graduated
OpenMP入门
AttributeError: ‘Upsample‘ object has no attribute ‘recompute_scale_factor‘
Let's talk about MCU crash caused by hardware problems
【pytest】修改allure报告中的logo及参数化
高数基础_函数的奇偶性
LTpowerCAD II和LTpowerPlanner III
Common functions of OrCAD schematic
Global variables & local variables
【批處理DOS-CMD命令-匯總和小結】-cmd擴展命令、擴展功能(cmd /e:on、cmd /e:off)
Sichuan Tuwei ca-if1051 can transceiver has passed aec-q100 grade 1 certification
关于硬件问题造成的MCU死机,过来人简单的谈一谈
C Getting Started tutorial
Pytorch遇到的坑:为什么模型训练时,L1loss损失无法下降?
STL tutorial 4- input / output stream and object serialization
14 bs对象.节点名称.name attrs string 获取节点名称 属性 内容