登录
首页 » 嵌入式系统 » 基于 LAN 的数据采集系统使用 SPI 和 I2C 协议

基于 LAN 的数据采集系统使用 SPI 和 I2C 协议

于 2022-02-24 发布 文件大小:7.62 kB
0 172
下载积分: 2 下载次数: 1

代码说明:

在这个项目中我不断监测实时温度使用温度传感器的 ADC MCP3204。温度被转入 8051 通过 SPI(Serial Peripheral Interface) 协议。同样的排练时间也转移到 8051 RTC DS1307 通过 I2C 从国米集成电路 () 协议。8051 液晶屏是不断显示的温度和时间的状态。8051 还转移温度和时间对超级终端使用串行通信。最后的数据是从服务器发送到客户端 systems(LAN) 使用套接字编程。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cy7c68013 gpif波形图源代码
    cy7c68013 gpif波形图源代码 -cy7c68013 gpif waveform source code
    2022-11-20 13:10:03下载
    积分:1
  • nios键盘数码管驱动芯片HD7279驱动程序,使用avalon总线方编写...
    nios键盘数码管驱动芯片HD7279驱动程序,使用avalon总线方式编写-Nios keyboard LED Driver IC HD7279 driver, use the avalon bus approach to the preparation of
    2022-03-10 23:14:50下载
    积分:1
  • 开发代码来评估函数调用,类型铸造和代码流算法。
    Develop code to evaluate function calls, type casting and code flow algorithms for performance. Programming assignment 4 is exploring the use of Shared Memory (shm). // // This program configures the shm region, accepts user input, and stores // the user msg in shm. // // Scope: // Open and attach to shm region // while runable // shm allowed to write // clear message // prompt user for msg // store msg in shm // if msg begins with "end", detach from shm // allow program 2 to resume // exit // -Develop code to evaluate function calls, type casting and code flow algorithms for performance. Programming assignment 4 is exploring the use of Shared Memory (shm). // // This program configures the shm region, accepts user input, and stores // the user msg in shm. // // Scope: // Open and attach to shm region // while runable // shm allowed to write // clear message // prompt user for msg // store msg in
    2022-03-14 14:23:14下载
    积分:1
  • 了解为什么要了解中的数据类型和使用效果…
    Learn why understanding the embedded systems uC/uP effect Data type and usage. this code in the MPLAB environment as outlined in the procedure. This code finds all prime numbers within a specific range (0-127) without and mathematical algorithms or functions.
    2022-03-01 12:52:10下载
    积分:1
  • G.723.1在keil平台上实现
    应用背景G.723.1语音压缩算法应用十分广泛,官网上提供C程序源代码,很多网站上有DSP相关优化程序,这是将代码移植到keil平台,实现其编解码算法关键技术这里是将代码移植到keil平台,实现G.723.1编解码算法,并通过自己定义的一帧数据进行编解码验证,利用cortex-M3内部指令对其中的基本运算进行简单的优化
    2023-03-01 22:20:04下载
    积分:1
  • 一个经典的词法语法分析程序的源代码,从词法分析口其词法分析出口为语法分析口...
    一个经典的词法语法分析程序的源代码,从词法分析入口其词法分析出口为语法分析入口-a classic syntax analysis of a program"s source code, imported from the lexical analysis of its lexical analysis exports syntax analysis entrance
    2022-11-15 19:35:02下载
    积分:1
  • Use PIC18f4550+ MMC and FAT16 with the mikroC, this code is a sample how to use...
    Use PIC18f4550 + MMC and FAT16 with the mikroC, this code is a sample how to use the mmc cards with microcontrollers PIC18f-Use PIC18f4550+ MMC and FAT16 with the mikroC, this code is a sample how to use the mmc cards with microcontrollers PIC18f
    2022-03-07 05:12:46下载
    积分:1
  • a Korean friends wrote for the board on the S3C2410 2410 nand flash drive, for t...
    一个韩国朋友写的用于S3C2410板子上的2410 nand flash的驱动文件,用于挂载yaffs(nand flash)文件系统。-a Korean friends wrote for the board on the S3C2410 2410 nand flash drive, for the mount yaffs (nand flash) file system.
    2022-03-23 12:19:18下载
    积分:1
  • 这是LPC2200列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。 ext_in.scf为分散加载文件,具体请读者自行分...
    这是LPC2200系列芯片内部Flash和外部Flash同时装载程序的分散加载文件使用示例。 ext_in.scf为分散加载文件,具体请读者自行分析,我们不对此示例提供技术支持。 在示例程序生成目标的test_ext_in.i32文件夹下有2个文件 / ROM_EXEC --- 写入内部FLASH / ROM_EXEC1 --- 写入外部FLASH (在选择文件的时候,请选择下拉所有文件*.*) 将两个文件分别写入后,选择跳线Bank0-FLASH,Bank1-RAM,BootSel-Inside 写入内部Flash,可用ISP方法下载。-This is the LPC2200 series chip Flash and external Flash loading procedures at the same time load the file using the sample dispersion. ext_in.scf for decentralized load the file, specifically requested the readers on their own analysis, we do not provide technical support for this sample. In the sample program to generate goals test_ext_in.i32 folder two files under/ROM_EXEC--- write the internal FLASH/ROM_EXEC1--- write external FLASH (in the choice of document, select the drop-down all the files*.* ) will write two files, select jumper Bank0-FLASH, Bank1-RAM, BootSel-Inside write the internal Flash, available methods to download ISP.
    2022-04-26 11:47:05下载
    积分:1
  • 李亚锋出的书《ARMLINUX设备驱动实例开发》一书的码源!...
    李亚锋出的书《ARM嵌入式LINUX设备驱动实例开发》一书的码源!-Li-feng of the book
    2022-07-06 23:14:29下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载