搜索资源列表
CC2530_uart
- 此程序是CC2530串口通讯程序;包括串口发送与接收数据-This program is a the CC2530 serial communication procedures including the serial port to send and receive data
timer
- 此程序是关于CC2530单片机的定时器操作。功能都经过验证;-This program is on the CC2530 MCU timer operation. Functions are verified
CC2530-1
- 开发环境:EW8051-EV-7.51A;芯片:cc2530; 程序描述:zigbee学习起步第一篇。程序功能:通过CC250的IO口控制灯的闪烁。-Development Environment: EW8051-EV-7.51A chip: cc2530 Program Descr iption: zigbee start learning the first chapter. Program features: IO
CC2530-2
- 开发环境:EW8051-EV-7.51A;芯片:cc2530; 程序描述:zigbee学习起步第二篇。程序功能:按键控制开关,OK键控制红灯亮,CANCEL键控制绿灯亮。-Development Environment: EW8051-EV-7.51A chip: cc2530 Program Descr iption: zigbee The second study started. Program features:
CC2530-3
- 开发环境:EW8051-EV-7.51A;芯片:cc2530; 程序描述:zigbee学习起步第三篇。程序功能:按键控制闪烁,OK键控制红灯闪烁,CANCEL键控制绿灯闪烁。-Development Environment: EW8051-EV-7.51A chip: cc2530 Program Descr iption: zigbee learning start the third. Program features
CC2530-4
- 开发环境:EW8051-EV-7.51A;芯片:cc2530; 程序描述:zigbee学习起步第四篇。程序功能:T1的使用,隔段时间LED闪烁。-Development Environment: EW8051-EV-7.51A chip: cc2530 Program Descr iption: zigbee start learning Part IV. Program features: T1 to use, ever
CC2530-5
- 开发环境:EW8051-EV-7.51A;芯片:cc2530; 程序描述:zigbee学习起步第五篇。程序功能:T2的使用,绿灯亮,红灯闪烁。-Development Environment: EW8051-EV-7.51A chip: cc2530 Program Descr iption: zigbee study started the fifth chapter. Program features: T2 use,
2530_UART_DMA
- CC2530 使用DMA方式 进行串口的收发(IAR 8.30); 20个字节内,2530将接收的字节进行串口输出。-the tx/rx of uart is used dma
cc2530Pled
- 设计一个工程,下载到目标板上,要求按下 K1 时,LED1 闪烁(视觉能够分辨出),再次按下K1,LED1 熄灭;按下K2 时,LED2 闪烁,再次按下K2,LED2 熄灭;如此重复循环。-use keys to control led based on cc2530
6.温度传感器带蜂鸣器版
- 基于zigbee协议栈的温度传感器ds18b20应用,芯片为cc2530,当温度超过30度时,接在协调器上的蜂鸣器报警响起。(ZigBee protocol stack based on the temperature sensor DS18B20 applications, the chip is CC2530, when the temperature is more than 30 degrees, connected to th
20、CC2530温湿度传感器DHT11
- 基于CC2530的温湿度传感器DHT11的代码。实现温湿度的采集(Temperature and humidity sensor)
9 RSSI值测距离
- 1.CC2530F256测距,使用Zigbee协议栈开发,精度为小数点后1位,主程序入口提供详细文档解析,采用广播的方式组网,目前组网3个没问题,上位机串口调试助手显示距离; 2.协议栈使用rssi来计算距离,测量范围在0.1~3m区间误差不到百分之3; 3.如需定位,简单修改主函数套公式即可; 4.程序使用ZStack-CC2530-2.3.1-1.4.0。(1.CC2530F256 ranging, using Zigbee
网关方案三:ZIGBEE %2B SIM900A
- 1.zigbee编写语言为C语言,使用ZStack-CC2530-2.3.1-1.4.0协议栈; 2.APP使用eclipse eda安卓开发,采用sim900A连接外网,可简单修改连接esp8266wifi模块,从而连接外网,app能够实时显示采集zigbee采集的距离; 3.服务api采用的是淘宝云平台的api,服务器长期有效,无需修改; 4.通过cc2530之间通信,采集到rssi值,计算出距离,通过串口上传上位机,该程序能