Hi. I’m still struggling with my project, and it’s looks like I have start from the beginning, with new approach. The goal is to build multi channels kitchen timer. In my case it supposed to be three channels. I like to use; Arduino uno or better Mega, 3x4digits 7 segments I2C displays, 3x2digits lcd segments with 74HC595, 1xkeypad 4x4, 1xDS3231.
For displaying hours and minutes 4 digits display is used, for seconds 2 digits display with different color and smaller, keypad for entering data and operation (I like to enter data by keypad), and DS3231 to have option to display current time.
Perhaps all are familiar with chip 4 channel kitchen timer. For example, timer A is running, but I can select timer B and set it up – when A is still running. By running I mean timer/display is still counting. I can select any timer and adjust time/setup – while rest are running.
I was asking already in this forum about delay, mills and interrupt. I learn a lot, but still do not know how to approach this kind of project.
I’m looking for easy to understand direction, with tips.
Of course, I can use multi boards such as Arduino Nano – but it is not what I’m looking for.
Of course, I can buy it very cheap – but it is not mine.
I already have completed one channel – with interrupt every second from DS3231, but now I’m stack now. Perhaps I will have to start it again from the very beginning, with you help.
I hope you will be able to kick me in right direction.
Thx in advance