Skip to content

Commit

Permalink
agregando artículo sobre robótica en almacenes
Browse files Browse the repository at this point in the history
  • Loading branch information
MbFredys committed Dec 26, 2023
1 parent 4c51110 commit 3745dfb
Showing 1 changed file with 22 additions and 33 deletions.
55 changes: 22 additions & 33 deletions src/pages/blog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,36 @@ import BaseLayout from "../layouts/BaseLayout.astro";
import HorizontalCard from "../components/HorizontalCard.astro";
---

<BaseLayout title = "Projects">
<BaseLayout title = "Blog">
<div>
<div class="text-3xl w-full font-bold mb-5">PCB Designs</div>
<div class="text-3xl w-full font-bold mb-5">Blog</div>
</div>

<HorizontalCard
title="LEDs Controller"
img="/proj_imag/led-controller2.webp"
desc="This is another PCB design exercise I did. It's a LEDs controller with the following features: - Allows the regulation of LED brightness. - Allows the choice of color if it's an RGB LED. -Allows a supply voltage of 100-240V AC. - It has 12V DC / 5A and 24V DC / 2.5A outputs. - It has WiFi and Bluetooth communication by ESP32 Microcontroller. - And more."
url="https://github.com/MbFredys/PCB-LEDs-Controller.git"
badge="GitHub"
/>

<div class="divider my-0"></div>

<HorizontalCard
title="Temperature Controller"
img="/proj_imag/temperatura.webp"
desc="This is a PCB design exercise I did for a temperature controller with the following features: - Shows the current temperature value. - Shows the desired temperature value. - It has two buttons to raise and lower the temperature. - Allows a supply voltage of 100-240V AC. - It has Bluetooth communication. - Allows entry of thermocouple and PT100 type sensors."
url="https://github.com/MbFredys/PCB-Temperature-Controller.git"
badge="GitHub"
/>

<div class="divider my-0"></div>
title="Robótica Educativa: ¿Qué es y cuáles son sus Beneficios?"
img="https://automatismosmundo.com/wp-content/uploads/2023/11/DALL%C2%B7E-2023-11-01-13.14.46-A-picture-that-describes-kids-learning-robotics-JPG-e1699185219814.jpg"
desc="La robótica educativa ofrece un entorno interactivo y práctico que estimula no solo el pensamiento crítico y la resolución de problemas, sino también la creatividad."
url="https://automatismosmundo.com/robotica-educativa-que-es-y-cuales-son-sus-beneficios/"
/>

<HorizontalCard
title="Dev Board - like Arduino UNO"
img="/proj_imag/In_Board_Gnia.png"
desc="PCB design with the characteristics and measurements of an Arduino UNO but, in addition, with: - Bluetooth module. - Motor driver. - Some push buttons, to control the motors and Bluetooth. - Several LEDs."
url="https://github.com/MbFredys/PCB-designs-for-PLATZI-course/tree/b72668259c0e84ccef3f1cc8bf269fc7f5d1b549/DEV%20Board"
badge="GitHub"
/>
<div class="divider my-0"></div>

<HorizontalCard
title="La robótica en almacenes: una solución eficiente para la logística"
img="https://automatismosmundo.com/wp-content/uploads/2023/04/Leonardo_Creative_A_robotic_arm_in_a_factory_production_line_2.jpg"
desc="La aplicación de tecnologías robóticas para lograr la automatización de los procesos en almacenes, y poder aplicar el término Almacén Inteligente está siendo un tema muy solicitado en la industria en estos últimos años."
url="https://automatismosmundo.com/la-robotica-en-almacenes-una-solucion-eficiente-para-la-logistica/"
/>

<div class="divider my-0"></div>
<div class="divider my-0"></div>

<HorizontalCard
title="Small Power Supply"
img="/proj_imag/Fuente_Alimentación1.png"
desc="This device receives 5V DC via USB and delivers 3.3V and 12V DC through connectors."
url="https://github.com/MbFredys/PCB-designs-for-PLATZI-course/tree/b72668259c0e84ccef3f1cc8bf269fc7f5d1b549/Small%20Power%20Supply"
badge="GitHub"
title="Home Automation: el futuro de las casas [ES-EN]"
img="https://images.ecency.com/DQmfA5LVw3AgzEVdmA8grWevx2YjYGFUXdA1nYmFNHLMY9f/oig.tvqpsuukocxvzdjjzwh_"
desc="¡Domótica! ¿Ya habías oído hablar de ella? Es una solución, casi mágica, diría mi abuela, para muchos de los problemas del hogar. Si eres de los que les gusta disfrutar del tiempo en casa para compartir con la familia, olvidándote de las tareas repetitivas y tediosas, esta es tu solución."
url="https://peakd.com/hive-163521/@mbfreddys/home-automation-el-futuro-de"
/>

</BaseLayout>


0 comments on commit 3745dfb

Please sign in to comment.