惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
I
InfoQ
B
Blog RSS Feed
D
DataBreaches.Net
S
SegmentFault 最新的问题
P
Proofpoint News Feed
A
About on SuperTechFans
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
小众软件
小众软件
博客园 - Franky
有赞技术团队
有赞技术团队
D
Docker
T
Tailwind CSS Blog
雷峰网
雷峰网
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
V
Visual Studio Blog
宝玉的分享
宝玉的分享
爱范儿
爱范儿

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Microchip June 2026: AVR LA Family [pdf]
dragontamer · 2026-06-28 · via HN's home page

In my hobby projects, I tend to use the AVR line. Starting from ATMega328p over a decade ago, the AVR line has always had a special place in my hobby toolbox.

Browsing a bit on Microchip's blog, I discovered that the a new line of chips, the AVR LA, was announced this month (June 2026). This surprisingly continues the tradition of 8-bit microcontrollers into the year of 2026.

Looking over the specs sheet, it seems like Microchip is really selling this as a Capacitive Touch controller, with improvements against noise?? (Something about a driven shield + extra boost? Maybe a voltage boost for faster touch sensing?)

I don't fully understand the capacitive touch side, but its something that Microchip has often included in various AVR chips.

The other tidbits I've noticed is how much weaker / cheaper the specs seem to be compared to AVR DD or AVR EB released in the past 5 years. 10-bit ADC (instead of 12-bit on the DD). Fewer comparators. No "special features" (AVR DB had op-amps as part of the package. AVR EA had programmable-gain differential ADC capable of detecting differences of just a dozen microvolts of change....)

AVR LA however? Seemingly all focused on capacitive-touch features. Maybe someone in this topic can talk if this "driven shield" thing is worth all the effort.

That being said: the AVR LA seems to come in at a significantly lower cost, closer to the 50-cents @5k price point.

There's a few misc changes. "TimerA" (which has been present for years) seems to have been completely replaced by "TimerE". Capabilities wise that's fine, TimerE seems better than TimerA in all ways I can think of... but anyone who built code on the older timer might have some code rewriting before they can use this new chip.

Finally, 1.62V is a few hundredths of a volt lower than previous specs (of 1.8V from earlier models). Someone out there probably is excited about ever so slightly better battery lives from this.