How to reduce LED flash rate (frequency)How does LED Flashes One by One in my Project Some Queries?Overdriven...
Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?
555 timer FM transmitter
How do I reattach a shelf to the wall when it ripped out of the wall?
A Note on N!
Why do distances seem to matter in the Foundation world?
How come there are so many candidates for the 2020 Democratic party presidential nomination?
a sore throat vs a strep throat vs strep throat
Extension of 2-adic valuation to the real numbers
Word Changer Reachability
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
How exactly does Hawking radiation decrease the mass of black holes?
Why was primality test thought to be NP?
How to not starve gigantic beasts
Was there a Viking Exchange as well as a Columbian one?
Check if a string is entirely made of the same substring
Does Gita support doctrine of eternal cycle of birth and death for evil people?
Size of electromagnet needed to replicate Earth's magnetic field
Can we say “you can pay when the order gets ready”?
"The cow" OR "a cow" OR "cows" in this context
Lock file naming pattern
Why does nature favour the Laplacian?
Multiple options vs single option UI
Why did C use the -> operator instead of reusing the . operator?
As an international instructor, should I openly talk about my accent?
How to reduce LED flash rate (frequency)
How does LED Flashes One by One in my Project Some Queries?Overdriven LED's vs electronic flash : FeasibilityHow does this transistor dual LED flasher circuit work?OWI Robot Arm Circuit Diagram LED question3V LED Pulse CircuitSolid State Flasher controlling other RelaysChanging the frequency of a flashing LEDChanging out driver on sequential switchback DRL LED stripUltra Low Consumption White LED Flasher7030 SMD LED pad configuration
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
$begingroup$
I have purchased an LED flasher circuit from Ebay (see jpg) for use on a model plane, but the flash rate on the circuit is much too fast, about 4 flashes a second. I am trying to achieve 1 or 2 flashes a second. What component would I need to change to reduce the flash rate? I have listed the components in the PDF and have drawn out the circuit, so I hope that helps. Many thanks

led led-driver
New contributor
FerryMan69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I have purchased an LED flasher circuit from Ebay (see jpg) for use on a model plane, but the flash rate on the circuit is much too fast, about 4 flashes a second. I am trying to achieve 1 or 2 flashes a second. What component would I need to change to reduce the flash rate? I have listed the components in the PDF and have drawn out the circuit, so I hope that helps. Many thanks

led led-driver
New contributor
FerryMan69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I have purchased an LED flasher circuit from Ebay (see jpg) for use on a model plane, but the flash rate on the circuit is much too fast, about 4 flashes a second. I am trying to achieve 1 or 2 flashes a second. What component would I need to change to reduce the flash rate? I have listed the components in the PDF and have drawn out the circuit, so I hope that helps. Many thanks

led led-driver
New contributor
FerryMan69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I have purchased an LED flasher circuit from Ebay (see jpg) for use on a model plane, but the flash rate on the circuit is much too fast, about 4 flashes a second. I am trying to achieve 1 or 2 flashes a second. What component would I need to change to reduce the flash rate? I have listed the components in the PDF and have drawn out the circuit, so I hope that helps. Many thanks

led led-driver
led led-driver
New contributor
FerryMan69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
FerryMan69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
FerryMan69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
FerryMan69FerryMan69
111
111
New contributor
FerryMan69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
FerryMan69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
FerryMan69 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The fact that there's multiple operating modes indicates that HH5K1 is not in fact a simple device, but most probably a cheap microcontroller¹ or dedicated ASIC that does the blinking.
I'm afraid that means you can't swap anything to do what you want.
So, build a flasher from scratch that does what you want. I rarely do that, but here, using a NE555 might be the simplest thing to do; there's plenty of online circuit example that you can refer to, but frankly, the application examples in the datasheet(s) do contain astable multivibrators. Add a smallish capacitor and an BJT to the output – and tadah!, you've got a flasher.
Another option is going the same route as the manufacturer of the board you're looking at: Get some logic to do your work; a 0.30€ attiny would absolutely do the job.
¹ The 51 in the name might hint it's a 8051 core clone, but that's not going to help anyone – that thing, if programmable, is very likely only programmable once.
$endgroup$
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
3 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
3 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
2 hours ago
add a comment |
$begingroup$
FWIW, here's the schematic:

