forked from GrupoFWP/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLinksUtilesArduino.txt
More file actions
23 lines (15 loc) · 909 Bytes
/
LinksUtilesArduino.txt
File metadata and controls
23 lines (15 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Links utiles arduino:
https://playground.arduino.cc/Code/PIDLibrary
#Libreria PID para arduino
https://playground.arduino.cc/Code/PIDLibaryBasicExample
#ejemplo de la libreria anterior para controlar un pwm
https://www.arduino.cc/reference/en/#functions
#explicacion funciones libreria por defecto arduino, incluyendo comunicacion con pines
http://playground.arduino.cc/
#"Welcome to the Arduino Playground, a wiki where all the users of Arduino can contribute and benefit from their collective research."
http://itp.nyu.edu/physcomp/labs/motors-and-transistors/dc-motor-control-using-an-h-bridge/
#Proyecto motor DC con h-bridge para que funcione en directa e inversa
https://playground.arduino.cc/Main/DCMotorControl?action=diff
#Proyecto motor DC con relay para que funcione en directa e inversa3
http://roboticaenlaescuela.dc.uba.ar/#
#PID implementado con sensor de velocidad (curso robótica DC)