this post was submitted on 12 Feb 2025
143 points (96.1% liked)

Technology

62161 readers
4687 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] fruitycoder@sh.itjust.works 4 points 2 days ago (2 children)

Because you could design all of those feature in analog, and make custom boards for every change or have one board you update every few years based on supply, cost, and maybe power performance, but make and adjust features on a minute by minute basis if want to.

The driver, power source, etc can all be more easily separated from the logic too. It could be tiny, or massive. Same software, same controller.

[–] ExcessShiv@lemmy.dbzer0.com 3 points 2 days ago (2 children)

Its a flashlight, not exactly a field in raging development.

Honestly I'm thinking it's because it's cheaper to have programmers doing simple FW programming for things than it is to have engineers design the required circuits. There are so many things with microprocessors in today that just does not actually need it but it was the lazy option. It opens stupid avoidable avenues of vulnerabilities.

[–] Monument 3 points 2 days ago (1 children)

My girlfriend asked why I carry a gun around the house? 
I looked her dead in the eye and said, "the motherfucking decepticons". She laughed, I laughed, the toaster laughed, I shot the toaster, it was a good time.

…. I don’t know. It’s just what came to mind when I thought of household appliances being hijacked.

[–] ExcessShiv@lemmy.dbzer0.com 2 points 2 days ago

I love it,keep up the good work Scotty!

[–] anomnom@sh.itjust.works 2 points 2 days ago* (last edited 2 days ago)

Cheaper components and manufacture to use a dedicated microcontroller to run PWM to dim the LEDs than something like a 555 and transistors to change its logic/capacitor path to vary brightness.

They even may use the same micro for charging lipo batteries, not sure since there are dirt cheap chips for that too.

The fact that people have bothered to modify such basic firmware is pretty funny though.

[–] JustEnoughDucks@feddit.nl 2 points 2 days ago (1 children)

Or you use one GreenPak device and OTP it based on the model and have it cheaper and more reliable, any supporting circuits like drivers, FETs, bulk capacitance, etc.. Would have to be designed per-model anyway on MCU based design.

[–] fruitycoder@sh.itjust.works 1 points 20 hours ago (1 children)

Is there are particular GreenPak device hobbiest can use? They look interesting personally

[–] JustEnoughDucks@feddit.nl 2 points 19 hours ago

SLG46826V-DIP SLG47115V-DIP SLG47004V-DIP

These are the breakout boards of their respective chips.

These chips are the 3 "multiple time programmable" chips in their line (if I have the right ones, I put them in my mouser list a while ago). Which means that once you program them, they aren't burned in with those settings and can be reused.

There is also a "debug mode" where you don't program them at all but program all the settings after boot so that the settings are cleared again after the chip is repowered. I have never used it, but that is what the renesas rep told us during our technical call at work.

They are super handy at getting rid of all of the logic needed for amplifiers, CC/CV circuits, etc...