Individual Assignment
Group Assignment:
As part of our group assignment, we explored and learned how to use various electronic testing and measurement instruments. We worked with a multimeter to measure electrical properties like voltage, current, and resistance, along with testing components. An oscilloscope helped us visualize and analyze electrical waveforms, ensuring signal integrity and timing. We used a function generator to produce different test signals for circuit testing. A bench power supply provided stable, adjustable DC power for our prototypes, and a logic analyzer allowed us to capture and analyze digital signals for debugging embedded systems. Through this hands-on experience, we gained practical knowledge of these essential tools.
Group assignment link.
Electronic components are the elements of the circuit which help in its functioning the electrical circuit. Electronic components are the basic building blocks of an electronic circuit any electronic system or any electronic device. They can control the flow of electrons in an electronic system or electronic circuit. Refer more here.
Electronics components are classified into two;
![]() |
![]() |
Ohm's Law states that the current in a circuit is directly proportional to the voltage and inversely proportional to the resistance.
EDA softwares are used to design, analyze and simulate PCB layouts. These tools help us to develop and test circuits before manufacturing. Some of the EDA softwares are listed below,
For designing my PCB, I used KiCAD software. It is a free and Open source EDA. To download KiCAD, click here.
To acces the Fab Academy's library of footprints and symbols for KiCAD, I downloaded the .zip library from here.
In local disk C, I created a folder named "KiCAD' and inside it I created another folder named 'Libraries' and cloned the library from Fab Academy and renamed it as 'fab'.
I followed these steps to add the libraries to KiCAD:
![]() |
![]() |
I followed these steps to add the footprint library.
![]() |
![]() |
For familirising KiCAD, our instructors help us to design a PCB using ATtiny412 microcontroller. From the datasheet of ATtiny412 I identified it works on 5V. The step by step designing is listed below,
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
For this week's assignmnet I need to create a develpement board using any one of the micro controller available in the lab and which is related to my final project. I need to play audio from SD card and tilt the head of the toy at a particular angle as well in my project. So after discussing it with my instructors I chosed ATtiny 3216 microcontroller to design my developement board. After refering the datasheet, I conformed it need 5v to work. So I can use the similar Schematics and components from the board I designed earlier.
I created an New Project and saved it. The schematics was similar to the one I designed earlier and I just copy and pasted the circuits which I needed in the new design.
The 1x08 header pin Symbol and Footprint was not available in the fab library. So I added it from KiCAD library.
![]() |
![]() |
Added ATtiny 3216 microcontroller, Conn_PinHeader_2x02 for I2C connection and Conn_01x08 header pins for taking out all other pins of micro controller. While routing it in PCB editor I needed to add 3 0 ohm resisitor to provide power for I2C devices. I added my name in the PCB for that I changed it into F.Cu layer and Using Draw Text option I added my name.
After all these I tried 3D viewer. For that I need to add the Environment variables inside KiCAD. For that Preferences → Configure Paths → Add a new environment variable and specify the path of the folder in which the 3D files are.
![]() |
![]() |
After adding the environment variables I opened the 3D viewer from Pcb editor and the 3D model of my PCB looks like this.
![]() |
![]() |
In this 3D model 2 components were missing and I tried to add these from external source. while searching in web I got the linear redulator 3D image but I didn't get the JST connector. For adding external components I followed these steps,
After designing the PCB I exported the file as .stepand .gbr.
To export the file as .gbr, File→ Fabrication Outputs→ Gerbers. Selected the folder to save the .gbr file and click plot to export it as .gbr.
![]() |
![]() |
To export the file as .step, File→ Export→ STEP/ GLB/ BREP/ XAO/ PLY/ STL. Select the output folder and select Export tracks and vias by default it will be turned off. It was to export the tracks as well in the .step file. Then select export.
![]() |
![]() |
![]() |
![]() |
In conclusion, this week provided valuable insights into electronic components, including both passive and active types. I also explored EDA software, focusing on KiCAD for PCB design. As a practical application, I designed a simple development board using the ATtiny3216 microcontroller.