联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 单片机开发(84) 
按平台查找All HTML(84) 

[单片机开发] microcontroller-progamming-using-Keil-and-Proteus

8051是英特尔公司开发的MCS-51系列的第一个微控制器。
The 8051 is the first microcontroller of the MCS-51 family developed by Intel Corporation. (2023-12-19, HTML, 0KB, 下载0次)

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

[单片机开发] atmega32u4_devboard

定制微控制器,atmega 32u4 w USB-C@2.0速度。使与arduino引导加载程序兼容,并为ea...
Custom microcontroller with atmega 32u4 w/USB - C @ 2.0 speeds. Made to be compatible with arduino bootloader, and 0805 components for easy hand soldering (2023-11-04, HTML, 0KB, 下载0次)

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

[单片机开发] LAB3_BreathingLED

ASM程序闪烁和呼吸LED。在Keil C中使用模拟器,输入为PE0(CHANGE BUTTON)、PE2(BREATHE BUTTON”),输出为P...,
ASM program to blink and breathe LED. Using simulator in Keil C, with input is PE0 (CHANGE BUTTON), PE2 (BREATHE BUTTON), and output is PE5 (LED). We can turn on Logic Analyzer to see the output: Signal (PORTE & 0x20) >> 5 is PE5. (PORTE & 0x1) is PE0. (PORTE & 0x4) >> 2 is PE2. (2023-09-16, HTML, 0KB, 下载0次)

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

[单片机开发] NPrint

基于Raspberry Pi(单板计算机)的硬件打印服务器,具有REST API,可在支持ZPL的标签打印机上打印。,
Raspberry Pi (single board computer) based Hardware Print Server with REST API to print on ZPL enabled label printers., (2023-08-22, HTML, 0KB, 下载0次)

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

[单片机开发] Smart_ID

内容:智能身份证,用于记录出勤和跟踪位置。如何:将RFID、GPS和GSM模块集成到ARM Cortex M3微控制器...,
What: A smart ID card to record attendance and track location. How: Integrating RFID, GPS and GSM module to ARM Cortex M3 microcontroller and programming with embedded C using Keil Uvision 5 (2023-07-30, HTML, 0KB, 下载0次)

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

[单片机开发] zoomy

Zoomy是Raspberry Pi的遥控器和视频流主机,允许您通过WiFi和视频控制RC汽车...
Zoomy is a remote control and video stream host for Raspberry Pi, allowing you to control an RC car over WiFi w/ a video feed. (2022-12-10, HTML, 38KB, 下载0次)

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

[单片机开发] SenseHatMonitor

罗尔斯·罗伊斯公司STEM数字项目代码。监控RaspPi SenseHAT上的所有传感器
Code for the STEM Digital project at Rolls-Royce PLC. Monitors all sensors on a RaspPi SenseHAT (2017-05-31, HTML, 56KB, 下载0次)

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

[单片机开发] ManufacturingExecutionSystem

WIP:制造执行系统或装配线控制器ERP PLC中间件的开源实现...
WIP: A Open Source Implementation of a Manufacturing Execution System or Assembly Line Controller ERP PLC Middleware Solution that can generate the following features: DataCollectors, Validation Processes, JavaFX Inspection and Validation Clients, Heart Beats, Reports, Schedules, Stores in a big data warehouse, Maps Progress, Displays Results (2017-08-30, HTML, 77648KB, 下载0次)

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

[单片机开发] RC522-by-lcd

STM32+读卡器模块rc522+RFID读取 +lcd显示例程
STM32+ card reader module rc522+ RFID read+ lcd display routine (2017-04-27, HTML, 5022KB, 下载18次)

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

[单片机开发] BUTTON_BEEP

如何使用STM8103的按键外部中断,当按下按键的时候,蜂鸣器发出固定频率的声响
How to use the STM8103 key external interrupt, when you press the button when the buzzer issued a fixed frequency of sound (2017-02-14, HTML, 55KB, 下载2次)

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

[单片机开发] UVa-Easy-Viewer-gh-pages

UVa Online Judge題目快速檢視器 整合UVa相關工具,能夠讓中文使用者快速瀏覽UVa題目
UVA easy viewer for chinese users (2016-03-28, HTML, 9KB, 下载1次)

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

[单片机开发] PIC18F46K22

