联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期

[其他嵌入式/单片机内容] 基于51单片机的OLED数字时钟

通过OLED显示时间、年、月、日,以及相关信息。还可以根据喜好添加不同的图片。可以自行设置时间,控制屏幕的亮灭从而减少电量的损耗。设计中我一共使用了六个端口,OLED显示屏占用两个端口,控制加减的按键使用了两个,控制屏幕的亮灭使用了一个。但程序中有一个缺陷,就是星期不会跟着日期的改变而改变,需要自己手动更改,后期如果我学会了再重新添加程序。微信公众号关注“小小创客者”获取更多资源。 (2022-06-04, C/C++, 71KB, 下载0次)

http://www.pudn.com/Download/item/id/1654308120132543.html

[其他嵌入式/单片机内容] stm32+MMS8451 V1.4

MMA8451 测量三轴加速度信息,三种动态量程可以调,oled显示单位是g,串口输出打印、关键地方已经加好注释,自己可以根据注释更改量程。
MMA8451 measurement of three axis acceleration information, three dynamic range can be adjusted, OLED display unit is g, serial output print, the key place has been added annotation, it can change the range according to the annotation. (2018-04-14, C/C++, 7623KB, 下载7次)

http://www.pudn.com/Download/item/id/1523671185836017.html

[其他嵌入式/单片机内容] F103_GPRS

基于STM32的电表,加GPRS功能,实现人机交互,完成家用电量的读取和监控
STM32 based meter, add GPRS function (2018-04-02, C/C++, 8561KB, 下载29次)

http://www.pudn.com/Download/item/id/1522598758289988.html

[其他嵌入式/单片机内容] 12864donghua

12864显示兔斯基动画,基于avr单片机Atmega128开发,12864显示,编译软件使用avr studio
12864 Tuzki animation, based on the avr microcontroller Atmega128, 12864 Show (2013-09-29, C/C++, 44KB, 下载4次)

http://www.pudn.com/Download/item/id/2365461.html

[其他嵌入式/单片机内容] 12864(chuanxing)

STM32使用串行方式控制带字库12864程序,原则上仅使用两线IO,另外加电源线。
Using the serial mode control with STM32 12864 procedures, in principle, only two lines IO, additionally the power cord. (2013-08-24, C/C++, 1920KB, 下载84次)

http://www.pudn.com/Download/item/id/2338543.html

[其他嵌入式/单片机内容] uCOS

很多初学uCOS-II的童鞋不知道怎么移植,这里面是已经移植好了的程序,只需要自己在DRIVER和APP里面加自己的驱动和应用函数就可以用了。
Many novice uCOS-II transplantation of children s shoes do not know how, there is a good program has been ported, just inside yourself and APP DRIVER plus their driver and application functions can be used. (2013-08-06, Visual C++, 332KB, 下载1次)

http://www.pudn.com/Download/item/id/2324171.html

[其他嵌入式/单片机内容] wifi-uart-spi

1、 wifi 串口模块程序 源码 2、 android demo 3、 新力维XLW002X 用户手册
1, wifi serial module program source 2, android demo 3, Sony dimensional XLW002X User Manual (2013-07-30, Others, 2359KB, 下载103次)

http://www.pudn.com/Download/item/id/2318147.html

[其他嵌入式/单片机内容] main

