How to reduce LED flash rate (frequency)
.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
$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
$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
$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
New contributor
New contributor
asked 2 hours ago
FerryMan69FerryMan69
61
61
New contributor
New contributor
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
2 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
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
31 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
2 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
2 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
2 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
2 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 2 hours ago
answered 2 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
2 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
2 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
2 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
2 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
2 hours ago
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
2 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
2 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
2 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
31 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
31 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
31 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
31 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
31 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
31 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