登录

最新会员 最新下载

成为了本站VIP会员

03月28日 19:36

成为了本站VIP会员

03月28日 16:04

成为了本站VIP会员

03月27日 21:54

成为了本站VIP会员

03月27日 17:03

成为了本站VIP会员

03月27日 12:17

成为了本站VIP会员

03月26日 17:53
已选条件
  1. 编程语言:所有
  2. 代码类别:嵌入式Linux
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. ds18b20温度传感器input子系统驱动程序

该源码采用嵌入式linux中input子系统框架写的ds18b20温度传感器驱动程序,里面也有测试程序,在S5PV210的arm板上经测试,可以直接编译使用

1
下载
109
浏览
2022-10-21发布

3. 仓储物联网

linux(软件环境)仓储物联网系统是利用cortexM0实现对仓库的温度,湿度,光感的采集,实现对RFID数据的采集,cortexM0也接受A8发过来的控制命令,当仓库的温度,光感超过设定的值得时候,启动风扇,并向A8发送。 cortexA8对M0采集的数据惊醒处理和分析,对环境变量存入数据库sqlite3中,对RFID的值存入shm共享内存中,camera的视频采集,按键模拟有人闯入,接受上层传下的命令,并进行处理,收到M0,控制风扇的开关,报警等。 PC机是接受到的数据,显示和各种按钮控制M0。

1
下载
116
浏览
2022-03-19发布

4. ARM-uCLinux

  基于ARM和uCLinux的嵌入式远程数据采集终端(arm uclinux)

21
下载
136
浏览
2021-05-07发布

5. last

说明:  基于gec6818的打地鼠游戏的源码。使用c语言进行编程 内有显示图片 计时 计分等功能(Play the ground mouse game)

0
下载
241
浏览
2021-04-14发布

6. hardware_jbig

  硬件jbig 压缩算法,注意:不是软件压缩哈,这个是嵌入式的程序(jbig hardware compression algorithm, attention : No compression software Kazakhstan, this is the procedure Embedded)

30
下载
135
浏览
2021-04-13发布

7. C-program-of-BSS-and-examples-1

  在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.(Linux platform, the blind signal separation of pure c write code. Blind signal separation algorithm based on convolution mixed, can be separated not only synthetic mixed-signal and voice signal convolution mixed in real environment can separation in the program, contains two test files can directly use the makefile after. Also worth mentioning is that the compressed bundle includes voice processing commonly used functions such as fft transform read write wav file, as well as some of the commonly used one-dimensional vector and two-dimensional matrix transform function. these can be applied directly into other applications.)

19
下载
155
浏览
2021-04-10发布

8. gps1.0

说明:  这是一个GPS接收定位的原代码,通过QT Compier进行编译,测试比较稳定,很不错的。(This is a GPS receiver position of the original code, compile QT Compier. testing is relatively stable, and very good.)

0
下载
139
浏览
2021-04-07发布

9. Ralink-RT5350-SDK4.0

  雷凌Ralink RT5350 最新SDK4.0资料,linux源码,交叉编译环境,UBOOT和应用(Ralink the Ralink RT5350 SDK4.0 information, linux-source, cross-compiler environment, uboot and applications)

502
下载
153
浏览
2021-04-05发布

10. 8619c-OK

  龙讯8619C ,ii2转换芯片, hdmi转ttl。已经调好正式出货了在ARM平台,附件是驱动代码(LT8619c, hdmi to rgb(ttl), iic)

5
下载
144
浏览
2021-02-24发布

11. 8619c-OK

说明:  龙讯8619C ,ii2转换芯片, hdmi转ttl。已经调好正式出货了在ARM平台,附件是驱动代码(LT8619c, hdmi to rgb(ttl), iic)

14
下载
143
浏览
2021-02-24发布

12. caozuoxitong

  模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。自己编写的程序,绝对原创。(failed to translate)

8
下载
164
浏览
2021-02-20发布

13. Linux应用程序开发详解

说明:  高清电子书-嵌入式Linux应用程序开发详解(Detailed explanation of embedded Linux application development)

3
下载
164
浏览
2021-02-03发布

14. bma150

  bam150 重力传感器的驱动代码for linux(Bam150 gravity sensor driver code for Linux)

25
下载
118
浏览
2021-01-30发布

15. petalinux_zc706移植说明——mlkk

说明:  完成zc706 下petalinux 系统移植,按照文章所述步骤,操作,笔者的可以起来。需要在zynq 7000 系列上跑linux系统的可以参考哈。(What the document describles is how to use the linux system on your zynq7000 board. If you reffer to the document , I could make sure that It's really helpful for you to run your system. good luck!)

0
下载
176
浏览
2021-01-25发布

16. cross-2.95.3.tar

  构建交叉开发环境 在PC上构建嵌入式linux开发环境,需要安装适合于目标处理器的交叉编译器和调试器 以及将要使用的嵌入式linux发行版本源代码(linux-2.4.18-rmk7-pxa1-mz5-zhiyuan.tar.bz2 本站没有 百度也没有)

11
下载
142
浏览
2021-01-09发布

17. arm7-Example

  ARM7 实例,编译环境keil4,proteus仿真,自学嵌入式很好的资料(ARM7 instance, build environment keil4, proteus simulation, great self-embedded data)

81
下载
141
浏览
2021-01-08发布

18. mvbCardUserApi

  c mvb b-interface implement

21
下载
149
浏览
2021-01-03发布

19. DL645

  DL/T645-97协议发送代码实例,这个部分能够通过串口接收和发送645协议包。(DL/T645-97 file send code)

317
下载
204
浏览
2020-12-24发布

20. 课程设计报告-基于web的远程监控系统

  嵌入式课程设计报告-基于web的嵌入式远程监控系统(Embedded curriculum design report - Embedded Remote Monitoring System Based on Web)

18
下载
136
浏览
2020-12-20发布