simulate this circuit – Schematic created using CircuitLab
You could desolder the HH5K1 and put a PIC10F200 in its place (after programming it, of course).
- Pin 2 would connect to BAT-
- Pin 6 would connect to BAT+
- Pin 4 would connect to R2 and the MOSFETs
You'd just need to add a wire between pins 5 (Vdd) and 6 to power the chip.
$endgroup$
$begingroup$
Thank you Dave. That sounds like a good suggestion. I have never tried programming PIC's so it all a bit new to me. I will have to investigate this option.
$endgroup$
– FerryMan69
59 mins ago
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("schematics", function () {
StackExchange.schematics.init();
});
}, "cicuitlab");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "135"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
FerryMan69 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f435695%2fhow-to-reduce-led-flash-rate-frequency%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The fact that there's multiple operating modes indicates that HH5K1 is not in fact a simple device, but most probably a cheap microcontroller¹ or dedicated ASIC that does the blinking.
I'm afraid that means you can't swap anything to do what you want.
So, build a flasher from scratch that does what you want. I rarely do that, but here, using a NE555 might be the simplest thing to do; there's plenty of online circuit example that you can refer to, but frankly, the application examples in the datasheet(s) do contain astable multivibrators. Add a smallish capacitor and an BJT to the output – and tadah!, you've got a flasher.
Another option is going the same route as the manufacturer of the board you're looking at: Get some logic to do your work; a 0.30€ attiny would absolutely do the job.
¹ The 51 in the name might hint it's a 8051 core clone, but that's not going to help anyone – that thing, if programmable, is very likely only programmable once.
$endgroup$
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
3 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
3 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
2 hours ago
add a comment |
$begingroup$
The fact that there's multiple operating modes indicates that HH5K1 is not in fact a simple device, but most probably a cheap microcontroller¹ or dedicated ASIC that does the blinking.
I'm afraid that means you can't swap anything to do what you want.
So, build a flasher from scratch that does what you want. I rarely do that, but here, using a NE555 might be the simplest thing to do; there's plenty of online circuit example that you can refer to, but frankly, the application examples in the datasheet(s) do contain astable multivibrators. Add a smallish capacitor and an BJT to the output – and tadah!, you've got a flasher.
Another option is going the same route as the manufacturer of the board you're looking at: Get some logic to do your work; a 0.30€ attiny would absolutely do the job.
¹ The 51 in the name might hint it's a 8051 core clone, but that's not going to help anyone – that thing, if programmable, is very likely only programmable once.
$endgroup$
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
3 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
3 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
2 hours ago
add a comment |
$begingroup$
The fact that there's multiple operating modes indicates that HH5K1 is not in fact a simple device, but most probably a cheap microcontroller¹ or dedicated ASIC that does the blinking.
I'm afraid that means you can't swap anything to do what you want.
So, build a flasher from scratch that does what you want. I rarely do that, but here, using a NE555 might be the simplest thing to do; there's plenty of online circuit example that you can refer to, but frankly, the application examples in the datasheet(s) do contain astable multivibrators. Add a smallish capacitor and an BJT to the output – and tadah!, you've got a flasher.
Another option is going the same route as the manufacturer of the board you're looking at: Get some logic to do your work; a 0.30€ attiny would absolutely do the job.
¹ The 51 in the name might hint it's a 8051 core clone, but that's not going to help anyone – that thing, if programmable, is very likely only programmable once.
$endgroup$
The fact that there's multiple operating modes indicates that HH5K1 is not in fact a simple device, but most probably a cheap microcontroller¹ or dedicated ASIC that does the blinking.
I'm afraid that means you can't swap anything to do what you want.
So, build a flasher from scratch that does what you want. I rarely do that, but here, using a NE555 might be the simplest thing to do; there's plenty of online circuit example that you can refer to, but frankly, the application examples in the datasheet(s) do contain astable multivibrators. Add a smallish capacitor and an BJT to the output – and tadah!, you've got a flasher.
Another option is going the same route as the manufacturer of the board you're looking at: Get some logic to do your work; a 0.30€ attiny would absolutely do the job.
¹ The 51 in the name might hint it's a 8051 core clone, but that's not going to help anyone – that thing, if programmable, is very likely only programmable once.
edited 3 hours ago
answered 3 hours ago
Marcus MüllerMarcus Müller
35.5k363101
35.5k363101
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
3 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
3 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
2 hours ago
add a comment |
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
3 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
3 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
2 hours ago
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
3 hours ago
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
3 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
3 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
3 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
2 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
2 hours ago
add a comment |
$begingroup$
FWIW, here's the schematic:

