搜索资源列表
stm32-SPI-driver
- stm32 spi方式驱动si4432芯片-stm32 spi driver si4432 chip
Si4432_OK
- Si4432基于STM32的程序,已经测试成功,代码完整-Si4432 STM32-based program has been tested successfully complete code
SI4432
- 实现STM32与SI4432模块无线接收与发送-Achieve STM32 SI4432 module with wireless reception and transmission
STM32PSI44432--V1.0
- SI4432无线控制LED 灯智能控制家电有STM32的详细代码-SI4432 radio control LED lights
STM32-SI4432
- 用STM32F103C8开发SI4432的发送与接收程序-The program on how to use STM32F103C8 to develop SI4432.
si4432
- SI4432.c,用于STM32,改下管脚就可用-SI4432.c, for STM32, under the pin can be used to change
STM32-MSP430-SI4463-code-SI4432
- 程序的功能: STM32实现的SI4463程序代码, 是2GFSK调制,频率433MHz,功率20dBm,已经最大。 SI4463程序还带有读取RSSI,功率调节的功能,都把数据通过串口输出。如果要做运动检测,定位,RSSI可以用到。 RSSI是接收到的信息强度指示,当距离远时,信号强度低,可以根据信号强度做一些声音报警。 STM32实现SI4432通信,是GFSK调制,频率433MHz,功率20dBm,已经最大。 实现功能:主机通过发送指令给从机,从机收到数据以
Demo_STM32_Tx
- 基于stm32的SI4432无线发送程序-Stm32-based wireless transmission program SI4432
Demo_STM32_Rx
- 基于STM32的SI4432射频接收程序-Based on the STM32 SI4432 radio receiving program
ProConv_si4432
- SI4432代码,在STM32平台上可用,而且已经在产品上使用-SI4432 code on the STM32 platform available, and have been used in the product
si4432
- stm32操作 si4432 模块的程序,包括主程序流程与SPI配置,宏定义比较丰富,实测好用,很容易移植。-stm32 si4432
STM32-SI4432-driver
- SI4432 STM32驱动程序 库函数版本 已测试无问题-STM32 SI4432 driver library function version has no problem testing
STM32--Si4432
- STM32环境下的si4432的程序,已经测试成功,代码完整-STM32 si4432
ST32-SI443X
- STM32单片机通过SPI方式驱动无线数传芯片SI4432,程序保证可以使用,欢迎下载!-STM32 microcontroller via SPI driven wireless data transmission chip SI4432, procedural guarantees can be used, welcome to download!
Si4432_OK
- stm32单片机 连接si4432 无线模块的收发控制程序-STM32 MCU Si4432 wireless module to send and receive control procedures
STM32
- connection si4432 to STM32
无人船
- 基于STM32的无人船代码,涉及SI44 32数据传输、PID算法、GY- 273罗盘模块和北斗定位等操作。(STM32 based unmanned ship code, involving Si4432 data transmission, PID algorithm, GY - 273 compass module and Beidou Positioning and other operations.)
SI4432
- stm32+si4432实现无线通讯功能(STM32 SI4432)
STM32+QMC5883L+SI4432
- stm32通过模拟iic驱动qmc5883l通过spi驱动si4432 实现数据发送接收(STM32 realizes data sending and receiving by simulating IIC driving qmc5883l through SPI driving Si4432.)
Si4432无线数传STM32程序
- Si4432无线数传STM32程序 1. 采用串口1与外部进行通信,可传输接收任意长度数据; 2. 将接收后的数据无条件发送给指定地址的si4422模块; 3. 接收模块收到数据后无条件的将有效数据通过串口1的DMA传出;即:基于SI4432的点对点串口透传模块