Mi Página

Assignments

Group Assignment

  1. Use the test equipment in your lab to observe the operation of a microcontroller circuit board

Individual Assignment

  1. Use an EDA tool to design a development board that uses parts from the inventory to interact and communicate with an embedded microcontroller
  2. Try another design workflow
  3. Design a case around your design
More specific detailed from the worked done with Ernesto Castro in Fab Lab Universidad de Lima here

XIAO ESP32-C3 circuit board

group board
development board example

We first used a development board made by Ernesto Buendia from Fab Academy 2024 week 9 to understand the circuits and measure the voltage and understand the polarity that we knew how to programm but not how it works in a circuit.

UPDATE from week 8: The free pins are important to connect more components aside from the ones alredy soldered in the board. And the free digital or analog pins needs also another GND and VCC free pins since every component needs one separated. So, at least leave 3 from each.


Our Instructor left us some assignments to test in the board:
  1. Continuity: Which pin corresponds to which pin on the microcontroller ☑
  2. Resistance: The value of the resistors on the board example ☑
  3. Diode Test: To know the polarity. Anode and cathode ☑
  4. Voltages: 1. LED with a digital signal, and 2. The LED with a PWM ☑

1. Continuity
   Video con Texto al Costado

In the first step, I need to identify which pin on the microcontroller is connected to which lead. One way to do this is by measuring the circuit's continuity. I select the first option on the multimeter for continuity and connect the anode and cathode to the pins, identifying which one is connected.



2. Resistance
   Video con Texto al Costado

To know the value of the resistor that was chosen in he programming. I changed the multimeter because resistors are measured in ohms. Connecting one pole to each side of the resistor it indicated 1 ohm.



3. Diode Test
   Video con Texto al Costado
Foto

Digital signal: I quickly programmed the LED to turn on every 5 seconds. This let me identify the value when the LED lights up and then see how the value changes to 0 when it turns off.



   Video con Texto al Costado
Foto

Pulse Width Modulation for analog output by switching the digital signal on and off at a high frequency.In the video you can see how the voltage is transformed from the lowest 50 that I programmed, until reaching 261, being programmed as maximum 250. As the light increases its intensity.



INDIVIDUAL ASSIGNMENT

before s t a r t i n g ‼️ ---------------->

First, there is a library from the fab with all the components each lab has in this link: https://gitlab.fabcloud.org/pub/libraries/electronics so we can be sure to add components we have.

Model from Luma app

E D A t o o l E A G L E i n F U S I O N

I first tried to Eagle in Fusion. To start designing a development board, first you have to make an schematic diagram to be sure about all the components an its relation in the board. Then you design the PCB (Printed Circuit Board). That its the design itself of pathway for the circuit. This is the first window when opening Fusion and NEW > Electronics.

start
start options
Library
 

Then, before starting designning we have to import the library of the components we have. There is a fab library I download from https://gitlab.fabcloud.org/pub/libraries/electronics/eagle.

Model from Luma app
Import the library
Schematic circuit
 

I first tried with the same components I did in the Embedded programming week: with two leds. I stablished like a shortcut to the GND so I don't have to repeat all and looks more organized for when I would have to connect more. Also both leds are connected to a 1K ohm resistor.

schematic
schematic design
P C B design
 

Then I changed the sketching mode to PCB where you make the real connections between the components. It must be the most efficient circuit as possible with no intersections at all.

pcb eagle
pcb circuit pathway design


Imágenes y Texto
Imagen 1 Imagen 2

To start drawing the route it will ask you about the settings of the circuit. Like the trace width that will be the thickness of the printed circuit that connect each component. I selected for 20 mils following the design rules. showed in class.


P C B 3D design

I imported the fab library to Eagle from the git repo https://gitlab.fabcloud.org/pub/libraries/electronics , however it does not have the 3d components file. I explored the files and the Kicad library did had the 3d components so I also tried this workflow in order to visualize the 3d components the correct way. Since I could download the 3d view from another source by myself or model them in another software i manage.

error2










E D A t o o l K I C A D

I download Kicad from https://www.kicad.org/ and first imported the library for the footprint components from the lab and also from the 3d shapes. I followed this repo from Pedro Candeias 2023 to understand how to install it, since first I di it my own and could not see the 3d shapes because they are in another folder.

  1. It is important to save the folder in the general Kicad folder ~/kicad/libraries.
  2. First import the symbols in "Preferences / Manage Symbol Libraries" and add fab.kicad_sym as a symbol library.
  3. Then import the footprints "Preferences / Manage Footprint Libraries" and add fab.pretty as footprint library.

  4. for the 3d components ‼️
  5. To see the 3D components use the 3D shapes file in "Preferences / Configure Paths" here add ANOTHER named FAB that points to the installation directory of the fab library, such as ~/kicad/libraries/fab or C:/kicad/libraries/fab. This will enable the custom 3D shapes to be found.
schematic
schematic design
schematic
pcb circuit pathway design

e x t r a: C A S E for the pcb board

3d printing case

I design a 3d case from the exact border of my pcb to print in PLA. I did chanfer the corners to be more soft and design like an small limit so the board doesn't fall. I uploaded it in fabsketch to have a preview on here.