搜索资源列表
zigbee-cc2430-temp.rar
- 该演示程序实现温度的采集与显示功能,内部温度传感器定时采样,并将采集到的温度信息广播发送出去,另外的节点接收到温度信息后通过串口向计算机上报,串口通信波特率为57600,The demonstration program of acquisition and temperature display function, the internal temperature sensor sampling timing and the temperature of the information col
cc2430.rar
- zigbee cc2430 单片机程序 无线温度采集及串口通信演示,single-chip wireless zigbee cc2430 process temperature acquisition and demonstration of serial communication
wuxianlongZigBee
- 无线龙CC2430 ZigBee模块的说明书和资料整理合集,包括例子程序,通信协议说明,和模块原理图等。-Long CC2430 ZigBee wireless specification and documentation module collection, including examples of program, communication protocol descr iption, schematics, etc., and modules.
TI_ZigBee_information
- 基于TI公司和ZigBee协议的自组网,实现多点通信。用C实现,便于入门,-And based on TI' s ZigBee protocol in MANET, multi-point communications. Implemented in C, to facilitate the entry,
zigbee
- zigbee基于IAR的cc2430无线综合通信的实现源代码-zigbee-based wireless integrated communications IAR' s cc2430 realization of the source code
wsn
- 环境监测无线传感器网络节点的设计 针对环境监测的要求,开发了一种兼容型的无线传感器网络节点系统。该系统以MSP430FG4618为核心,采用 CC2420 214G射频芯片,软件上移植了德州仪器( TI) ZigBee协议栈,并在应用层开发了通信程序。该系统可以组建成稳 定的网状网络,功耗低,数据传输稳定,可与TI支持的其他方案混合组网,使网络最优化-Environmental monitoring wireless sensor network node design requirem
zigbee_comunication
- zigbee通信系统中使用芯片cc2430实现点对点通信的源码-zigbee chips used in communications systems to achieve point-to-point communications cc2430 source
CC2420
- 这是一个项目的节点程序,单片机使用avr,无线通信模块使用CC2420(支持Zigbee协议),此源码包括发送端和接收端-This is a project node procedure, single-chip using avr, of wireless communication module using the CC2420 (support for Zigbee Protocol), the source, including the sending end and receiving
zigbee
- zigbee无线通信点对点综合测试的源代码-zigbee wireless communications point-source code for a comprehensive test
2530RF
- 无线龙CC2530开发平台 Zigbee网络无线通信的系统测试软件,可以实现DMA传输RF数据。-Long CC2530 Zigbee development platform for wireless network testing software, wireless communication systems, RF data enables DMA transfers.
c51-rf-3-pk
- 采用成都无线龙c51-rf-3-PK开发套件编程短距离无线通信,zigbee协议-Chengdu Wireless with Dragon c51-rf-3-PK Development Kit programming short-range wireless communications, zigbee protocol
zigbee-codes
- 短距离无线通信解决方案,采用zigbee,有源码。-Short-range wireless communication solutions, using zigbee, with source code.
ZigBee-network
- ZigBee射频通信实验代码,程序随机产生一个数字,用过无线通信模块,发送到另一个节点-ZigBee RF communications test code, the program generates a random number, used the wireless communication module, to send to another node
zigbee-chuankouhufa
- zigbee用于uart串口互发,实现点对点,点对多点通信-zigbee uart serial port for each hair, to achieve point to point, multipoint communication
ZigBee-CC2520RX-pro
- keil c开发环境,zigbee通信接收代码-keil c development environment, zigbee communication receiver code
SHT11-zigbee
- AVR128RFA1芯片,通过SHT11进行温湿度采集。通过ZIGBEE通信,采集各个终端节点信息-AVR128RFA1 chip, through the SHT11 temperature and humidity acquisition. By ZIGBEE communication, each terminal node information collection
ZIGBEE
- 系统基于stm32实现ucos移植,实现以太网通信,zigbee通信,界面信息通过gui显示-System based on uCOS to achieve STM32 transplantation, Ethernet communication, ZigBee communication, interface information through GUI display
ZigBee serial chat
- zigbee串口聊天 两个zigbee之间无线通信 A使用串口助手发送 B通过无线接收显示在串口助手上(ZigBee serial chat, two ZigBee wireless communication, A use serial assistant to send B, through wireless reception, displayed on the serial assistant)
zigbee
- 基于zigbee点对点通信,可以使用zigbee的函数进行测试(Based on ZigBee peer to peer communication, you can use the ZigBee function to test)
zigbee与stm32通信例子
- 程序1:stm32程序串口2接收串口1发送程序 ,改自扩展实验11 ATK-HC05蓝牙串口模块实验程序。 程序2:zigbee串口通讯-发送字符串。 连接方式:cc2530的P02连接stm32的PA2,P03连接stm32的PA3 程序2串口一直发送“hello zigbee”字符串 mini版stm32程序1串口2接收后转发串口1原样输出。(Program 1:stm32 program serial port 2 receive serial 1 send program, c