this post was submitted on 08 Jun 2026
320 points (99.1% liked)
Technology
85208 readers
5112 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
"it was actually a PY32F002B, powered by a 24 MHz Arm Cortex M0+ processor. The chip also carried 24KB of flash storage and 3KB of static RAM"
To process a single button.
It's so you can have a spinny animation when you hit the button.
Because an existing SoC at scale is cheaper than a custom ASIC.
You see this all the time, custom keyboard running ARM+Linux, SmartNICs using RISC-V cores/FPGAs instead of ASIC accelerators. Even Microsoft refuses to commit to ASICs for network processing in their DCs and use FPGAs instead.
A vape is a battery connected to a button connected to a heating coil. You might want a single transistor. You don't need a software platform.
Sure, if you weren't competing with every other vape out there that has things like variable voltage settings (at least 3), a pre-heat feature, the ability to turn on/off with 5 presses, or to turn off automatically after 5-10 minutes without use, a low battery indicator, a charging indicator, a broken coil indicator...
Hmm, seems like you need a lot more than a battery, heating coil, button, and single transistor.
There is also a battery management system as well.
M0 processors are dirt cheap, especially in bulk.
They probably have a BMS library that takes a few Kb of flash.
The time it would take to make the design cost effective wouldn't be worth it.
Slap a less than a dollar mcu and be done with it.
Disclaimer: I don't smoke anything, so I don't know any details.
Wouldn't a button connected to a heating coil be a fire hazard? Is there no automatic shut-off based on temperature? If you add enough safety features, it might end up costing about the same as an embedded SoC.
All it would need is a thermal fuse/cutoff, like those in portable heating appliances (air fryers, grills etc.). I wonder what's needed to include a 10 second on & 30 seconds disabled timer, maybe it's cheaper
555 timer and a transistor or two, I think?
They also do some BMS stuff, and some support limited graphics and UI. Depedns on the moddle
You don't need a CPU at all for this trash