more detail will shown on class link
IN our lab the instructor explains the major fator to consider When designing for pcb board, there are some design rules that you should keep in mind to ensure successful pcb board. Here we got some key tips to help you test the design rules for pcb design
here there is more description on work on this group web page:Group work can be found here
In this week of eltronics design i followed my professor guidenceto read the book callled art of eltronics by PAUL HOROWITZ WINFIELD HILL. here i read the background of elotronic where the foundermental issues to review before you dive in eltronics is to understand the current, voltage and resistance and other eletrical accesories like diodes and capacitor even transistor bellow you can find the summary of the eltronics design
the procedure used of installing the kicard a popular open-source electronics design automation (EDA) software,are listed bellow
The first step i used in creating a development board in KiCAD is to start with a schematic. This involves creating a visual representation of your circuit, including all of the components that will be used and how they are connected. To do this, i use KiCAD's schematic editor, which allows you to place components, connect them with wires, and label the connections with net names.
in order To switch from the schematic diagram to the PCB layout mode in KiCad, we need to first ensure that the schematic is complete and all components are connected properly. Then, click on the "PCB Layout Editor" icon in the main toolbar, or use the hotkey "Ctrl+P" to switch to the PCB layout mode. Once you do this, the software will automatically create a new blank PCB layout file for the current project.
Exporting your PCB board design in SVG (Scalable Vector Graphics) format can be useful for sharing your design with others who may not have access to KiCad software or including the design in a document or presentation. To export your PCB design in SVG format from KiCad, you can open the PCB layout editor, select "Export" from the File menu and choose "Export SVG." You can then customize the output file name, layers to be exported, and scale before generating the SVG file. Once exported, you can open the SVG file in a web browser or vector graphics editor for viewing and editing as needed.
afte exporting my pcb board in svg format the is a process used to convert svg into G-CODE
The attiny45's functionality needed to be verified after soldering. Before launching the first sketch, we must first load a bootloader. A microcontroller unit (MCU) or other electrical devices employ a bootloader, which is a short software, to load or initialize the main program or firmware. The MCU's bootloader program is often kept in non-volatile memory, such flash memory, and is launched whenever the device is powered on or reset. The main job of the bootloader is to load the main program into the proper memory locations and initialize the necessary hardware resources in order to set up the MCU for the execution of the main program.
the steps followed to burn bootloader in Attiny45 MCU using Arduino as ISP: