Dillian  Electronic 

Write Guest Book    View Guest Book   

  Home | Projects | SoftwareLinks | School | Assignmentcopyright & disclaimer | quick Links | storage

 

Electronic Projects 

I sorry about the project materials still under documenting. I will try to combine all the materials in such a way that becomes fully a part. Because I have so many job to do, especially the business plan, (business things is not good for me.), I may further delay the project documentation. Sorry!
Phase Lock Loop Frequency Synthesizer Doc_File, Keil_Files, ProgramCode, CircuitDiagram
AT89C51/52 Programmer Doc_File, Keil_Files, ProgramCode, CircuitDiagram
AT Keyboard Interface Converter

Provide the interface for the ATKeyboard, Mpu convert the keyboard scancode into ascii code and then transmit the codes through RS232.

Doc_File, Keil_Files, ProgramCode

I2C Eeprom programming Doc_File, Keil_Files, ProgramCode, CircuitDiagram

 

DS1620 Digital Temperature sensor

Interfacing the DS1620 via the comport, measure temperature form -55 to +125. This note introduces the software for interfacing a 8052 microcontroller to the DS1620 digital temperature sensor. The DS1620 communicates via a 3-wire serial digital interface. Software code is provide that reads the DS1620 temperature register and calculates high-resolution results.

Keil_Files, ProgramCode

MPU AD Converter Using 2051 as an Analog to digital converter with 64 voltage steps

Doc_FileKeil_FilesProgramCodeASCII Table

Frequency Counter Doc_File,  Keil_FilesProgramCode
DTMF Transceiver Doc_File,  Keil_Files,  ProgramCode, CircuitDiagram
RGB Color tone sensor Doc_File, Keil_Files, ProgramCode, CircuitDiagram
Magnetic Sensor  
Automatic Phone pick up/Down CircuitDiagram
Audio Amplifier CircuitDiagram
LCD_Driver 16x2 HD44780 This is the function code used to modify the standard c function "printf" by replacing the function "putchar" to suit the LCD driver HD44780. By adding this file, LCD panel with a chipHD44780 can print out a string using the standard c function "printf". \n, \r, and roll down will be included. 

Doc_File, Keil_Files, ProgramCode

8051BoardwithLCD&Eeprom A demonstration program of the LCD & Eeprom access. Memory storage device AT24C16 used to store the integer 

Keil_Files, ProgramCode, CircuitDiagram, LogicFiles

PinDoctor (bugs exists) Keil_Files
InterferringHD44780 User can type what they want using AT Keyboard. While the character is typed, both the LCD and PC screen will display what the user type.