
15
NovemberInstalling Arduino Library For Proteus

15
NovemberDownloading and Installing Proteus Software

15
NovemberAdding Arduino Library to Proteus

15
NovemberDownloading and Installing Arduino Coding Software

15
NovemberYour First Code in Arduino Coding Software

15
NovemberEditing the code and Getting the Hex File

15
NovemberLoad the hex file and Run the Simulation

15
NovemberDownload and Installing Altium Designer

15
NovemberAltium Designer Interface Introduction

15
NovemberCreate Component Symbol & Add Pins

15
NovemberFinishing the Schematic

15
NovemberCreating Your Componenets Symbol - Making Footpring and PCB Layout

15
NovemberLink footprint with Schematic Library

15
NovemberAdding the new Library File to your Design

15
NovemberCreating the Atmega Component Symbol

15
NovemberCreating the Atmega PCB Footprint

15
NovemberAdding Components and Placing them on Schematic

15
NovemberATMEGA Schematic Connection

15
NovemberUSB Connector Schematic

15
NovemberHeader Pins for Nano Board

15
NovemberAdding Resistors LED Indicators Voltage Regulator

15
NovemberAnnotating and Compiling Project

15
NovemberGetting Started with the PCB Design Solve Errors

15
NovemberDrawing The Board Shape

15
NovemberPlacing PCB Items Atmega and Headers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106