资源列表
st7538q
- plc with datasheet that gives all the features and control register
04.交通灯
- 既然是交通灯模拟实验,红黄绿三色小灯闪烁时间就要模拟真实的交通灯,我们使用Arduino 的delay()函数来控制延时时间,相对于C 语言就要简单许多了。(void setup() { pinMode(redled, OUTPUT);/ pinMode(yellowled, OUTPUT) pinMode(greenled, OUTPUT); })
AMIS-49587-D
- plc with datasheet that gives all the features and control register
05.按键控制
- 我们来尝试一下使用Arduino的I/O 口的输入功能即为读取外接设备的输出值,我们用一个按键和一个LED 小灯完成一个输入输出结合使用的实验;(Let's try to use the input function of the I/O port of Arduino, that is, to read the output value of the external device. We use a button and a LED lamp to complete an input and
06.抢答器
- 就是将上面的按键控制小灯的实验扩展成3 个按键对应3 个小灯,占用6 个数字I/O 接口,来实现对小灯的控制(It is to expand the above key control light experiments to 3 keys corresponding to 3 small lights, 6 digital I/O interface, to realize the control of the light.)
09.数字电压表
- 本实验我们将电位计的阻值转化为模拟值读取出来,然后显示到屏幕上,这也是我们以后完成自己所需的实验功能所必须掌握的实例应用。(In this experiment, we transform the resistance of potentiometer into analogue value and read it to the screen, which is an example application that we must master after we finish the expe
归档
- ddr3使用教学(DDR3 using teaching)
STM32CubeMXcan
- STM32F429I的单片机can总线通讯(STM32F429I microcontroller can bus communication)
超声波测距显示实验
- 利用stm32开发板,实现倒车系统的模拟(Using STM32 development board to realize the simulation of reversing system)
SPWM输出
- 定时器输出SPWM波,通过GPIO用LED显示(The timer output SPWM wave, displayed in LED by GPIO)
汇编版
- LED控制,有汇编语言,方便使用,利于二次开发,(asdfjowqanmifasoidfjhowianmcvfasoidjfowiefjroasidf)
web_radio
- 该项目主要是向一个网络服务器获取音乐,然后在 ESP32 上面进行本地解码、播放,从而做成了一个网络电台的功能。(esp 32 network radio station The main purpose of this project is to get music from a web server, then decode it locally on ESP32, and play a function of network radio.)