登录
首页 » c » 24L01 通信

24L01 通信

于 2022-03-14 发布 文件大小:383.34 kB
0 92
下载积分: 2 下载次数: 1

代码说明:

本实验开机后,先检测NRF24L01模块是否存在,在检测到NRF24L01模块之后,根据KEY0和KEY1的设置来决定 模块的工作模式,在设定好工作模式之后,就会不停的发送/接收数据,同样用DS0来指示程序正在运行。 注意 1,4.3寸和7寸屏需要比较大电流,USB供电可能不足,请用外部电源供电(5V电源,接VOUT2即可). 2,在LCD_Init函数里面(在ILI93xx.c),用到了printf,如果不初始化串口1,将导致液晶无法显示!!  3,LCD模块在开发板的LCD接口上面,必须靠右插 4,需自备NRF24L01模块2个,MiniSTM32开发板2块 5,NRF24L01模块插在开发板U2位置.  6,本实验需要2套ALIENTEK开发板才可以正常测试!!!!!!一块做发送,一块做接收. 7,不要把1820和PA0的跳线帽跳上,否则可能导致按键"不灵". 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sort
    各种排序算法,下标都从1开始。sort_test.c是用来测试的。 void heap_sort(int *array,int size) void create_min_heap(int *array,int size) void adjust_min_heap(int *array,int start,int size) void bubble_sort(int *array,int size) void select_sort(int *array,int size) void quick_sort(int *array,int size) void unrec_quick_sort(int *array, int size) void insert_sort(int *array,int low,int high) int bucket_sort(int *array,int size,int max_value) int max_k_heap(int *array,int size,int k,int *k_array) int max_k_select(int *array,int size,int k,int *k_array) void find_max_min(int *array,int size,int *max,int *min) int find_max_k(int *array,int low,int high,int k) (Some sort functions."sort_test.c" is used to test. void heap_sort(int*array,int size) void create_min_heap(int*array,int size) void adjust_min_heap(int*array,int start,int size) void bubble_sort(int*array,int size) void select_sort(int*array,int size) void quick_sort(int*array,int size) void unrec_quick_sort(int*array, int size) void insert_sort(int*array,int low,int high) int bucket_sort(int*array,int size,int max_value) int max_k_heap(int*array,int size,int k,int*k_array) int max_k_select(int*array,int size,int k,int*k_array) void find_max_min(int*array,int size,int*max,int*min) int find_max_k(int*array,int low,int high,int k) )
    2013-08-30 22:05:58下载
    积分:1
  • MES加工装配系统
    说明:  菜单功能 系统功能: 一、服务端 1、基础档案:产品档案、物料档案、工序、工位、工艺路线 2、计划管理:加工计划、装配计划 3、看板:加工实时看板、装配实时看板 4、数据初始化 5、标签初始化工具 6、服务端实时监听服务 二、客户端 1、加工过程控制 2、加工搬运过程控制 3、装配过程控制 4、装配搬运过程控制 5、加工装配质量(异常)处理 核心逻辑代理请通过数据库存储过程查阅。 注意事项 1、开发环境为Visual Studio 2010,数据库为SQLServer2008R2,使用.net 4.0开发。 2、DB文件夹中是数据库文件,附加即可 3、《SimpleMES加工装配模拟系统》设计说明书在Doc文件夹中。(Menu function 1. Basic file: product file, material file, process, work station and process route)
    2020-07-10 20:46:21下载
    积分:1
  • IDA
    IDA简易入门教程,反汇编程序工具的使用(IDA simplified form for beginners tutorials, disassembler the use of tools)
    2020-07-02 16:00:02下载
    积分:1
  • xian2
    说明:  通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。 要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作: ( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。 ( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。 ( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。 ( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list. Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations: (1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer. (2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list. (3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list. (4) Find the fifth element in the single list and output its value.)
    2019-04-18 20:15:36下载
    积分:1
  • dadishu
    打地鼠输入输出设备买一些机器人来帮他,这些机器人很厉害,一个就可以顶上十个,原因很简单,他可以打中所有出现在和它同行或同列的地鼠(Input and output devices to play hamster robot to help him buy some of these robots is very powerful, can be a top ten, for the simple reason that he can hit it all in and out to peers or with the mouse)
    2011-07-05 16:01:37下载
    积分:1
  • wenzifenge
    复杂背景下文字分割程序的源代码,可以很好的对文字进行分割(Text Segmentation in Complex Background program' s source code, can be a good segmentation of text)
    2009-11-06 17:35:53下载
    积分:1
  • sd卡中读取图片并显示
    编译调试成功 功能: 从sd卡中读取图片并显示在lcd上 触摸lcd可切换显示图片 带sd卡文件系统,图片解码
    2022-03-25 05:09:32下载
    积分:1
  • Csucha
    说明:  可以很好的帮助开发人员掌握c语言,很快的了解到c语言的美妙之处,希望大家喜欢。(May well help developers master c language, quickly learned c language beauty, hope you like.)
    2010-04-27 17:15:19下载
    积分:1
  • LTC1865
    16位的DALTC1865有详细的程序,数码管显示(16-bit DALTC1865 detailed procedures, digital display)
    2011-04-28 09:16:05下载
    积分:1
  • Desktop
    室内环境射线跟踪算法研究,这是对室内环境建模(Indoor Environment Research ray tracing algorithm, which is modeled on the indoor environment)
    2014-02-23 20:57:04下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载