搜索资源列表
9A6_arduino
- 9A6_ARDUINO.THIS IS A SOURCE CODE FOR THE ARDUINO USERS IT S VERY IMPORTANT
433-tx-rx
- A simple RF remote with code hopping or rolling code on Arduino and AVR using cheap 433mhz rf modules
使用Arduino控制CA电机的速度 (Use arduino to control the speed of CA motor)
- 本文档介绍了如何执行交流电机的速度控制,所需材料,要构建的电路图以及Arduino的代码。 This document explains how to perform the speed control of the AC motor, the required materials, the circuit diagram to be built, and the code of the Arduino.
Motor Control with MATLAB using Arduino Uno
- Motor Control with MATLAB using Arduino Uno for students. Code below: clearvars a = arduino('com31', 'uno', 'Libraries', 'Servo'); s = servo(a, 'D4'); %flag = 1; %while flag for angle = 0:0.1:1 writePosition(s, angle); current_pos = readPositi