this post was submitted on 08 Jun 2026
745 points (99.3% liked)

Technology

85245 readers
4812 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 news or articles.
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Aceticon@lemmy.dbzer0.com 20 points 1 day ago* (last edited 1 day ago) (2 children)

Well the PY32F002B (costing a few cents) even though it has a 32-bit (entry level) ARM core @ 24MHz is literally cheaper than older and less powerful microcontrollers.

Granted, if you don't do anything else than react to a push button it's still cheaper to use discrete electronic components than a microcontroller, but given that this device has a LiPo battery (meaning there's battery control involved) and judging by the picture a USB-C connector, there's probably a bit more digital logic in it, by which point a 3 cent microcontroller plus a cheap SMD crystal and some caps is cheaper than using discrete components.

The domain of embedded systems has evolved to the point that it's the best option for almost everything in consumer electronics, mainly because at the lower end there are so many stupidly cheap and easy to use choices were you don't run an OS in it but instead just a single block of single-threaded code directly on the bare metal accessing registers directly.

[–] merdaverse@lemmy.zip 6 points 16 hours ago* (last edited 16 hours ago)

It's crazy to think that this is basically more powerful than the Apollo Guidance Computer that got people onto the moon. It costs 3 cents, and we use it for shit like this and then throw it away. What spectacular waste.

[–] KairuByte@lemmy.dbzer0.com 11 points 23 hours ago (1 children)

Temperature control, likely something to keep track of how much is left in the device, and I’m betting I’m forgetting something.

I doubt discreet electronics can cut it at that point.

[–] Aceticon@lemmy.dbzer0.com 4 points 22 hours ago

Yeah, as per the analysis I did in another post, even a 555 and a couple of transistors to just blink an LED is more expensive than putting a microcontroller like this one there.