skip to main
|
skip to sidebar
Pages
Home
microcontroller Projects
program for Dual DAC, RAMP wave in 8051
#include <REG51xD2.H>
main()
{
unsigned char i=0;
P0 = 0x00; /* P0 as Output port */
while(1)
{
for(i=0;i<0xff;i++)
{
P1 = i;
P0 = i;
}
P0 = 0;
P1 =0;
}
}
0 comments:
Post a Comment
Newer Post
Older Post
Home
Share your knowledge
Submit your Papers, Projects & Presentations, Distribute to all over the world through this site for free on your name.Send your data to
bharadwaj@matlabcodes.com
.
Kindly Request your code only through comments, not through mail.
Other requests are ignored.
Popular Projects
PC based temperature control
Abstract Our project is a standalone temperature and fan monitoring and control unit for the PC. It uses the temperature readings to adjust...
8051 Microcontroller Based DC Motor Control
SOURCE CODE: used Ride compiler #include<reg51.h> sbit sw1=P2^0; sbit sw2=P2^1; sbit L293D_A = P...
Mivo- RFID based mobile payment system
Introduction and Rationale Mivo is a low-cost, stripped down mobile payment system. Our prototype combines Radio Frequency Identification (R...
PIC12F683 microcontroller based metal detector
The metal detector project is designed using PIC12F683 microcontroller. The circuit schematic is shown below The source code for this pro...
Program to find the LCM of two numbers in 8051
mov dptr,#9000h ;Load dptr with immediate data 9000h movx a,@dptr ;move data from external memory location to a mov r0,a ;move data from a t...
Blood Pressure Monitor
Introduction Our final project is to design and build a portable blood pressure monitor device that can measure a user's b...
INFRARED TRACKING SYSTEM
Introduction Our project is an infrared (IR) tracking system. A beacon, placed on the object to be tracked, continuously...
Program to find largest of n numbers in 8051
mov r0,#10h ;move immediate data 10h to r0. mov a,@r0 ;move data from internal RAM location to a mov r2,a ;move data from a to r2 dec r2 ;de...
Laser Communications System
Introduction Laser communications systems are wireless connections through the atmosphere. They work similarly to fiber optic links, except ...
PIC16F84A digital thermometer microcontroller project
You can measure temperature using various methods like : analog circuits , digital circuits or some other methods . This electronic project ...
program for Dual DAC
8051 Microcontroller Based DC Motor Control
A Microcontroller Based Turbidity Meter
A m -Controller Based Thermostat
ASCII to BCD conversion in 8051
AT90LS8515 Digital Message Machine
Audio Frequency Response Analyzer
Audio Homing Robot
Automated Juice Mixer
Automated Pet Feeder
Autonomous Car
Autonomous Parallel Parking RC Car
Autonomous Search Robot
Autonomous Tank
Autonomous Vehicle Contrast Following Rover
Autonomous navigating robot
BCD number to ASCII in 8051
Balance Bot
Blind Bot
Blood Pressure Monitor
Bloodshed Dev-C++ 5 Compiler/IDE
Breath Alcohol Tester
Converters on TI MSP430
CrossStudio MSP430 IDE
Design of a Real-Time Digital Guitar Tuner
Digital Oscilloscope
Digital Stethoscope
Digital clock project using PIC16C54A microcontroller
Digital thermometer
ECG monitoring system
GPS Data Logger with Wireless Trigger
Handwriting Recognition Systm
Home Security System
Home energy managment
IAR Embedded Workbench IDE
INFRARED TRACKING SYSTEM
IntelliBOT
Laser Communications System
Line following van
MSP-EXP430FG4618 Development Tool and the eZ430 kits
MSP430FG4618 device implement a Buzzer tone generator
MSP430FG4618 device implement a Real Time Clock
MSP430FG4618 device implement a voltage ramp generator
MSP430FG4618 device present a message on the LCD Basic
Microcontroller(8051) Lab
Mivo- RFID based mobile payment system
Multi-Zone Fire Alarm System
PC based temperature control
PIC 16f877 RPM Meter
PIC16C54 dual dice electronic project circuit
PIC16F84A digital thermometer microcontroller project
PIC16F886 horn driver
PWM motor contoller with MSP430
Program Block data transfer in 8051
Program to add two BCD numbers in 8051
Program to check whether a 4th bit of a byte is 1
Program to convert ASCII to hex in 8051
Program to count from 0-9 in 8051
Program to count number of 1's in a given data byte in 8051
Program to divide an 8 bit no by another 8 bit number in 8051
Program to find largest of n numbers in 8051
Program to find the LCM of two numbers in 8051
Program to find the square of an 8 bit number in 8051
Program to generate 50msec delay in 8051
Program to implement BCD counter to count from 0-99 in 8051
Program to implement BCD counter to count from 99-0 in 8051
Program to interchange two blocks of data in 8051
Program to multiply 16 bit number by 8 bit number in 8051
Program to search an element in an array in 8051
Program to sort an array of 10 elements in 8051
Programming the ez430
Proximity Security System
RAMP wave in 8051
RC Car Controller
RObo Dog
Radio-controlled Truck
Retina color tracker
Robotic Arm Controller with GUI
Robotic Car Traction Control
Safety-sensor vehicle
Security Entrance System
Self-Powered Solar Data Logger
Snake Arm Ultrasonic Positioning Control System
Store FFh if 1
Super Train Controller
TI MSP430 Microcontrollers
Timers on the MSP430
TouchPad Drawing Board
Ultra-Sonic Parking Assistant
Ultrasonic Parking Controller
Ultrasonic Range finder
Voice Activated Alarm Clock
Voice Recognition Robotic Car
Voting Machine
Weather Station
Web-Monitored Thermostat
Wireless Drawing Device
Wireless Telemetry
Wireless message Communicator
Write a C program to display the code of the key pressed in 8051
Zigbee Wireless Relay Control and Power Monitoring System
add two multibyte numbers in 8051
convert a decimal number to hex number in 8051
convert an 8bit Hex number to decimal number in 8051
convert hex number to ASCII number in 8051
eZ430-F2013 Development Tool use SD16_A ADC
eZ430-RF2500 Development Tool use ADC10
else store 00 in the same location in 8051
find the GCF of two numbers in 8051
find the average of 10 numbers in 8051
generate Fibonacci series in 8051
metal detector project
microcontroller using IAR Embedded Workbench
program for Elevator Interface in 8051
program for Stepper motor interface in 8051
spectrum analyser
square wave in 8051
triangle wave in 8051
voice recognition security system
Sites U missed
Matlab Projects.....
NEURAL NETWORKS FOR 3D MOTION DETECTION FROM A SEQUENCE OF IMAGE FRAMES
-
*NEURAL NETWORKS FOR 3D MOTION DETECTION FROM A SEQUENCE OF IMAGE FRAMES* In video surveillance, video signals from multiple remote locations are display...
11 years ago
Microcontrollers
VHDL IMPLEMENTATION OF 100 BASE-T4 NETWORK REPEATER
-
*Abstract* 100BASE-T4 was an early implementation of Fast Ethernet standards that carry traffic at the nominal rate of 100 Mbit/s, against the original E...
12 years ago
Paper Presentations
Performance improvement of PID-controller for integrating systems with time delay
-
Integrating systems with time delay are found in modeling of liquid level systems, liquid storage tanks, boilers, batch chemical reactors and bottom level...
13 years ago
Hint
Open Pictures in new page by right click on it, if it is not shown full image.
Microcontroller Projects
8051 Microcontroller Based DC Motor Control
A m -Controller Based Thermostat
A Microcontroller Based Turbidity Meter
add two multibyte numbers in 8051
ASCII to BCD conversion in 8051
AT90LS8515 Digital Message Machine
Audio Frequency Response Analyzer
Audio Homing Robot
Automated Juice Mixer
Automated Pet Feeder
Autonomous Car
Autonomous navigating robot
Autonomous Parallel Parking RC Car
Autonomous Search Robot
Autonomous Tank
Autonomous Vehicle Contrast Following Rover
Balance Bot
BCD number to ASCII in 8051
Blind Bot
Blood Pressure Monitor
Bloodshed Dev-C++ 5 Compiler/IDE
Breath Alcohol Tester
convert a decimal number to hex number in 8051
convert an 8bit Hex number to decimal number in 8051
convert hex number to ASCII number in 8051
Converters on TI MSP430
CrossStudio MSP430 IDE
Design of a Real-Time Digital Guitar Tuner
Digital clock project using PIC16C54A microcontroller
Digital Oscilloscope
Digital Stethoscope
Digital thermometer
ECG monitoring system
else store 00 in the same location in 8051
eZ430-F2013 Development Tool use SD16_A ADC
eZ430-RF2500 Development Tool use ADC10
find the average of 10 numbers in 8051
find the GCF of two numbers in 8051
generate Fibonacci series in 8051
GPS Data Logger with Wireless Trigger
Handwriting Recognition Systm
Home energy managment
Home Security System
IAR Embedded Workbench IDE
INFRARED TRACKING SYSTEM
IntelliBOT
Laser Communications System
Line following van
metal detector project
microcontroller using IAR Embedded Workbench
Microcontroller(8051) Lab
Mivo- RFID based mobile payment system
MSP-EXP430FG4618 Development Tool and the eZ430 kits
MSP430FG4618 device implement a Buzzer tone generator
MSP430FG4618 device implement a Real Time Clock
MSP430FG4618 device implement a voltage ramp generator
MSP430FG4618 device present a message on the LCD Basic
Multi-Zone Fire Alarm System
PC based temperature control
PIC 16f877 RPM Meter
PIC16C54 dual dice electronic project circuit
PIC16F84A digital thermometer microcontroller project
PIC16F886 horn driver
Program Block data transfer in 8051
program for Dual DAC
program for Elevator Interface in 8051
program for Stepper motor interface in 8051
Program to add two BCD numbers in 8051
Program to check whether a 4th bit of a byte is 1
Program to convert ASCII to hex in 8051
Program to count from 0-9 in 8051
Program to count number of 1's in a given data byte in 8051
Program to divide an 8 bit no by another 8 bit number in 8051
Program to find largest of n numbers in 8051
Program to find the LCM of two numbers in 8051
Program to find the square of an 8 bit number in 8051
Program to generate 50msec delay in 8051
Program to implement BCD counter to count from 0-99 in 8051
Program to implement BCD counter to count from 99-0 in 8051
Program to interchange two blocks of data in 8051
Program to multiply 16 bit number by 8 bit number in 8051
Program to search an element in an array in 8051
Program to sort an array of 10 elements in 8051
Programming the ez430
Proximity Security System
PWM motor contoller with MSP430
Radio-controlled Truck
RAMP wave in 8051
RC Car Controller
Retina color tracker
RObo Dog
Robotic Arm Controller with GUI
Robotic Car Traction Control
Safety-sensor vehicle
Security Entrance System
Self-Powered Solar Data Logger
Snake Arm Ultrasonic Positioning Control System
spectrum analyser
square wave in 8051
Store FFh if 1
Super Train Controller
TI MSP430 Microcontrollers
Timers on the MSP430
TouchPad Drawing Board
triangle wave in 8051
Ultra-Sonic Parking Assistant
Ultrasonic Parking Controller
Ultrasonic Range finder
Voice Activated Alarm Clock
Voice Recognition Robotic Car
voice recognition security system
Voting Machine
Weather Station
Web-Monitored Thermostat
Wireless Drawing Device
Wireless message Communicator
Wireless Telemetry
Write a C program to display the code of the key pressed in 8051
Zigbee Wireless Relay Control and Power Monitoring System
Microcontrollers
▼
2010
(117)
▼
December
(117)
►
Dec 29
(1)
►
Dec 27
(6)
▼
Dec 26
(50)
microcontroller using IAR Embedded Workbench
MSP430FG4618 device implement a Buzzer tone generator
MSP430FG4618 device implement a Real Time Clock
eZ430-RF2500 Development Tool use ADC10 to perform...
eZ430-F2013 Development Tool use SD16_A ADC
MSP430FG4618 device present a message on the LCD B...
MSP430FG4618 device implement a voltage ramp gener...
MSP-EXP430FG4618 Development Tool and the eZ430 kits
Microcontroller(8051) Lab
program for Dual DAC, RAMP wave in 8051
program for Dual DAC, triangle wave in 8051
program for Dual DAC, square wave in 8051
program for Seven segment display in 8051
program for Stepper motor interface in 8051
program for Elevator Interface in 8051
Write a C program to display the code of the key p...
Program to generate 50msec delay in 8051
Program to implement BCD counter to count from 99-...
Program to implement BCD counter to count from 0-9...
Program to count from 0-9 in 8051
Program to find the square of an 8 bit number in 8051
Program to add two BCD numbers in 8051
Program to check whether a 4th bit of a byte is 1,...
Program to convert ASCII to hex in 8051
Program to find largest of n numbers in 8051
Program to count number of 1's in a given data byt...
Program to divide an 8 bit no by another 8 bit num...
Program to sort an array of 10 elements in 8051
Program to search an element in an array in 8051
Program to multiply 16 bit number by 8 bit number ...
Program to find the LCM of two numbers in 8051
Program to interchange two blocks of data in 8051
10. Program to convert an 8bit Hex number to decim...
Program to convert hex number to ASCII number in 8051
Program to find the GCF of two numbers in 8051
Program to generate Fibonacci series in 8051
convert a decimal number to hex number in 8051
To transfer a block of data from one memory locati...
Program to find the average of 10 numbers in 8051
ASCII to BCD conversion in 8051
rogram to convert a BCD number to ASCII in 8051
Program to add two multibyte numbers in 8051 micro...
Introduction to CrossStudio MSP430 IDE
Timers on the MSP430
Converters on TI MSP430
Bloodshed Dev-C++ 5 Compiler/IDE
Bit Manipulation in C for TI MSP430 Microcontrollers
Introduction to Programming the ez430
Introduction to the IAR Workbench IDE
PIC 16f877 microcontroller based RPM Meter
►
Dec 25
(60)
program for Dual DAC
8051 Microcontroller Based DC Motor Control
A Microcontroller Based Turbidity Meter
A m -Controller Based Thermostat
ASCII to BCD conversion in 8051
AT90LS8515 Digital Message Machine
Audio Frequency Response Analyzer
Audio Homing Robot
Automated Juice Mixer
Automated Pet Feeder
Autonomous Car
Autonomous Parallel Parking RC Car
Autonomous Search Robot
Autonomous Tank
Autonomous Vehicle Contrast Following Rover
Autonomous navigating robot
BCD number to ASCII in 8051
Balance Bot
Blind Bot
Blood Pressure Monitor
Bloodshed Dev-C++ 5 Compiler/IDE
Breath Alcohol Tester
Converters on TI MSP430
CrossStudio MSP430 IDE
Design of a Real-Time Digital Guitar Tuner
Digital Oscilloscope
Digital Stethoscope
Digital clock project using PIC16C54A microcontroller
Digital thermometer
ECG monitoring system
GPS Data Logger with Wireless Trigger
Handwriting Recognition Systm
Home Security System
Home energy managment
IAR Embedded Workbench IDE
INFRARED TRACKING SYSTEM
IntelliBOT
Laser Communications System
Line following van
MSP-EXP430FG4618 Development Tool and the eZ430 kits
MSP430FG4618 device implement a Buzzer tone generator
MSP430FG4618 device implement a Real Time Clock
MSP430FG4618 device implement a voltage ramp generator
MSP430FG4618 device present a message on the LCD Basic
Microcontroller(8051) Lab
Mivo- RFID based mobile payment system
Multi-Zone Fire Alarm System
PC based temperature control
PIC 16f877 RPM Meter
PIC16C54 dual dice electronic project circuit
PIC16F84A digital thermometer microcontroller project
PIC16F886 horn driver
PWM motor contoller with MSP430
Program Block data transfer in 8051
Program to add two BCD numbers in 8051
Program to check whether a 4th bit of a byte is 1
Program to convert ASCII to hex in 8051
Program to count from 0-9 in 8051
Program to count number of 1's in a given data byte in 8051
Program to divide an 8 bit no by another 8 bit number in 8051
Program to find largest of n numbers in 8051
Program to find the LCM of two numbers in 8051
Program to find the square of an 8 bit number in 8051
Program to generate 50msec delay in 8051
Program to implement BCD counter to count from 0-99 in 8051
Program to implement BCD counter to count from 99-0 in 8051
Program to interchange two blocks of data in 8051
Program to multiply 16 bit number by 8 bit number in 8051
Program to search an element in an array in 8051
Program to sort an array of 10 elements in 8051
Programming the ez430
Proximity Security System
RAMP wave in 8051
RC Car Controller
RObo Dog
Radio-controlled Truck
Retina color tracker
Robotic Arm Controller with GUI
Robotic Car Traction Control
Safety-sensor vehicle
Security Entrance System
Self-Powered Solar Data Logger
Snake Arm Ultrasonic Positioning Control System
Store FFh if 1
Super Train Controller
TI MSP430 Microcontrollers
Timers on the MSP430
TouchPad Drawing Board
Ultra-Sonic Parking Assistant
Ultrasonic Parking Controller
Ultrasonic Range finder
Voice Activated Alarm Clock
Voice Recognition Robotic Car
Voting Machine
Weather Station
Web-Monitored Thermostat
Wireless Drawing Device
Wireless Telemetry
Wireless message Communicator
Write a C program to display the code of the key pressed in 8051
Zigbee Wireless Relay Control and Power Monitoring System
add two multibyte numbers in 8051
convert a decimal number to hex number in 8051
convert an 8bit Hex number to decimal number in 8051
convert hex number to ASCII number in 8051
eZ430-F2013 Development Tool use SD16_A ADC
eZ430-RF2500 Development Tool use ADC10
else store 00 in the same location in 8051
find the GCF of two numbers in 8051
find the average of 10 numbers in 8051
generate Fibonacci series in 8051
metal detector project
microcontroller using IAR Embedded Workbench
program for Elevator Interface in 8051
program for Stepper motor interface in 8051
spectrum analyser
square wave in 8051
triangle wave in 8051
voice recognition security system
Followers
counter
microcontroller-library. Powered by
Blogger
.
About Me
bharadwaj
View my complete profile
0 comments:
Post a Comment