随笔分类 -  CC2530开发

该文被密码保护。
posted @ 2022-09-25 22:35 yassine 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-09-25 22:22 yassine 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-09-25 13:12 yassine 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-09-23 23:11 yassine 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-09-23 16:26 yassine 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-09-07 21:59 yassine 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-09-02 22:13 yassine 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-08-22 10:30 yassine 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-08-13 01:36 yassine 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-07-09 19:40 yassine 阅读(0) 评论(0) 推荐(0) 编辑
摘要:CC2530串口发送接收字符串 实验目的:利用串口调试工具从PC端发送字符串给CC2530,接收到完整的数据后D4灯切换状态,并将数据发送回PC端。 涉及到的地方:串口通讯、灯的控制。 一、涉及到的寄存器 PERCFG寄存器 用于选择串口的引脚的位置,这里选择UARST0备用位置1,RX:P0_2、 阅读全文
posted @ 2022-04-15 21:04 yassine 阅读(1263) 评论(0) 推荐(0) 编辑
摘要:这几天苦于学习zigbee,也才是刚入门.在掌握8051的基础下,首先得调通2530的串口,不然怎么对得起这芯片呢? 说真的,学习zstack真的是让人崩溃的一件事情,当你对着资料连续看了两天也找不到下手的地方的时候,真的是有一种欲哭无声,有气生不出来的感觉. 我是想实现这样一种功能: zigbee 阅读全文
posted @ 2022-04-15 20:50 yassine 阅读(501) 评论(0) 推荐(0) 编辑
摘要:##试题 ##主代码展示 ZigbeeA - rf_set.c #include "hal_defs.h" #include "hal_cc8051.h" #include "hal_int.h" #include "hal_mcu.h" #include "hal_board.h" #includ 阅读全文
posted @ 2021-11-15 20:20 yassine 阅读(233) 评论(0) 推荐(0) 编辑
摘要:##试题 ##代码部分 #include <ioCC2530.h> typedef unsigned int uint16; typedef unsigned char uint8; uint8 ledLightIndex; uint8 ledRegister[4] = {0x06, 0x05, 0 阅读全文
posted @ 2021-11-10 15:38 yassine 阅读(275) 评论(0) 推荐(0) 编辑
摘要:##试题 ##代码部分 ZigbeeA - rf_set.c #include "hal_defs.h" #include "hal_cc8051.h" #include "hal_int.h" #include "hal_mcu.h" #include "hal_board.h" #include 阅读全文
posted @ 2021-11-10 11:23 yassine 阅读(166) 评论(0) 推荐(0) 编辑
摘要:##试题 ##Main.c #include <ioCC2530.h> #define uint16 unsigned int #define uint8 unsigned char uint8 ledArray[2] = {0x05, 0x06}; uint8 ledCount; uint16 c 阅读全文
posted @ 2021-11-09 14:23 yassine 阅读(278) 评论(0) 推荐(0) 编辑
摘要:##试题 ##注意 分为两个项目便于管理(当然如果开发经验颇深,不分的话小试题也不会乱) 基于BasicRF无线点对点框架简单完成试题 ##主要部分 ###第一个项目ZigbeeA rf_set.c #include "hal_defs.h" #include "hal_cc8051.h" #inc 阅读全文
posted @ 2021-11-08 19:46 yassine 阅读(273) 评论(0) 推荐(0) 编辑
摘要:![](https://img2020.cnblogs.com/blog/2413946/202111/2413946-20211103163923163-1585741993.png) 阅读全文
posted @ 2021-11-03 16:40 yassine 阅读(265) 评论(0) 推荐(0) 编辑
摘要:##实验耗材 开发板x2,天线x2,串口转USB线x1,仿真器x1,排线x1,USB线x1,电源线x2 ##代码部分rf_set.c #include "hal_defs.h" #include "hal_cc8051.h" #include "hal_int.h" #include "hal_mc 阅读全文
posted @ 2021-11-03 16:39 yassine 阅读(549) 评论(0) 推荐(0) 编辑
摘要:##使用IAR打开TI提供的BasicRF资源项目 资源链接:百度网盘 提取码: 6aeu 资源项目列表如下: ##rf_set.c #include "hal_defs.h" #include "hal_cc8051.h" #include "hal_int.h" #include "hal_mc 阅读全文
posted @ 2021-11-03 16:19 yassine 阅读(465) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示