Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blue Model with Relay on PCB - Cannot set clock #6

Closed
flyingsaucer0001 opened this issue Mar 31, 2018 · 2 comments
Closed

Blue Model with Relay on PCB - Cannot set clock #6

flyingsaucer0001 opened this issue Mar 31, 2018 · 2 comments

Comments

@flyingsaucer0001
Copy link

Here it is my model:
schematic1

Now 1F:7F disappeared and I have 00:00 but I cannot set the clock, Display show temp in °C but It's showing Light Sensor data infact If I go dark in the room it shows 54-55°C, with neon light temp show variables value from 18° to 26° (it's reading light and showing as temp eheh)

Maybe also all DS1302 pins needs to be set to bidirectional.

Thanks for helping

@flyingsaucer0001
Copy link
Author

You are my hero!!!!!! Finally it's working perfectly with your shining firmware :))))
I've configured global.h this way:
#define BOARD_TALKING FALSE
#define BOARD_BLUE_6 FALSE
#define BOARD_BLUE_5_RELAY TRUE
#define BOARD_YELLOW_5 FALSE
#define BOARD_YELLOW_SMALL FALSE
#define BOARD_WHITE_SMALL FALSE
#define BOARD_GREEN_SMALL FALSE

#define COMMON_ANODE TRUE
#define COMMON_CATHODE FALSE

#define PROC_IS_15W408AS FALSE
#define PROC_IS_15W404AS FALSE
#define PROC_IS_15F204EA TRUE

#define HAS_LDR TRUE
#define HAS_THERMISTOR TRUE
#define HAS_RELAY TRUE

#define DIGIT_3_FLIP TRUE

And finally look here:
afewbits1
and here:
afewbits2
Thanks thanks thanks

@aFewBits
Copy link
Owner

Please be sure to rebuild with the main.c file that shows as "Merge pull request #5 from Metori/chime_hours_fix". Another user was kind enough to fix a bug in the chime code that I merged after I posted the fix for the 15F204EA processor type. 😌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants