Show HN: A Ruby IDE running on a microcontroller
在仅512KB内存的微控制器上跑起了Ruby IDE,硬核嵌入式极客不容错过。
I built AREA512, software that lets you write, compile, and run Ruby code entirely on the M5Stack Cardputer. https://github.com/engneer-hamachan/area5…
在仅512KB内存的微控制器上跑起了Ruby IDE,硬核嵌入式极客不容错过。
I built AREA512, software that lets you write, compile, and run Ruby code entirely on the M5Stack Cardputer. https://github.com/engneer-hamachan/area5…
让AI代理主动搞崩ESP32,却能精准定位传感器ISR栈溢出,支持千款开发板,嵌入式调试神器。
Article URL: https://github.com/GLechevalier/nff-core Comments URL: https://news.ycombinator.com/item?id=49366373 Points: 2 # Comments: 0
用Arduino UNO Q当Hermes Agent宿主,双芯片Linux+Arduino,4GB内存低成本搞定个人AI代理,省去VPS开销。
I’ve wanted to try out Hermes agent for a while now but I never wanted to run it on my own personal machine. I thought about maybe using a hosted VPS …
ESP32开源手机固件,刷机就能玩《Doom》,四兆内存跑出怀旧体验,极客DIY必看。
Article URL: https://github.com/mulfyx/wiphone-lab Comments URL: https://news.ycombinator.com/item?id=49114317 Points: 2 # Comments: 0
在3块ESP32-S3开发板上用ESP-NOW分布式运行5600万参数LLM,低成本边缘AI新玩法
Article URL: https://github.com/wladimiravila/esp32s3-distributed-ai Comments URL: https://news.ycombinator.com/item?id=49111137 Points: 2 # Comments:…
IT之家 7 月 29 日消息,KIOXIA(铠侠)当地时间今日宣布已开始出货新一代嵌入式闪存 UFS 5.0 的商业样品,预计 2026 年底量产。铠侠此前在今年 2 月宣布了 UFS 5.0 功能评估与互操作性测试样品的交付 。 JEDEC UFS 5.0 标准在物理层采用 MIPI M-PHY…
在不到10美元的ESP32上实现完整的OpenType文本整形与渲染,支持阿拉伯语、天城文等多种复杂文字,仅用320KB内存,无需预制资源,极具工程突破性。
Article URL: https://github.com/waruyama/flattype-cyd-demo Comments URL: https://news.ycombinator.com/item?id=49075016 Points: 3 # Comments: 1
IT之家 7 月 27 日消息,群晖科技 (Synology) 本月 22 日推出了机架式八盘位存储服务器 RackStation RS1226+。这一型号 面向拥有边缘和远程业务、需求精简且可靠数据管理的中小企业 ,另提供双电源版本 RS1226RP+。 RS1226+ 采用 19" 2U 外形规…
8美元微控制器跑LLM:2890万参数模型在ESP32上运行,极限压缩实现边缘AI。
Article URL: https://github.com/slvDev/esp32-ai Comments URL: https://news.ycombinator.com/item?id=49050512 Points: 10 # Comments: 0
IT之家 7 月 24 日消息,AMD 在 Advancing AI 2026 大会上正式宣布推出锐龙 AI 嵌入式 X100 处理器。该系列产品为物理 AI 领域带来了 "Halo" 级 x86 SoC 所具备的强大性能。 锐龙 AI 嵌入式 X100 家族 拥有工业级可靠性 , 可在恶劣环境中 …
专为Arduino和嵌入式设备设计的超简单图形编辑器,本地运行无需登录,直接生成C/C++代码,效率拉满!
Article URL: https://github.com/niklauslee/empix Comments URL: https://news.ycombinator.com/item?id=49000690 Points: 1 # Comments: 1
用 Rust 编程控制乐高赛车,实现 7-8 FPS 实时图传,FPV 遥控体验趣味拉满。
Article URL: https://dystroy.org/blog/picamobile/ Comments URL: https://news.ycombinator.com/item?id=48903145 Points: 3 # Comments: 1
首款用于检测CMSIS-SVD寄存器破坏性变化的CLI和GitHub Action,自动对比固件寄存器映射,防止兼容性问题。
Hi guys, I've been working on Regdrift, my first open-source project. It's a CLI and GitHub Action that compares two CMSIS-SVD files to check whether …
一款可直接在目标嵌入式Linux设备运行的静态C二进制安全审计工具,零依赖、全功能覆盖U-Boot与TPM2.0。
I just shipped a major new feature to my embedded linux auditing tool - the ability to audit the kernel on embedded hosts. The agent that runs on the …
复古硬核:在3.58MHz CPU和128KB RAM的SNES上跑Python,浏览器直接体验。
MicroPython (lexer, compiler and VM) on the SNES: 3.58 MHz 65816, 56 KB Python heap, 16-bit int. The REPL runs right inside the post via EmulatorJS an…
零基础学Arduino,掌握核心变量与数据类型,快速上手嵌入式开发。
Estructura del programa (setup + loop) Variables y tipos de datos Entradas y salidas digitales Entradas analógicas Control de flujo (if, for, while) E…
把Zephyr的设备树玩法带进ESP-IDF,硬件描述更优雅,嵌入式开发值得一试。
Article URL: https://github.com/oldrev/lwdt Comments URL: https://news.ycombinator.com/item?id=48685336 Points: 3 # Comments: 0
AI代码生成时代,嵌入式开发者反思C++、Python、Rust的选择是否还重要
Most of my professional work is in embedded systems, typically using C++. I've been doing more of my hobby work in Python (MicroPython/CircuitPython) …
硬件反馈驱动的迭代优化新范式,Embedded Arena为嵌入式系统场景提供高效搜索策略
arXiv:2606.16190v1 Announce Type: cross Abstract: Embedded devices from wildlife monitoring stations to clinical wearables require local AI inference …
嵌入图数据库新秀IssunDB,同时支持向量和文本搜索,性能与易用兼备的开源利器。
Article URL: https://github.com/IssunDB/issun-db Comments URL: https://news.ycombinator.com/item?id=48517069 Points: 2 # Comments: 0