遥信程序,用PIC18F46K22生成PIC18F86K22程序实现,用MPLAB X的代码生成器,采用2个串口485通信,1个SPI驱动铁电,1个内部实时时钟。
PIC18F46K22 test program.use UART\SPI\RTC (2016-03-18, HTML, 547KB, 下载33次)

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

[单片机开发] McuConfig

配置MCU寄存器有点麻烦,翻书、看datasheet、配合16进制计算器,够忙的,为了节省时间,于是决定简化这个过程。起初准备用C#来做这件事,发现它的表现力,灵活性远不如网页。 好处我就不说了,懂的人一看就知道了。欢迎各位有兴趣的同仁来扩充这个工具库。 使用方法就是用DW画网页了,代码部分都已写好,懂网页的看看就知道了,如果你是专注的单片机程序员,遇到网页问题,可以联系我。 非常高兴大家扩展这个自动工具,有成果请把资料传给我,我将放到官网上去。 发扬共享精神,让苦逼的程序员轻松一点。
Configure the MCU registers a little trouble, open book, see datasheet, with 16 hexadecimal calculator, busy enough, in order to save time, and decided to simplify this process. Initially prepared to use C# to do this, find its performance, flexibility far less pages. (2014-07-04, HTML, 23KB, 下载3次)

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

[单片机开发] 16-bit-sigmadelta

针对数字音频领域16 bit精度、20 kHz带宽的设计要求,以0.18 Ixm CMOS工艺设计二阶单环的一位sigma.delta调制器,
16 bit digital audio field for accuracy, 20 kHz bandwidth design requirements to 0.18 Ixm CMOS process design, a second-order single-loop sigma. delta modulator, (2011-06-06, HTML, 173KB, 下载9次)

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

[单片机开发] FourLEDdigitaldisplay1234experimentsabouttube

将J8,j13插上短路块,连接ISP下载器到学习板,将CS6-1.hex 文件下载到单片机,LEDMOD数码管将显示1234 数字!
The J8, j13 plug short-circuit blocks, connected to the learning board ISP downloader will CS6-1.hex file downloaded to the MCU, LEDMOD digital tube will display 1234 figures! (2010-05-14, HTML, 9KB, 下载3次)

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

[单片机开发] 16keyboardcontrolexperimentmatrix

将J8,j13插上短路块,连接ISP下载器到学习板,将CS6-1.hex 文件下载到单片机,LEDMOD数码管将显示1234 数字!
The J8, j13 plug short-circuit blocks, connected to the learning board ISP downloader will CS6-1.hex file downloaded to the MCU, LEDMOD digital tube will display 1234 figures! (2010-05-14, HTML, 9KB, 下载4次)

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

[单片机开发] js1

机床工作时间计时器,RB4为电主轴运转传感开关输入,RB5为电池电压监测,RB6为清除按键输入
Working time machine timer, RB4 spindle operation for the switch input sensing, RB5 as the battery voltage monitor, RB6 for the removal of key input 16c710/711 LCD module name LCM103 (2010-04-11, HTML, 5KB, 下载4次)

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

[单片机开发] Bosch

属于安防工程之类的参考资料.毕竟有需要的人.Bosch防盗探测器参考指南
Security engineering is the reference category. After all, people in need. Bosch anti-theft detectors Reference Guide (2010-04-10, HTML, 741KB, 下载6次)

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

[单片机开发] Proteus-basedmicrocontrollerdesignTaximeter

基于Proteus的单片机出租车计价器的设计,是一篇文献,供参考
Based on the Proteus Taximeter microcontroller design, is a document for reference (2009-05-09, HTML, 423KB, 下载32次)

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

[单片机开发] LM19264D-AppNote-V0.1

P89V51RD2具有一个可编程的看门狗定时器(WDT),可用于系统故障安全保护,防止软件死锁和自动恢复。WDT在CPU落入软件运行失控的情况下可作为一种恢复的方法。P89V51RD2有两个特殊功能寄存器WDTC(地址0xC0)和WDTD(地址0x85)用于看门狗功能,有关这两个寄存器的详细注解参见
P89V51RD2 has a programmable watchdog timer (WDT), can be used for system fail-safe protection against software deadlock and automatic recovery. WDT in the CPU running out of control falling into the hands of the case can be used as a recovery method. P89V51RD2 has two special function register WDTC (Address 0xC0) and WDTD (Address 0x85) for the watchdog functions of these two registers, see the detailed comments (2008-05-06, HTML, 227KB, 下载70次)

http://www.pudn.com/Download/item/id/453927.html
总计:84