Important..!About project report on electronic dice using 89c51 is Not Asked Yet ? .. Please ASK FOR project report on electronic dice using 89c51 BY CLICK HERE ....Our Team/forum members are ready to help you in free of cost...
Below is stripped version of available tagged cloud pages from web pages.....
Thank you...
Thread / Post Tags
Title: digital dice using 8051 microcontroller at89c51
Page Link: digital dice using 8051 microcontroller at89c51 -
Posted By: kannanvadassery
Created at: Thursday 05th of October 2017 04:01:59 AM
digital dice using 8051 microcontroller at89c51

It is a project that builds microcontroller programming interest in new student and hobbies. This project is a very simple one that can easily be built by new students. It uses 7 LEDs, 8051 microcontroller and an optional 5V power supply regulator part. It s algorithm is also very simple.
1) Initially microcontroller displays 1 on LEDs display just like in real dice.
2) Then in main while loop it waits for switch attached to pin 0 of port 1 to be pressed.
3) Until switch remains pressed it gener ....etc

[:=Read Full Message Here=:]
Title: project report on electronic dice using 89c51
Page Link: project report on electronic dice using 89c51 -
Posted By: mahaprasadmishra6
Created at: Thursday 17th of August 2017 08:23:30 AM
Abstrct of digital dice and biblography and simulation of digital dice ....etc

[:=Read Full Message Here=:]
Title: full project report electronic voting machine using 89c51
Page Link: full project report electronic voting machine using 89c51 -
Posted By: [email protected]
Created at: Thursday 05th of October 2017 04:15:11 AM
full project report electronic voting machine using 89c51 ....etc

[:=Read Full Message Here=:]
Title: digital dice using 8051 source code for free
Page Link: digital dice using 8051 source code for free -
Posted By: patil sandip
Created at: Thursday 17th of August 2017 06:13:32 AM
// Program to make a digital dice
#include
sbit reset=P3^3;
sbit start=P1^1;
sbit pause=P3^2;
sbit enable=P1^0;
int current=0;
char num={0xF9,0x24,0x30,0x19,0x12,0x02}; // Hex values
corresponding to1to6
void delay(int time) // Function to generate time delay
{
int i,j;
for(i=0;i for(j=0;j<1275;j++);
}
void pausefn()interrupt 0 //Pause function using external
interrupt 0
{
IE=0x84;
P2=num;
while(1)
{
if( start==0 )
break;
if(reset==0)
{
enable=1;
current=0;
P2=num;
....etc

[:=Read Full Message Here=:]
Title: project report for stop watch using atmelat 89c51
Page Link: project report for stop watch using atmelat 89c51 -
Posted By: priyanka
Created at: Thursday 05th of October 2017 05:05:04 AM
To get full information or details of stop watch using atmelat 89c51 please have a look on the pages

http://seminarsprojects.net/Thread-digital-stopwatch

http://seminarsprojects.net/Thread-simple-digital-stopwatch-using-at89s51-microcontroller

if you again feel trouble on stop watch using atmelat 89c51 please reply in that page and ask specific fields in stop watch using atmelat 89c51 ....etc

[:=Read Full Message Here=:]
Title: THE COSMIC DICE
Page Link: THE COSMIC DICE -
Posted By: ekisper
Created at: Thursday 17th of August 2017 08:07:55 AM
THE COSMIC DICE



WHAT ROLLS THE COSMIC DICE?

IF WE ARE GOING TO BE TRUE BELIEVERS IN CHANCE, THERE CAN BE ONLY OPTION: CHANCE.

CHANCE ROLLS THE COSMIC DICE OR THE COSMIC DICE ROLL THEMSELVES.

REMEMBER, THESE ARE THE ASSUMPTIONS MADE BY THE PEOPLE WHO ASSUME THAT NOTHING HAPPENS ON PURPOSE, NOTHING IS PLANNED BY ANY ENTITY.

Choice and meaning in quantum universe

The quantum laws are indeterministic : They fix not what actually happens, but only the probabiliti ....etc

[:=Read Full Message Here=:]
Title: digital dice 8051 microcontroller hex code
Page Link: digital dice 8051 microcontroller hex code -
Posted By: sudhakarmani
Created at: Thursday 17th of August 2017 06:35:49 AM
ej:020000040000FA
:200000000202B17F167E00EF4E7039EF64014E7033EF64024E702DEF64034E7027EF64041B
:200020004E7021EF64054E701BEF64064E7015EF64074E700FEF64084E7009EF64094E7021
:200040000302011AC290D291D292D29320941020900D7F3112053F7590FF7E007F01222037
:20006000951020900D7F3212053F7590FF7E007F022220961020900D7F3312053F7590FF63
:200080007E007F032220971020900D7F3412053F7590FF7E007F0422D290C291D292D2930C
:2000A00020941020910D7F3512053F7590FF7E007F052220951020910D7F3612053F7590F9
:2000C000FF7E007F062220961020910D7F3712053F7590FF7E007F07222097102091 ....etc

[:=Read Full Message Here=:]
Title: final report file of digital dice using ic 555 in pdf
Page Link: final report file of digital dice using ic 555 in pdf -
Posted By: bindhya1021
Created at: Thursday 17th of August 2017 06:50:05 AM
final report file of digital dice using ic 555 in pdf

Playing with dice is an age old game. We all love to play with it too. Playing with dice needs us to pick up a dice and make sure that it is unbiased. Making a block as a dice and cutting it clearly to make sure that it is unbiased is all an old story. The dice becomes biased if the shape is not cut well. Also, the dice can become biased due to deformations. If it is a wooden die, it can deform due to dampness in the atmosphere or due to mechanical stress. To solve all these problems which ....etc

[:=Read Full Message Here=:]
Title: electronic dice using dot matrix display circuit
Page Link: electronic dice using dot matrix display circuit -
Posted By: rupinder
Created at: Thursday 05th of October 2017 04:06:18 AM
I need code in assembly language for displaying dice in 8X8 dot matrix.
kindly help me.. Thanks ....etc

[:=Read Full Message Here=:]
Title: digital dice using 8051 source code
Page Link: digital dice using 8051 source code -
Posted By: ramannithin
Created at: Thursday 17th of August 2017 08:38:06 AM
hey guys, looking for some code to display numbers 1 to 6 on 7 segment display. Thinking of polling the one of the pins connected to the switch and using an auto reload timer that counts from 249 to 249 as 1 to 6. Know what i want to do but need some help with the code?? thanks ....etc

[:=Read Full Message Here=:]
Please report us any abuse/complaint to "omegawebs @ gmail.com"


Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.