0% found this document useful (0 votes)
35 views1 page

Softwares Used

Keil is an IDE used to write programs for the 8051 microcontroller in assembly language. It compiles the code, showing any errors, and generates a hex file to load onto the microcontroller flash memory. EAGLE is a PCB design software that allows creating schematics and laying out circuit boards, with auto-routing capabilities. ISP software from AEC Electronics allows in-system programming of Atmel microcontrollers using a 5-wire cable, enabling code updates without removing the chip from the device.

Uploaded by

rushi53
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views1 page

Softwares Used

Keil is an IDE used to write programs for the 8051 microcontroller in assembly language. It compiles the code, showing any errors, and generates a hex file to load onto the microcontroller flash memory. EAGLE is a PCB design software that allows creating schematics and laying out circuit boards, with auto-routing capabilities. ISP software from AEC Electronics allows in-system programming of Atmel microcontrollers using a 5-wire cable, enabling code updates without removing the chip from the device.

Uploaded by

rushi53
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Softwares Used

Keil:
Keil is a development tool for the 8051 microcontroller. It supports all 8051 derivatives. This Keil software is used for writing the program for the microcontroller 89s51. Its an IDE for 8051 microcontroller, IDE means Integration Development Environment. Also it has inbuilt assembler and compiler. As the project compiles, errors and warnings appear in an output window. It creates the HEX file from the assembly source code file once the program contains zero error. This hex file is loaded into the microcontroller flash memory.

EAGLE:
EAGLE means "Easily Applicable Graphical Layout Editor". It is designed by the "CadSoft". EAGLE PCB design software is the best PCB design software available for designing printed circuit boards. Eagle is a popular layout and schematic editor software, which offers a powerful environment to create electronics PCB layouts and schematics. Schematic capture: EAGLE contains a schematic editor, for designing circuit diagrams. Parts can be placed on many sheets and connected together through ports. PCB layout: The PCB layout editor allows back annotation to the schematic and auto-routing to automatically connect traces based on the connections defined in the schematic.

ISP Software:
ISP means In-System Programming, ISP Software enables a PC to program Atmel's AT89S microcontrollers while soldered in onto the PCB. User can change the microntroller code under the software control without removing the mounted microcontroller chip from the actual end product. AEC Electronics provides ISP Software. A simple 5-wire cable is connected between the PCs printer port and the target hardware. This DOS program is small and fast. It uses pin P1.5, P1.6, P1.7 and RST of the microcontroller.

You might also like