PDA

View Full Version : 7 segment clock PIC16f72 with DS1307 problems!!!!!!!



Antorbd04
- 6th December 2013, 09:55
I am new in Micro-controller programming. I am from Bangladesh. I am a little boy. Now I read in class 10. My hobby is programming. I start programming about 2 month ago. So, I don't know much.
I made this clock in my idea. But this not working properly. The problems are:

1. Display Blanking.
2. Problems when Time Date setup.
& some others.........

Plz help me & solve my project problems.............

This zip file includes with .pbp, .hex, .dsn.

My Project:
7174

Dave
- 6th December 2013, 11:55
Antorbd04,
Correct me if I'm wrong but, the way you are using the BUTTON command after looking at your code, you are not checking if the button is released. Therefor the program jumps to each of the subroutines one after another with one press... At least that's the way I see it.

Dave
- 6th December 2013, 12:00
Antorbd04, Also the variable "Butt" needs to be cleared to 0 and not set to 255.

Antorbd04
- 6th December 2013, 15:07
Button subroutine work properly that u said. but problem in "up" and "down" button. Plz check proteus file. another problem is 7 segment display blanking.