搜索资源列表
222
- 在分析了串行 EEPROM AT24C512B的功能和 Tiny OS下硬件抽象体系结构的基础上 ,设计了基于 I 2 C总线的 EEPROM硬件抽象组 件体系 ,实现了 Tiny OS下基于 MSP430平台的串行 EEPROM驱动程序 ,同时满足了应用开发的灵活性与 传感器节点功耗低两方面的需求。-The EEPROM har ware abstracti on component architecture base on I 2 C2 BUS is desi
app
- ucos在lpc2148的移植程序,包含串口通信、外部中断,LCD显示,LED,蜂鸣器-ucos in lpc2148 transplant procedures, including serial communication, external interrupt, LCD display, LED, buzzer
srccode
- 在Vxworks下开发的串口通信程序,在虚拟机上的vxworks系统上已经验证。-Verified Source Code of Serial Comm App of vxworks.
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
HC06
- 基于stm32的HC06蓝牙模块测试程序利用串口或者手机蓝牙app实现信息的收发-Use a serial port or Bluetooth mobile phone Bluetooth module based stm32 the HC06 test program to send and receive messages app
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各自的配置文件修
zmodem
- 利用串口通过zmodem协议在iap下更新APP程序。-Zmodem protocol updates through the use of serial APP program in iap.
STM32F103_Serial_IAP
- 本工程是基于STM32F103ZE的串口IAP程序,含有三个子程序,可根据需求将程序移植与STM32其他处理器的开发平台。RTC程序作为FLASH APP程序(起始地址0x08010000),触摸屏程序作为SRAM APP程序(起始地址0x20001000).-This project is based on STM32F103ZE serial IAP program contains three subroutines, according to the needs of porting p
cc3200
- cc3200的udp通信,串口输出,连接手机app,基于sdk的udp_socket通信的例程-cc3200 of udp communications, serial output for connection to the phone app, based on the routine udp_socket communication sdk
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)
STM32_Boot
- STM32 IAP程序,可通过串口输入指令实现升级或者跳转到APP程序(STM32 IAP program, through the serial port input instructions to achieve upgrade or jump to the APP program)
APP
- 吧can通信包转换成串口 里面包含can口的设置 500kb/s 串口波特率是19200(Bar can be converted into a serial communication 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
stm8
- 总体由两部分组成,一部分是APP,另一部分是bootloader; bootloader可以利用串口传输,对app部分进行跟新;app部分是进行业务逻辑封面的处理(The whole is made up of two parts, one is APP and the other is bootloader. Bootloader can use serial port transmission to update the app part; the app part is to proc