Mark Peter Vargha

Results 8 comments of Mark Peter Vargha

I have another pinout version with STC15F204EA. I figured out the connections, and I will share it. This version has one 4 digit display. I could also change pin definitions...

> may have different connections Everything have different connection. It is not a problem, I figured out all the connections. Clock, buttons, led segments, everything. The display is OK, I...

No, there is no schematic. I have to draw. > I can abstract any differences in hwconfig.h I made changes in hwconfig.h with new HW_MODEL_D. Is this occupied? I can...

OK, here is the pinout: ``` 01 P2.6 Button2 02 P2.7 Button1 03 P1.0 DS1302 PIN_7 (SCLK) 04 P1.1 DS1302 PIN_5 (DATA I/O) 05 P1.2 DS1302 PIN_6 (CE) 06 P1.3...

I will fork, commit. Discuss the error, and pull request if solved. Is It OK?

Here is the issue in the forked repo: https://github.com/vargham/stc_diyclock/issues/1

I have the same model. I made a working fork for that model. Check here: https://github.com/vargham/stc_diyclock

There is a problem to solve, before PR. Ifdef works for every pin except for clock chip. I had to comment out the original clock chip pin defines to try...