Discussion in "Project Doubts" started by    sankalp_s    Nov 30, 2014.
Tue Jan 05 2016, 11:49 pm
#61


Do they both give the same result ?

Try this minimal version..does it work ?.



ExperimenterUK


yes sir both give same result.
sir, in this minimal version i can see the rotation on pins but when i connect the leds it gives same result as before i described.
sir are you sure code is ok?
Fri Jan 08 2016, 11:26 pm
#62
The minimal version works, so the logic is okay.
As far as I can see, adding the LEDs should make no difference
to the simulation.

I suggest you add your components to the minimal circuit
one bit at a time and see where it stops working.

Let us know what happens.
Thu Jan 21 2016, 10:01 am
#63
@ sankalp_s
i fell that problem is in hardware
let me tell one thing when all port is high and all port is low what is status of your leds
if no status change then its like a switching problem or some soldering issue in hardware
Proteus do not need a lot of components for simulation
it just need hex file and oscillator speed to verify your logic
Tue Jan 26 2016, 12:32 am
#64




I suggest you add your components to the minimal circuit
one bit at a time and see where it stops working.

Let us know what happens.

ExperimenterUK


sir i have tried too many times, after adding more than two leds same problem occurs.
Tue Jan 26 2016, 12:46 am
#65


@ sankalp_s
i fell that problem is in hardware
let me tell one thing when all port is high and all port is low what is status of your leds
if no status change then its like a switching problem or some soldering issue in hardware
Proteus do not need a lot of components for simulation
it just need hex file and oscillator speed to verify your logic

majoka


hello sir, thank u for your interest ,
sir, I have tried this code with a complete pcb(led chaser) having same components where other programmed microcontroller (came with this pcb) works fine but my code gives same result.
even output pins are same.
Wed Jan 27 2016, 03:51 am
#66
Make sure the push button input pins are pulled high.

This program will do what Majoka suggested... turn all LEDs on and off in a loop.

Try it in your hardware and let us know what happens
and how fast they switch.

Which micro are you using. ?
Is it exactly the same as the one on the board you bought ?

Attachment


[ Edited Wed Jan 27 2016, 03:52 am ]
Fri Jan 29 2016, 12:06 am
#67


Make sure the push button input pins are pulled high.

This program will do what Majoka suggested... turn all LEDs on and off in a loop.

Try it in your hardware and let us know what happens
and how fast they switch.



Attachment

ExperimenterUK


sir this code is working fine in my hardware. and switching time is near about 1 sec.

Which micro are you using. ?
Is it exactly the same as the one on the board you bought ?


i'm using at89c52, same as that one.....push buttons are also pulled high.



[ Edited Fri Jan 29 2016, 12:07 am ]
Fri Jan 29 2016, 04:48 am
#68
Okay I took another look at your problem
and I think I know the answer.


problem is in chaser pattern when four led get off(as per code instruction) at same time, same leds blink with very low light.as per instructions lesds should not be blinked.

sankalp_s



Your code says..

DESGN8: 
                CALL DELAY
		CALL ALLON
                CLR L1
                CLR L2
                CLR L3
                CLR L4
                CALL DELAY
                CALL ALLON
                CLR L2
                CLR L3
                CLR L4
                CLR L5
                CALL DELAY
                CALL ALLON
                CLR L3
                CLR L4
                CLR L5
                CLR L6
                CALL DELAY
                CALL ALLON
                CLR L4
                CLR L5
                CLR L6
                CLR L7



You turn the LEDS off for a long time then on for a very short time.
Because the on time is so short the LED appears to glow dimly/blink


Make sure P3.5 is pulled high as well.


[ Edited Fri Jan 29 2016, 04:50 am ]
 sankalp_s like this.
Sat Jan 30 2016, 12:27 am
#69


You turn the LEDS off for a long time then on for a very short time.
Because the on time is so short the LED appears to glow dimly/blink



ExperimenterUK


ok sir but what is solution for it. will i have to dump this code?


Make sure P3.5 is pulled high as well.


yes p3.5 is pulled high.


[ Edited Sat Jan 30 2016, 12:28 am ]
Sat Jan 30 2016, 06:10 am
#70


ok sir but what is solution for it. will i have to dump this code?

sankalp_s


The code works.
But what you tell it to do is wrong.

To turn LEDs on then off so you can see the effect just add
delays between each change.
For example...
DESGN8: 

		CALL ALLON
                CLR L1
                CLR L2
                CLR L3
                CLR L4
                CALL DELAY  ;delay to see  leds off
                CALL ALLON
                CALL DELAY  ;add a delay to see all leds on
                CLR L2
                CLR L3
                CLR L4
                CLR L5
                CALL DELAY   ;delay to see  leds off
                CALL ALLON
                CALL DELAY  ;add a delay to see all leds on
                CLR L3
                CLR L4
                CLR L5
                CLR L6
               


[ Edited Sat Jan 30 2016, 06:13 am ]

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Bobbyerilar
Thu Mar 28 2024, 08:08 am
pb58
Thu Mar 28 2024, 05:54 am
Clarazkafup
Thu Mar 28 2024, 02:24 am
Walterkic
Thu Mar 28 2024, 01:19 am
Davidusawn
Wed Mar 27 2024, 08:30 pm
Richardsop
Tue Mar 26 2024, 10:33 pm
Stevencog
Tue Mar 26 2024, 04:26 pm
Bernardwarge
Tue Mar 26 2024, 11:15 am