资源列表
17年电子设计大赛全部程序
- 17年电子设计大赛全部程序,信号源使用51单片机,测量及wifi传输使用stm32(17 years electronic design contest all procedures, signal source using 51 single chip microcomputer, measurement and WiFi transmission using stm32.)
FLASH
- 本程序源码工程用于STM32F1片内FLASH编程,编译无错误(The program source code for STM32F1 programming FLASH, compile no error.)
STM32 incomplete manual register version _V3.1
- STM32不完全手册_寄存器版本_V3.1(STM32 incomplete manual register version _V3.1)
文档1
- 所以,我们希望可以制作一副会实时翻译手语的手套,这样, 当聋哑人士需要和不懂手语的人进行交流并想要表达他们的内心想法或需求时,聋哑人士只要轻 轻松松带上这副神奇的“手套”,开启电源,用一般正常的手语进行肢体表达,并且还可以将聋哑人 士个性化的个人手语动作通过学习模式学习后,和正常的手语动作一起组合翻译,单片机会通过 对各种手语姿势的采集进行判断和处理,并通过我们设计的系统将聋哑人士的想法和需求上位机 。(Intelligent sign language translation is
玩转UART
- MSP430串口UART和PC通信。非常实用哦,可以参考。直接运行连单片机即可使用。。。。用串口猎人接收字符(MSP430 serial port UART and PC communication. Very practical Oh, you can refer to. Direct operation even single chip can be used. Receive characters with serial hunters)
HC-SR04
- 通过IAR编程实现基于ZigBee的超声波测距实验(Realization of ultrasonic ranging experiment based on ZigBee through IAR programming)
YS-V5示例程序20140904
- 51开发板的各种程序,基本包括所有的硬件资源的软件驱动(many 51 program software demo!good!)
LED520
- 通过LED点阵显示520的数字,还有用LED点阵显示心的形状。(The LED dot matrix shows 520 digits, and the LED dot matrix shows the shape of the heart.)
LED+button
- 利用51单片机实现流水灯的流水模式变换,通过按键转换,一共三个模式,按一次转换一次,分别有不同的流水效果。(Using 51 microcontroller to realize the flow pattern transformation of the flow lamp, through the key conversion, a total of three modes, according to one time conversion, there are different wate
单片机课程设计实例教程
- 单片机学习资料 含有四乘四键盘 lcd1602 按键电路 传感器(MCU learning data contains four multiplying four keyboard LCD1602 key circuit sensor)
msp430的adc12官方代码
- 官方代码,值得参考,保证开发过程的规范性和可用性
C语言实现socket编程代码
- 服务器步骤:建立socket,绑定socket和地址信息,开启监听,收到请求后发送数据。 客户端步骤:建立socket,连接服务器端,接收并打印服务器给的数据。