free 8051 Microcontroller Projects AVR PIC Microcontroller Projects Tutorials Ebooks Libraries, interfacing tutorials, lcd tutorial, stepper motor, dc motor 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems

 
8051 microcontroller 8051 microcontroller
Forums

Go to page  1 [2] 3 ... 26 27 28
Moderators: Ajay, Junied , abbas1707, Arun Kumar V, pdi33, Shailesh NAYAK, ۞ TPS ۞, shyam, sashijoseph
Author Post
sks
Sun Sep 21 2008, 02:02AM
 User Offline
Registered Member #9477
Joined: Thu Jul 31 2008, 07:51AM

Posts: 160
Thanked 0 times in 0 posts
Hello Mr Arun,
Thanks for ur advice. I have purchased a book of kenneth j ayala today . pl guide me should i read it from Numbering Systems and Binary Arithmetic or i should start from ch3 The 8051 Architecture onwards. actually i will love to learn while doing a project. i have written some codes, if u allow me i will glad to send or post to u for ur comments.
thanks
sks



Back to top


sks
Sun Sep 21 2008, 02:09AM
 User Offline
Registered Member #9477
Joined: Thu Jul 31 2008, 07:51AM

Posts: 160
Thanked 0 times in 0 posts
Hi Mr ExperimenterUK,
thanks for your comments, i am glad that u people are watching the forum and helping others. i am a learner, pl don't mind if write some odd things.
thanks again.
sks

Back to top


pdi33
Sun Sep 21 2008, 06:02AM

 User Offline
Registered Member #1329
Joined: Mon Jun 04 2007, 09:28AM

Posts: 770
Thanked 185 times in 180 posts
sks,
nobody is perfect, sir . we are all learners. As for the books part, i think u should start with numbering system if u are not familiar with it. In 8051, we usually encounter lack of data RAM space if we do not use variable lengths properly. So, better understand the basics of father of all languages "mathematics" before proceeding any further .


* inspired to develop,developing to inspire *
Back to top


sks
Sun Sep 21 2008, 06:46AM
 User Offline
Registered Member #9477
Joined: Thu Jul 31 2008, 07:51AM

Posts: 160
Thanked 0 times in 0 posts
hi pdi33,
thank u for ur guidance. let me study first. pl don't forget to help me whenever i need.
s.k.s


Back to top


sks
Mon Sep 22 2008, 05:47AM
 User Offline
Registered Member #9477
Joined: Thu Jul 31 2008, 07:51AM

Posts: 160
Thanked 0 times in 0 posts
hi Mr Ajay,
i am sks here, i have received 3 mails send by you. Thanks for that, pl guide me shall i send my queries through this quick reply window or mail from my mail id because the reply a got here itself the same in my mail. it confuses me.
i am using 8051IDE for simulation of my code what i am witting now is it OK.
pl guide me Thanks again
sks


Back to top


pdi33
Mon Sep 22 2008, 06:46AM

 User Offline
Registered Member #1329
Joined: Mon Jun 04 2007, 09:28AM

Posts: 770
Thanked 185 times in 180 posts
hi sks,
when u start a new thread, there is an option below the post window:
"If you wish to be notified by email when a reply is posted to your thread please tick the box"
by default the box is ticked. So whenever any member writes a new post in ur thread, u are automatically notified via e-mail sent in the admins name. So,u can ignore the mail as long as u are up to date with ur thread progress .
In future, if u do not want the notification, just uncheck the box before creating a new thread.



* inspired to develop,developing to inspire *
Back to top



This post has been thanked 1 time
 sks 
sks
Mon Sep 22 2008, 08:16AM
 User Offline
Registered Member #9477
Joined: Thu Jul 31 2008, 07:51AM

Posts: 160
Thanked 0 times in 0 posts
thank u pdi
sks

Back to top


sks
Tue Sep 23 2008, 04:17AM
 User Offline
Registered Member #9477
Joined: Thu Jul 31 2008, 07:51AM

Posts: 160
Thanked 0 times in 0 posts
Hi Mr pdi33,
i have written a counter program, if u allow me i want to send the same to u for ur comments and to identify my mistakes.
thanks
sks

Back to top


pdi33
Tue Sep 23 2008, 09:20AM

 User Offline
Registered Member #1329
Joined: Mon Jun 04 2007, 09:28AM

Posts: 770
Thanked 185 times in 180 posts
sks,
u need not ask for it, just attach the code along with ur post.


* inspired to develop,developing to inspire *
Back to top



This post has been thanked 1 time
 sks 
sks
Wed Sep 24 2008, 02:23AM
 User Offline
Registered Member #9477
Joined: Thu Jul 31 2008, 07:51AM

Posts: 160
Thanked 0 times in 0 posts
hi pdi,
i don't know how 2 attach a file. pl guide. i am pasting my code here itself,
please don't mind. it is a up counter 0 t0 99. pl check and comment.
thanks
sks

;simple 0 to 9 Hex counter
;hex value will be shown at p1,p2
;written by sks

org 00h ;reset all
mov r2,#90 ;load decimal 99-9 in r2 for total count
start:
mov r0,#00h ; clear r0
mov r1,#00h ; clear r1
mov p1,#00h ;p1=0
mov p2,#00h ;p2=0
count:
mov r0,a ;r0=a=0
inc r0 ;r0=r0+1 in every count
mov a,r0 ;a=r0 (incremented value)
mov p1,a ;p1=a
dec r2 ;r2=90-1 in every count
cjne r0,#9h,count ;if r0 not equal to 9 go to count else move to next line
acall tc_loop
clr a ;a=0
inc r1 ;r1=r1+1 in every count
mov a,r1 ;a=r2 (incremented value)
mov p2,a ;p2=a
mov p1,#00h ;p1=0
clr a ;a=0
cjne r1,#10,count ;if r0 not equal to 10 go to count else move to next line
tc_loop:
cjne r2,#0,tc_end ;if r2=0 stop counting
ajmp end
tc_end:
ret
end:
end

Back to top


Go to page  1 [2] 3 ... 26 27 28  

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System

8051 Microcontroller Projects 8051 AVR tutorials PIC microcontroller, 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems