week 6

Electronics Design

Group assignment:

  • Use the test equipment in your lab to observe the operation of a microcontroller circuit board (as a minimum, you should demonstrate the use of a multimeter and oscilloscope)
  • Document your work on the group work page and reflect what you learned on your individual page

Individual assignment:

Use an EDA tool to design a development board that uses parts from the inventory to interact and communicate with an embedded microcontroller

Summary:

The group assignment involved learning to use lab equipment like oscilloscopes, multimeters, and potentiometers to analyze a microcontroller circuit. The team documented their work and learned PCB basics with KiCad. The individual assignment focused on designing a development board using KiCad, starting with an ESP32C3 microcontroller, LED, and resistors. The process included adding FabAcademy libraries, defining pinouts, creating schematics, and ensuring proper connections. The design was refined in the PCB editor, checking for errors and applying design rules. Additional features, such as I2C communication and power connections, were added. The final board was prepared for fabrication, with best practices like using resistors as bridges and filling zones for grounding.

Group Assignment

On Thursday, Luis came to our lab to tought us abot the basics to do a pcb, so in the morning we were learning about KiCads and electronics structure, components, how to build a pcb, etc. Everything is documented above. And here is a pic of us learning some new stuff.

Group.

By the afterrnoon, we figured out how to use three instruments crucial for our projects in the future: oscilloscope, multimeter and a power supply.

Specifically Pepe needed to know how much current some led lights needed and actually if they were working. Here a pic of how the circuit was built.

Led lights.
Everything is documented on details in the GROUP PAGE.

Individual Assignment

KiCad

My first project

First we add the fabacademy libraries from the fabacademy page:

Add the path envirnoment.

Path

Symbol.

Footprint.

To do the most basic board ever. I add the microcontroller ESP32C3, led light, resistence,

Here is the gpio because its important what is each pin of the microcontroller.

press_fit
Symbol ESP32C3 pinout.

press_fit
Symbol ESP32 board.
press_fit
Led.
press_fit
Resistence.
press_fit
Power Ground.

Change the names to the ones you want

press_fit
Red led.

Put the etiquetes and connect the pins to the board. Here is important to see the Pinout to know what is exactly waht pin.

press_fit
Pins.

It is important to check the program if it is correct or you have to changes. I lost the screenshot I took were the erros were shown. Although, this erros said that there were “free pins” that were nor connected.

press_fit
errors.

If there is a gnd pin not connected it will have an error so you have to close all or connect it to the pwr_gnd

This is the general schema of the circuit.

press_fit
General Scheme.

Then you have to go to the pcb editor and upload the schematic image you did. Here is when you do the architecture of the pcb

press_fit
PCB Editor

Be sure there are no warnigns oe errors.

press_fit
no warnings, neither erros.

Here you can see board and in this option you can change some settings.

press_fit
PCB.
press_fit
Cables sizes.

Be careful with the size of the cables.

Check the design rules

press_fit
Design rules.

Then, you have to draw the contour of the board.

press_fit
Contour.

Now is ready to export on .gbr(for fabrication) or .svg(to mill)

press_fit
Fabrication option.
press_fit
Vectorial option.

In china they produce millions of pieces that people sent the .gbr

Edge cuts and inter on different layers

press_fit
Edge cuts.

PCB for my project

For this assignment we can use the board we did and modify so not to start from skatch.

we add a pinsocket with 3 pins horizontal is that it goes paralel to the board direction. This couls be a Temp sensor.

press_fit
Pinsocket.

connect the pins with data etiquete.

press_fit
Data.

connect 5V and ground is very important to see the pinout to connect his part.

press_fit
5V and pwr_gorund.

Connect the power flag so it doesnt show an error.

press_fit
Power flag.

I add then a I2C communication and connect the corresponding pins.

press_fit
SDA SCL

Adding the 5V and power ground pins.

press_fit
Power ground and 5V.

Then I went to the board edit to connect.

press_fit
Edit board.

check error and warnings.

press_fit
Error and warnings.

Very important tip, a resistor and be used as a bridge !

press_fit
Resistor as a bridge.

Other tip, use the board as a ground connector.

press_fit
Board as ground.

Fill al zones.

press_fit
Fill al zones.

Board is ready for fabrication !

press_fit
Final board.

Interactive Html Bom is an extension that makes a list of item you have in the pcb.

press_fit
Interactive Html Bom.

press_fit
Extention

press_fit
Example

Learning Oucomes:

The learning outcomes of this assignment include understanding the fundamentals of PCB design using KiCad, learning to use lab instruments like oscilloscopes and multimeters for circuit analysis, and gaining hands-on experience in designing and troubleshooting microcontroller-based development boards. Students developed skills in schematic creation, component selection, and PCB layout, ensuring proper connections and error-free designs. Additionally, they learned best practices such as using resistors as bridges, optimizing power distribution, and preparing designs for fabrication. The assignment also reinforced the importance of documentation and iterative testing in the design process.

Documentation