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
Which big number is bigger?
Rivers without rain
Pulling the rope with one hand is as heavy as with two hands?
Reducing vertical space in stackrel
Apply MapThread to all but one variable
A Strange Latex Symbol
What is Niska's accent?
What does the "ep" capability mean?
Minor Revision with suggestion of an alternative proof by reviewer
Is the 5 MB static resource size limit 5,242,880 bytes or 5,000,000 bytes?
Why other Westeros houses don't use wildfire?
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
Why was the Spitfire's elliptical wing almost uncopied by other aircraft of World War 2?
Combinable filters
Is there a way to get a compiler for the original B programming language?
Will tsunami waves travel forever if there was no land?
Why do Computer Science majors learn Calculus?
Please, smoke with good manners
Why do games have consumables?
US visa is under administrative processing, I need the passport back ASAP
How come there are so many candidates for the 2020 Democratic party presidential nomination?
What does it mean to express a gate in Dirac notation?
Is there really no use for MD5 anymore?
Packing rectangles: Does rotation ever help?
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
$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 11 hours ago
FerryMan69FerryMan69
161
161
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
11 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
11 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
11 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
9 hours ago
$begingroup$
If you want to learn to program PICs, this is a great first project. If you don't it will seem like a lot of fuss.
$endgroup$
– Dannie
2 hours 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
11 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
11 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
11 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
11 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
11 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
11 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 11 hours ago
answered 11 hours ago
Marcus MüllerMarcus Müller
35.6k363101
35.6k363101
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
11 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
11 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
11 hours ago
add a comment |
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
11 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
11 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
11 hours ago
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
11 hours ago
$begingroup$
Thank you, Marcus for your super fast reply. I appreciate your help.
$endgroup$
– FerryMan69
11 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
11 hours ago
$begingroup$
Thanks for the kind words – I'd accept an upvote, then!
$endgroup$
– Marcus Müller
11 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
11 hours ago
$begingroup$
Its the least I can do. Up voted.
$endgroup$
– FerryMan69
11 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
9 hours ago
$begingroup$
If you want to learn to program PICs, this is a great first project. If you don't it will seem like a lot of fuss.
$endgroup$
– Dannie
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
9 hours ago
$begingroup$
If you want to learn to program PICs, this is a great first project. If you don't it will seem like a lot of fuss.
$endgroup$
– Dannie
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$
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 10 hours ago
Dave Tweed♦Dave Tweed
126k10155269
126k10155269
$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
9 hours ago
$begingroup$
If you want to learn to program PICs, this is a great first project. If you don't it will seem like a lot of fuss.
$endgroup$
– Dannie
2 hours 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
9 hours ago
$begingroup$
If you want to learn to program PICs, this is a great first project. If you don't it will seem like a lot of fuss.
$endgroup$
– Dannie
2 hours 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
9 hours 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
9 hours ago
$begingroup$
If you want to learn to program PICs, this is a great first project. If you don't it will seem like a lot of fuss.
$endgroup$
– Dannie
2 hours ago
$begingroup$
If you want to learn to program PICs, this is a great first project. If you don't it will seem like a lot of fuss.
$endgroup$
– Dannie
2 hours 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