搜索资源列表
TC35i
- 本文介绍了西门子的GSM 无线通信模块TC35i,并提出了由TC35i 模块通过搭建外围电路构成一个GSM Modem,PC机通过串口数据线向其发送 AT指令,从而实现短消息的发送和接收。详细介绍了TC35i的外围电路设计,给出了实际的电路连接图,并介绍了通过PC机给TC35i写AT指令从而实现收发短消息的过程。
51.单片机控制GSM模块Tc35i
- 单片机控制GSM模块Tc35i 最近在做毕业设计用到GSM无线模块进行短信数据发送接收,在使用8位单片机控制Tc35i,SCM GSM module TC35i done recently graduated from design used GSM wireless modules send receive SMS data using 8-bit single-chip control TC35i
shangweijiruanjian
- vb控制无线发射模块的上位机软件,接收端包括2个温度传感器和两个湿度传感器-vb control of wireless transmission module of the PC software, the receiving end, including two temperature sensors and two humidity sensors
NRF24L01
- 无线模块nfr24L01 2.4G传输频道 可以用于点对点 点对多的传输~-Nfr24L01 2.4G wireless module can be used for point to point transmission channel multi-point transmission ~
RS232
- 433.92m无线模块的接收到有效数据后,把数据转到串口发出去,也就是串口数据转无线、无线模块收到数据转成串口,的模块整个工程文件。-433.92m wireless module receives valid data, the data sent to the serial port, serial data transfer is wireless, the wireless module into a serial data received, the module documents
Control
- 上位机控制程序,实现网口通讯,无线收发的数据通过串口转网口的模块后将数据通过网线发给上位机,并且通过接收到的数据判断各个子模块是什么类型的子节点,显示其无线网络地址并提取有用数据显示,且可向各个子模块发送指令-Host computer control program,toachieve net mouth communication,Wireless transceiver of the data through serial port module will switch to other
nRF2401
- nrf2401无线模块发送与接收子程序,发送与接收30米。-nrf2401 send and receive wireless module subroutine, send and receive 30 meters.
NRF
- NRF2401 无线收发模块2.4GHz 全球开放ISM 频段,最大0dBm 发射功率,免许可 证使用 支持六路通道的数据接收-2.4GHz wireless transceiver module NRF2401 open global ISM band, the maximum 0dBm transmit power, license-free use support six channels of data reception
Wireless-module-receives-program
- 无线模块接收程序,nRF24L01是世界通用ISM频段的单片无线收发芯片。该无线模块包括了频率发生器、增强型ShockBurstTM模式控制器、功率发大器、晶体振荡器、调制器、解调器等功能模块。-Wireless module receives program
Si4432无线数传STM32程序
- Si4432无线数传STM32程序 1. 采用串口1与外部进行通信,可传输接收任意长度数据; 2. 将接收后的数据无条件发送给指定地址的si4422模块; 3. 接收模块收到数据后无条件的将有效数据通过串口1的DMA传出;即:基于SI4432的点对点串口透传模块