搜索资源列表
STM32-uart
- stm32单片机开发,请在keil 4.0环境运行, STM32 串口输出实验(库函数),解压完app文件有c程序代码-Stm32 SCM development, please in keil 4.0 environmental operation, stm32 serial ports output experiment (library function), unpack the app file have c program code
Boot
- STM32F103实现APP和IAP程序段通过某一存储器的值判断来回跳转,IAP段通过串口终端更新APP程序。 -The STM32F103 APP and IAP block to jump back and forth through a memory value judgments, the IAP segment by the serial terminal to update the APP program.
SMARTCONFIG
- 串口转WIFI模块,对SMARTCONFIG功能的实现源码,主要应用在手机安卓系统的APP开发中。-Serial to WIFI module, SMARTCONFIG function source implementation, mainly used in the development of mobile APP Android system
1838072vugnqmqhqcthggm
- 特点: 升错文件不会变砖,app程序不需要知道boot的存在 方法: 38400波特率,板子复位后键盘敲“d”, 正常接收后串口会不停打印“C” 后把bin文件通过xmodem传送过去即可。 原理: 升级app时,把第一条jmp指令换成跳转到boot的jmp指令。 然后把app原来的跳转jmp指令放到0x1bfc的位置(就是boot区的前四个字节)。boot执行完了后执行存在0x1bfc位置的jmp指令即可跳转到app程序区。简单来说就是劫持app的第一条jmp指令。
MSP430-Updata-App-From-Bootloader
- MSP430通过bootloader实现本地串口程序升级应用程序 分两部分程序:bootloader和APP应用层程序。 功能实现: 1、bootloader程序中检测是否需要升级app程序,需要升级则执行串口程序接收串口发来的应用程序烧录文件。接收成功后执行APP程序。 2、bootloader中断映射到app的虚拟中断地址。 3、APP程序主要用于测试本地升级是否正确,实现串口中断接收数据,主循环发送数据的功能。 4、bootloader和app各自的配置文件修
Serial-WiFi-module-test
- 该程序将ESP8266设置为STATION工作模式,并通过家用wifi热点云服务器建立连接, 手机APP通过注册后并关联该ESP8266模块,通过互联网发送关灯与开灯的指令,-The program will ESP8266 set to STATION mode of operation, and through the home wifi hotspot cloud server to establish a connection, Mobile phone APP throug
stm32 - HC08
- stm32F103c8t6 连接HC08蓝牙串口模块与手机(安卓系统)通过蓝牙连接,并实现手机无线控制stm32F103c8t6 的GPIO口控制指示灯动作,同时stm32F103c8t6 的GPIO口控制指示灯动作后将指示灯状态通过HC08蓝牙模块回传给手机APP,并在APP上显示出来。(Connect the HC08 stm32F103c8t6 Bluetooth serial module and mobile phone (Android) via Bluetooth, mobile
AOK虚拟示波器上位机源码及APP最新版
- AOK虚拟示波器的上位机源码,从串口获取下位机数据,然后绘制波形(AOK virtual oscilloscope host computer source, from the serial access to the next machine data, and then draw the waveform)
DA14580_DSPS_3.150.1.5
- DA14580的蓝牙电脑串口透传官方代码,含APP包(DA14580 Bluetooth computer serial transmission through the official code, including APP package)
网关方案三:ZIGBEE %2B SIM900A
- 1.zigbee编写语言为C语言,使用ZStack-CC2530-2.3.1-1.4.0协议栈; 2.APP使用eclipse eda安卓开发,采用sim900A连接外网,可简单修改连接esp8266wifi模块,从而连接外网,app能够实时显示采集zigbee采集的距离; 3.服务api采用的是淘宝云平台的api,服务器长期有效,无需修改; 4.通过cc2530之间通信,采集到rssi值,计算出距离,通过串口上传上位机,该程序能简单修改主函数,实现测距。(1.zigbee is writ
串口IAP实验
- 硬件资源: 1,DS0(连接在PF9) 2,串口1(波特率:460800,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP) 实验现象: 本实验开机的时候先显示提示信息,然后等待串口输入接收APP程序(无校验,一次性接收
IAP
- 串口在线升级程序,包含有了flah APP程序,实现不用拆开产品而进行程序升级,实测可用(Serial online upgrade program, actual measurement can be used)
HC_BLE串口助手源码修改版
- HC-08蓝牙4.0BLE串口模块使用资料包,安卓手机APP测试软件(HC-08 Bluetooth 4.0BLE serial module using data package, Android mobile APP test software)
IAP_AN
- stm32F1系列IAP串口升级程序,Ymodem协议,自动跳转APP。(STm32F1 Series IAP Serial Port Upgrade Program)