commit 67d9ad21fb3aa063199a8c5d906d1b290a897c71 Author: fedpo2 Date: Fri Oct 18 08:56:22 2024 -0300 initialcommit Signed-off-by: fedpo2 diff --git a/BH1750.png b/BH1750.png new file mode 100644 index 0000000..84cf767 Binary files /dev/null and b/BH1750.png differ diff --git a/Entrega.md b/Entrega.md new file mode 100644 index 0000000..6e6d61f --- /dev/null +++ b/Entrega.md @@ -0,0 +1,38 @@ +--- +title: Trabajo Practico 1 - Robotica +author: Luca Troiano, Francisco Rose Cerna, Federico Polidoro +--- +# Compontes a usar +- Pantalla 16x2 +- Sensor Termico y Humedades DHT-22 +- Sensor Ultrasonido HCSR04 +- Sensor de luminancia BH1750 +- Sensor Tarjeta RFID RC522 +- Rele +- ServoMotor + +# Objetivo +Una posible implementacion podria ser un porton de entrada a un edificio. + +# Datasheets de los componentes +## Pantalla 16x2 +![](./lcd16x2.png) + +## Sensor Termico y Humedades DHT-22 +![](./dht22.png) + +## Sensor Ultrasonido HCSR04 +![](./HCSR04.png) + +## Sensor de luminancia BH1750 +![](./BH1750.png) + +## Sensor Tarjeta RFID RC522 +![](./rc522-1.png) +![](./rc522-2.png) + +## Rele +![](./SRD-05VDC-SL-C.png) + +## ServoMotor +![](./SG90.png) diff --git a/Entrega.pdf b/Entrega.pdf new file mode 100644 index 0000000..69df6e5 Binary files /dev/null and b/Entrega.pdf differ diff --git a/HCSR04.png b/HCSR04.png new file mode 100644 index 0000000..bdda742 Binary files /dev/null and b/HCSR04.png differ diff --git a/SG90.png b/SG90.png new file mode 100644 index 0000000..22dbe9a Binary files /dev/null and b/SG90.png differ diff --git a/SRD-05VDC-SL-C.png b/SRD-05VDC-SL-C.png new file mode 100644 index 0000000..6826e69 Binary files /dev/null and b/SRD-05VDC-SL-C.png differ diff --git a/dht22.png b/dht22.png new file mode 100644 index 0000000..a09d870 Binary files /dev/null and b/dht22.png differ diff --git a/lcd16x2.png b/lcd16x2.png new file mode 100644 index 0000000..6fec365 Binary files /dev/null and b/lcd16x2.png differ diff --git a/rc522-1.png b/rc522-1.png new file mode 100644 index 0000000..61e261d Binary files /dev/null and b/rc522-1.png differ diff --git a/rc522-2.png b/rc522-2.png new file mode 100644 index 0000000..6fbeffa Binary files /dev/null and b/rc522-2.png differ