hello experts,
i am a hobbiest and working on a race apparatus with esp32
i need to initiate beep like get, set and go on a trigger
i am using 1 pin for start button and 2nd button for buzzer
i managed it in code itself with millis
my beep is;
beep (700ms) - pause (700ms) i.e. GET
beep (700ms) - pause (700ms) i.e. SET
beep (300ms) i.e. GO
recently i came to know about IC555
i am in thought that i need to arrange electronic items like resistor, capacitor, ic etc. in a perticular diagram and it will work as per my requirement
am i right ?
can i do it ?
if so, can i do it with just 1 esp32 pin high/low at once only on a trigger i.e. start trigger without using other pin for buzzer and unnecessary coding
help me please
TIA