搜索资源列表
si4432 3公里无线数传 程序
- si4432 3公里无线数传 程序.SI4432 内置20dbm PA,可以不加器件输出20dbm的功率。接收灵敏度非常高。
si4432实用配置程序
- 使用si4432时的初始化配置,是已经投入量产的,另外,射频波特率在38.4kbps以下的频偏推荐都为20kHz。
si4432_code
- si4432是美国SI的一款高性能无线收发芯片,程序配置确认OK,供大家学习之用
基于PIC单片机的SI4432程序
- Silicon Labs官方发布的DEMO板测试的源程序
Si4432
- 无线数传芯片SI4432的驱动程序,由ATMEGA16控制,经7X24硬件测试。开发环境IAR for AVR,C.-Driver for Si4432,mcu is Atmega16.IAR for AVR
20081022_rev3.0r
- SI4432的源代码,是官方开发板的程序-SI4432 source code is the official procedure for development board
EZRadioPRO_Evaluation
- 基于无线芯片SI4432的组网程序,程序中包括液晶显示,RS232通讯,无线数传,我码率的计算等-SI4432-based wireless chip group net programs, the program includes LCD display, RS232 communications, wireless data transmission, I would rate the calculation
Si443x_revB1
- SI4432的无线收发程序 -SI4432 send and receive LANGUAGE
Si443289s521602
- Si4432 89C52 1602显示屏 的程序 使用FIFO模式GPIO 0 1 控制收发-Si4432 89C52 1602
IA4432_20080522_15r
- SI4432和pic单片机的程序,可以实现无线传输-si4432
8051f320_si4432
- C8051F320与SI4432的开发程序-C8051F320 and the SI4432' s development process
AN415--SI4432
- SI4432的官方程序例程解析,详细介绍了F981+SI4432的程序-SI4432 official routine analysis, details the procedure for F981+ SI4432
Si4432
- 简单的总结si4432的程序资料,非常地实用,简单。-Simple summary si4432 program information is very practical and simple.
LPC2103_si4432_R
- lpc2103驱动si4432的程序(接受程序,采用问答的方式)。-lpc2103 driver si4432 program (acceptance procedure, using questions and answers).
LPC2103_si4432_S
- lpc2103驱动si4432的程序(发送程序,采用问答的方式)。-lpc2103 driver si4432 procedure (sending program, using questions and answers).
STM32-SI4432
- 用STM32F103C8开发SI4432的发送与接收程序-The program on how to use STM32F103C8 to develop SI4432.
si4432
- stm32操作 si4432 模块的程序,包括主程序流程与SPI配置,宏定义比较丰富,实测好用,很容易移植。-stm32 si4432
STM32--Si4432
- STM32环境下的si4432的程序,已经测试成功,代码完整-STM32 si4432
SI4432
- SI4432的配置,包含接收和发送的切换,基本的一些配置(The configuration of SI4432 contains the switch between receive and send, basic configuration.)
Si4432无线数传STM32程序
- Si4432无线数传STM32程序 1. 采用串口1与外部进行通信,可传输接收任意长度数据; 2. 将接收后的数据无条件发送给指定地址的si4422模块; 3. 接收模块收到数据后无条件的将有效数据通过串口1的DMA传出;即:基于SI4432的点对点串口透传模块