登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:单片机开发
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. ADS1230_C

  ads1230驱动程序,注释非常详细,编写风格清晰,欢迎下载(driver program)

349
下载
72
浏览
2020-12-16发布

2. ads1232

  ads1232 电子称项目,可以给大家参考一下。(Ads1232 electronic weighing program)

34
下载
59
浏览
2020-12-16发布

3. HMC5883L

  罗盘模块HMC5883L驱动程序。通过I2C接口和单片机通信 ,可准确读出和北极的夹角。(A compass module HMC5883L driver.Through the I2C interface and the single chip microcomputer communication, can accurately read and Angle of the arctic.)

10
下载
71
浏览
2020-12-16发布

4. big5_bitmap

  16x16与24x24的点阵的繁体中文字库, 适合嵌入式系统开发,主要是支持台湾繁体字, dzk扩充名 主要适合做嵌入式系统开发,要用到繁体字库的朋友。(16x16 with 24x24 dot matrix of Traditional Chinese font, suitable for embedded systems development, support complex characters, dzk expansion name suitable for embedded system development, and friends use to Traditional fonts.)

63
下载
95
浏览
2020-12-16发布

5. ATT7022E

  stm32f1,驱动ATT7022E多功能电能计量芯片程序,OK(stm32f103,ATT7022E,ok,)

49
下载
105
浏览
2020-12-15发布

6. adaptive_PID_control_based_on_rbf_idnetification

说明:  该算法是基于RBF神经网络整定的PID控制 分享一下,希望对大家有所帮助(The algorithm is based on the RBF neural network-tuning of PID control to share the hope of U.S. help)

3
下载
113
浏览
2020-12-15发布

7. ADS112C04

  ADS112C04驱动,可采集电压,产生恒定电流等(ADS112C04 Driver,can Acquisition voltage,and Generating a constant current)

0
下载
88
浏览
2020-12-15发布

8. ADS112C04

说明:  ADS112C04驱动,可采集电压,产生恒定电流等(ADS112C04 Driver,can Acquisition voltage,and Generating a constant current)

6
下载
80
浏览
2020-12-15发布

9. Energy-harvesting-Coding-with-Matlab

  能量采集系统仿真程序!能量采集系统仿真程序!能量采集系统仿真程序!能量采集系统仿真程序!(Energy system)

102
下载
128
浏览
2020-12-15发布

10. BMP180

  基于STM32F10X的气压传感器(bmp180)程序,串口输出,内含bmp180手册。(Based STM32F10X pressure sensor (bmp180) program, serial output, containing bmp180 manual.)

324
下载
133
浏览
2020-12-15发布

11. mcp2517fd_demo

说明:  CANFD 独立控制器开发代码,使用MCP2517模块(CANFD controller code for MCP2517)

22
下载
95
浏览
2020-12-15发布

12. Visio

  visio 用来画电路图的模板库,非常好用Visio模板(Visio used to draw circuit diagram of the template library, very easy to use Visio template)

154
下载
255
浏览
2020-12-15发布

13. 一种高精度恒流源电路的设计与实现

说明:  一种高精度恒流源电路的设计与实现,仪器仪表(High precision constant current source circuit, instrument)

4
下载
98
浏览
2020-12-15发布

14. STM32F103串口UART4UART5例程

  STM32F103串口函数,接收,发送,经过测试,完全可用(Serial port function)

3
下载
83
浏览
2020-12-15发布

15. STM32F103串口UART4UART5例程

说明:  STM32F103串口函数,接收,发送,经过测试,完全可用(Serial port function)

13
下载
91
浏览
2020-12-15发布

16. PS2无线手柄遥控器资料

说明:  PS2无线手柄资料,带例程 ps2 手柄兼容索尼的 PlayStation2 游戏机的遥控手柄。索尼的 psx 系列游戏主机在全球很是畅销。不知什么时候便有人打起 ps2 手柄的主意,破解了通讯协议,使得手柄可以接在其他器件上遥控使用,比如遥控我们熟悉的机器人。突出的特点是这款手柄性价比极高,按键丰富,方便扩展到其它应用中。(PS2 wireless handle data with routine The PS2 handle is compatible with the remote control handle of Sony's PlayStation 2. Sony's psx series game console is very popular all over the world. I don't know when someone came up with the idea of PS2 handle, cracked the communication protocol, so that the handle can be connected to other devices for remote control, such as remote control of familiar robots. The outstanding feature is that this handle has high cost performance and rich buttons, which is easy to extend to other applications.)

2
下载
110
浏览
2020-12-15发布

17. 【19】DMA PWM WS2812 GPIO输出16组

  STM32作为主控芯片,72Mhz,利用DMA+PWM实现驱动WS2812,创建16个并行800kBit / s数据流的想法如下: 使用定时器每1.25us创建一个800kHz的时基和一个DMA请求。 使用2个比较模块在低位时间(350ns)和高位时间(700ns)下创建DMA请求 1.25us DMA请求将GPIO端口的所有位设置为高电平 350ns DMA请求将数据从帧缓冲区传输到GPIO端口。如果该位为0,GPIO引脚将变为低电平,否则将保持高电平。 700ns DMA请求将所有GPIO引脚设置为低电平。 重复步骤1到3,直到发送所有位。 这产生脉冲周期为1.25us,脉冲宽度为350ns或700ns的脉冲流,具体取决于脉冲表示的位值,通过DMA将数据传输到GPIO端口意味着每16个LED每位需要一个字(两个字节)。每个LED 24位,每16个LED 24个字(48个字节)。(The idea to create 16 parallel 800kBit/s data streams is the following: Use a Timer to create an 800kHz time base and a DMA request every 1.25us. Use 2 compare modules to create DMA requests at the low bit time (350ns) and the high bit time (700ns) The 1.25us DMA request sets all bits of the GPIO port high The 350ns DMA request transfers the data from the frame buffer to the GPIO port. If the bit is a 0, the GPIO pin will go low, otherwise it will stay high. The 700ns DMA request sets all GPIO pins low. Repeat steps 1 to 3 until all bits have been transmitted. This creates a stream of pulses with a pulse period of 1.25us and a pulse width of either 350ns or 700ns depending on the bit value the pulse represents. Transferring the data via DMA to the GPIO port means that per 16 LEDs one half word (two bytes) is needed per bit. At 24 bits per LED that makes 24 half words (48 bytes) per 16 LEDs.)

86
下载
90
浏览
2020-12-15发布

18. murata_lib_ads2009u1earlier_54e

  村田元件库汇总,包括PADS下的各种封装和规格书等,非喜勿下(Murata component library summary, including a variety of packaging and specifications under PADS, etc., do not lower non-hi)

22
下载
151
浏览
2020-12-15发布

19. MCP6S26

  用程控放大器MCP6S26对信号进行增益放大,并用显示屏显示出来。(With a programmable gain amplifier MCP6S26 the signal amplification, and displayed by the display.)

6
下载
170
浏览
2020-12-15发布

20. ML5238

  多节锂电池保护原理图,可支持多节电池组保护。可实现软件控制。(Multi lithium battery protection schematics, supports multi-cell battery pack protection. Software control can be achieved.)

139
下载
164
浏览
2020-12-14发布