将两块CAN总线开发板CANH---CANH,CANL---CANL相连连接无误后分别按动中断按键。相应的数码管显示加一,并通过CAN总线发送到另一块数码管上显示。
Two CAN bus development board CANH--- CANH, CANL--- CANL connected connected to the correct respectively pressing the interrupt button. Corresponding digital display plus one, and sent via the CAN bus to another piece of digital tube display. (2013-03-18, C#, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/2163177.html

[其他嵌入式/单片机内容] Luminary_LM3S1138_timer

用的是周立功的板子,没什么外围,只有两个key,3个LED灯,想不出来可以做什么来着,就想了这么个东西。 实现功能:LED2,每秒闪一次,LED1和LED2等全亮表示向flash写入定时; 按key1一次,按key2可以调节定时的小时,每按一次加1; 再按key1一次,按key2可以调剂定时的分钟,每按一次加1; 再按一次key1,按key2可以调节显示时间的小时,每按一次加1; 再按key1一次,按key2可以调节显示时间的分钟,每按一次加1; 再按key1一次,按key2可以向flash写入定时的时间,并读出至bb;
Zhou, who is with the board, nothing outside, only two key, 3 LED lights, could not think of what can be done to the, thought of such a thing. Achieve the function: LED2, flash once per second, LED1 and LED2 light such that the flash write full-time once by key1, key2 can adjust the time by the hour, every time plus 1 then key1 time, you can adjust by key2 regular minutes, plus 1 each time press key1, key2 can adjust the display time by the hour, every time plus 1 then key1 time, according to key2 can adjust the display time in minutes, plus 1 each time Press key1 time, according to the flash write time key2 to time, and read out to the bb (2011-10-29, C/C++, 170KB, 下载3次)

http://www.pudn.com/Download/item/id/1683672.html

[其他嵌入式/单片机内容] FLASH_RAM

基于STM32的dma使用的c程序,库文件和工程都有,用的时候把路径加对就行了
Based on the STM32 dma using c program, library and engineering have, with time added on to the path on the line (2011-06-16, C/C++, 13KB, 下载8次)

http://www.pudn.com/Download/item/id/1571102.html

[其他嵌入式/单片机内容] add1(8-1)

本实验对SCI进行简单的数据收发,通过RS232串口与PC通信,SCIA将接收到的数据每字节加1立即回送。
The experimental data on the SCI send and receive simple, with the PC via RS232 serial communication, SCIA will receive plus 1 per byte of data sent back immediately. (2011-02-26, Others, 270KB, 下载6次)

http://www.pudn.com/Download/item/id/1438387.html

[其他嵌入式/单片机内容] s7200andtouchpanelMT8000controlservomotor

s7200加触摸屏MT8000实现双伺服电机加减速时间可调控制,伺服电机转速成比例运行。
s7200 plus touch screen MT8000 dual servo motor control acceleration and deceleration time is adjustable, servo motor speed is proportional to the run. (2010-12-20, Others, 6565KB, 下载19次)

http://www.pudn.com/Download/item/id/1386164.html

[其他嵌入式/单片机内容] sk-s12xdp512-a_schematic

菲斯卡尔官方开发套件说明,全套,包括原理图等 sk-s12xdp512-a_schematic
Freescal official development kit instructions (2010-08-13, Others, 710KB, 下载23次)

http://www.pudn.com/Download/item/id/1268017.html

[其他嵌入式/单片机内容] IntroductiontoRobotControl

机器人运动与控制 控制的思考方法 拉普拉斯变换与传递函数 稳定性判别
Control of robot motion and control methods of thinking Laplace transform and transfer function of the stability of discriminant (2009-12-22, PDF, 2163KB, 下载12次)

http://www.pudn.com/Download/item/id/1013631.html

[其他嵌入式/单片机内容] My-Tetrix(S3C44B0X)

在EmbestARM7学习套件上实现的俄罗斯方块,芯片为S3C44B0X。 实现了加速,变化颜色,换档,预览模块,统计得分等功能
The EmbestARM7 learning packages to achieve the Russian box, chip S3C44B0X. Achieved acceleration, change colors, shift, preview module, statistical scoring functions (2009-11-18, C/C++, 639KB, 下载10次)

http://www.pudn.com/Download/item/id/974948.html

[其他嵌入式/单片机内容] noxim-20080119

片上网络的noxim仿真平台,它能够用来仿真2维mesh结构的片上网络
This source code is a notworks-on-chip simulation bench called Noxim. It can be used for 2d mesh network (2009-03-30, Unix_Linux, 59KB, 下载19次)

http://www.pudn.com/Download/item/id/694391.html

[其他嵌入式/单片机内容] Data_output

在ARM LPC21**上使用串口UART0接收上位机发送的数据,当接收到8个连续数据后,将接收计数值加一后输出显示的程序
ARM LPC21** in the use of PC serial port UART0 receive data sent when receiving eight consecutive data, will receive the total output value plus one show after the procedure (2008-02-01, C/C++, 2KB, 下载70次)

http://www.pudn.com/Download/item/id/400980.html

[其他嵌入式/单片机内容] 8051-KEY

C51的按键程序,非常经典,占用资源极小,可靠性非常的高。是一个不可多得的程序。
C51 key procedures, very classic, very small footprint, reliability, very high. Is a rare procedure. (2007-12-26, C/C++, 57KB, 下载432次)

http://www.pudn.com/Download/item/id/383045.html

[其他嵌入式/单片机内容] RussiaBlock

单片机的俄罗斯方块程序,含Proteus 仿真文件及详细注释
SCM procedures Russian box containing documents and a detailed simulation Proteus Notes (2007-12-24, C/C++, 120KB, 下载29次)

http://www.pudn.com/Download/item/id/381789.html

[其他嵌入式/单片机内容] 2032chinese

莱迪斯 2032 芯片学习中文资料,希望学习可编的朋友可以有帮助
Lattice 2032 chip to learn the Chinese language, which may wish to acquire friends can be helpful (2006-03-01, Others, 516KB, 下载2次)

http://www.pudn.com/Download/item/id/149470.html
总计:107