PCB Design Software-Proteus professional
Proteus is a simulation and design software tool from Labcenter Electronics for electrical and Electronics circuit design. This Proteus software suite containing schematic and simulation with PCB designing.
ISIS is the software used to draw schematic and simulate the circuits in real time.
ARES is used for PCB designing. It has the feature of viewing output in 3D view of the designed PCB along with components.
The Proteus 8 Design Suite software can interact the embedded projects with LED, LCD displays, and switches also interface with software sensors.
In need of practical implementation of the projects circuits, we have to test with our C program and how it works or not.
Proteus 8 Design suite is a on of the Virtual system Modeling (VSM) with spice circuit simulation, with animated electronic components.
Here how to create and simulation with microcontroller and C simple program. Free demo software is available with www.labcenter.com
Please follow the below given steps.,
STEP-1: CLICK, New Project And give Name for your Project.
STEP-2: Click Schematic radio button with default then Next.
STEP-3: Select create firmware project then Nest.
Select controller: Iam using AT89c51. so select At89C51.
STEP-4. Select compiler: Here Iam using Keil, so select Keil of r 8051 the Next.
STEP-5: Note the following steps are correct or not.
STEP-6. Select source code window and then write your C program.
STEP-7. Draw your circuit diagram with the help of below mentioned steops.
STEP-8: Component selection mode.
STEP-9. Click P means Pick device and write in keyword box which component you wants.
STEP-10. Here iam using led and resistor only.
STEP-11. Place your components in schematic window and connect as per your diagram with the help of mouse.
STEP-12: Click Terminal mode icon and use 5v power supply like namely power and ground.
STEP-13. Here we can convert C program into Hex code. So Click Build button and rebuild and then Build. The result we can get HEX code with the help of Keil software.
STEP-14. Check 0 Warring and 0 Errors.
STEP-16. Click RUN of Play Button to simulate your project.
STEP-17. Finally LED blinking with your C Program.
For Software Download: Click Here.