simulate this circuit – Schematic created using CircuitLab
You could desolder the HH5K1 and put a PIC10F200 in its place (after programming it, of course).
- Pin 2 would connect to BAT-
- Pin 6 would connect to BAT+
- Pin 4 would connect to R2 and the MOSFETs
You'd just need to add a wire between pins 5 (Vdd) and 6 to power the chip.
$endgroup$
$begingroup$
Thank you Dave. That sounds like a good suggestion. I have never tried programming PIC's so it all a bit new to me. I will have to investigate this option.
$endgroup$
– FerryMan69
59 mins ago
add a comment |
$begingroup$
FWIW, here's the schematic:

simulate this circuit – Schematic created using CircuitLab
You could desolder the HH5K1 and put a PIC10F200 in its place (after programming it, of course).
- Pin 2 would connect to BAT-
- Pin 6 would connect to BAT+
- Pin 4 would connect to R2 and the MOSFETs
You'd just need to add a wire between pins 5 (Vdd) and 6 to power the chip.
$endgroup$
$begingroup$
Thank you Dave. That sounds like a good suggestion. I have never tried programming PIC's so it all a bit new to me. I will have to investigate this option.
$endgroup$
– FerryMan69
59 mins ago
add a comment |
$begingroup$
FWIW, here's the schematic:

simulate this circuit – Schematic created using CircuitLab
You could desolder the HH5K1 and put a PIC10F200 in its place (after programming it, of course).
- Pin 2 would connect to BAT-
- Pin 6 would connect to BAT+
- Pin 4 would connect to R2 and the MOSFETs
You'd just need to add a wire between pins 5 (Vdd) and 6 to power the chip.
$endgroup$
FWIW, here's the schematic:

simulate this circuit – Schematic created using CircuitLab
You could desolder the HH5K1 and put a PIC10F200 in its place (after programming it, of course).
- Pin 2 would connect to BAT-
- Pin 6 would connect to BAT+
- Pin 4 would connect to R2 and the MOSFETs
You'd just need to add a wire between pins 5 (Vdd) and 6 to power the chip.
answered 1 hour ago
Dave Tweed♦Dave Tweed
125k10155269
125k10155269
$begingroup$
Thank you Dave. That sounds like a good suggestion. I have never tried programming PIC's so it all a bit new to me. I will have to investigate this option.
$endgroup$
– FerryMan69
59 mins ago
add a comment |
$begingroup$
Thank you Dave. That sounds like a good suggestion. I have never tried programming PIC's so it all a bit new to me. I will have to investigate this option.
$endgroup$
– FerryMan69
59 mins ago
$begingroup$
Thank you Dave. That sounds like a good suggestion. I have never tried programming PIC's so it all a bit new to me. I will have to investigate this option.
$endgroup$
– FerryMan69
59 mins ago
$begingroup$
Thank you Dave. That sounds like a good suggestion. I have never tried programming PIC's so it all a bit new to me. I will have to investigate this option.
$endgroup$
– FerryMan69
59 mins ago
add a comment |
FerryMan69 is a new contributor. Be nice, and check out our Code of Conduct.
FerryMan69 is a new contributor. Be nice, and check out our Code of Conduct.
FerryMan69 is a new contributor. Be nice, and check out our Code of Conduct.
FerryMan69 is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Electrical Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f435695%2fhow-to-reduce-led-flash-rate-frequency%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown