搜索资源列表
Insight_44B0X_BIOSV1.0
- 三星44B0的BOOTLOADER,ADS项目文件,带网络数据传输,带串口打印-Samsung 44B0 of BOOTLOADER, ADS project document with data transmission network, with Serial Print
LCD
- 华恒S3C44B0X开发板带的程序,用来驱动各种液晶屏幕,包括代码和数据手册
51_IR_TX
- 51 红外发送程序 带仿真 数据格式可以修改程序来实现
LPC1768_UART0
- LPC1768串口(UART0)收发任意数据(带数据队列)-LPC1768 serial port (UART0) receive any data (with data queue)
uart
- stm8的uart例程,不带库的,对uart进行初始化,向串口发送数据-stm8 the uart routines, without the library, on the uart to initialize, send data to the serial port
EasyARM1138UART
- 本例是easyarm1138的UART(通用异步收发器)实例 建议采用Windows自带的“超级终端”来调试UART, 在“端口设置”里,设置如下 波特率:9600 数据位:8 奇偶校验:无 停止位:1 数据流控制:无 -This case is easyarm1138 the UART (Universal Asynchronous Receiver Transmitter) proposed to u
AT91RM9200-PS2MousePS2KeyBoard
- 在AT91RM9200的平台上,分别通过软件模拟和SPI的方式实现PS2协议,并完成键盘数据和鼠标数据的读取,并通过PS2协议点亮键盘上的LED。注,标准鼠标和扩展鼠标(带滚轮)都已实现-Platform in the AT91RM9200, respectively, through software simulation and PS2 way SPI agreement and the completion of the keyboard data and mouse data to re
STM32F2_TFT_ADC
- STM32F207下用GCC编译的在TFT上显示ADC数据的例子。带Obtain_Studio工程文件。-STM32F207 compiled with GCC under the TFT display on the ADC data example. With Obtain_Studio project file.
LM3S615_cn
- LM3S615 微控制器包含以下的产品特性: 32 位RISC 性能 - 采用为小型嵌入式应用方案而优化的32 位ARM® CortexTM M3 v7M 结构 - 可兼容Thumb® 的Thumb-2 专用指令集处理器内核,可提高代码密度 - 50-MHz 工作频率 - 硬件除法和单周期乘法 - 集成了嵌套向量中断控制器(NVIC)以提供明确的中断处理 - 29 个中断,带8 个优先级 - 存储器保护单元(MPU)为受保护的操作系
LCD
- msp430 内部自带的LCD驱动,来显示数据-msp430 internal built-in LCD driver to display data
STM32_OV7660
- STM32驱动OV7660摄像头在2.8寸的屏幕上显示的例子代码并带数据手册。-STM32 example code and drive the the OV7660 camera in the 2.8-inch screen on the display with the data sheet.
acquisition-system-for-the-project
- 本系统采用双单片机控制,主机使用美国Cygnal公司推出的C8051F系列单片机C8051F020,从单片机使用STC12C5204AD单片机。实现用从单片机STC12C5204AD利用内部自带的8路AD采集8路数据,同时应答主机发送的命令-This system adopts double single-chip microcomputer control, the host using the Cygnal C8051F series MCU C8051F020, start-up from
stm32-I2C
- stm32硬件I2C的使用。使用STM32自带的硬件I2c,实现与外围器件的通信,配置寄存器,读取数据。-stm32 hardware I2C use. STM32 own hardware I2c communication with peripheral devices, the configuration register to read the data.
STM32F103xCDE_DS_CH_V5
- STM32F103xC STM32F103xD STM32F103xE 参照2009年3月 STM32F103xCDE 数据手册 英文第5版 (本译文仅供参考,如有翻译错误,请以英文原稿为准) 1/87 增强型,32位基于ARM核心的带512K字节闪存的微控制器 USB、CAN、11个定时器、3个ADC 、13个通信接口-STM32F103xC STM32F103xD STM32F103xE reference to the March 2009 STM32F103xC
RTL8201(F_FN_FL)_DataSheet_0.92
- 带MII接口的RTL8201以太网收发器的数据手册-RTL8201 datasheets
STM32_flash_read_write_data--
- 串口来的数据存储到STM32自身带的Flash模拟EEPROM中-STM32 store data to flash
CC2540_earthnet_Projects
- CC2540为带BT的SOC解决方案,BT协议为4.0版本,蓝牙数据传输获得数据后,通过以太网模块上传给上位机。-CC2540 is an SOC solution with BT, BT protocol version 4.0, the Bluetooth data transmission obtained data through the Ethernet module uploaded to the host computer.
51Serial-communicationMPU6050
- MPU6050采集数据。加融合算法,通过51串口发送给上位机。自带注释-MPU6050 data acquisition. And the fusion algorithm, through the 51 serial port to send to the host computer. Take notes
six-axis-MPU6050_sensor
- STM32F407自带了MPU6050传感器。本章我们将使用 STM32F407来驱动 MPU6050,读取其原始数据,并利用其自带的 DMP 实现姿态解算,结合匿名四轴上位机软件和LCD显示。-TheSTM32F407 have a MPU6050 sensor. I use the STM32F407 to drive the MPU6050, and read its raw data, and use its own DMP to achieve attitude calculation
BT04蓝牙六通道ADC数据采集传输
- 通过STM32F103系列自带的ADC采集器,采集电压信号,并且通过BT04蓝牙将采集到的六通道ADC数据传输至手机中的手机中的蓝牙测试程序,经测试可以运行!