搜索资源列表
lanyaHC05cs
- 蓝牙HC05的接收数据和发送数据的程序,能够通过手机来控制单片机IO口上灯的亮与灭。-Bluetooth HC05 receiving data and sending data procedures, can through the mobile phone to control the MCU IO mouth lamp on and off.
uartbluetooth
- STM32F407通过串口蓝牙HC05模块传输数据的例子程序-STM32F407 HC05 module through the serial port Bluetooth data transfer example program
interruptkey
- 中断按键测试程序,还有LCD显示,HC05蓝牙测试-interrupt key
hc05_test
- 基于STM32的HC05蓝牙模块与手机蓝牙通讯测试的功能程序,可以通过蓝牙助手来与采集板互通数据,完成简单的蓝牙通讯功能- STM32 based on the HC05 Bluetooth module and Bluetooth mobile phone communications test of the functional process, you can use the Bluetooth assistant to exchange data with the acquisition
1.HC05测试程序(带液晶)
- 基于STM32的蓝牙—HC05例程(带液晶显示)(STM32 bluetooth - HC05 routine (with liquid crystal display))
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