
breadboardhub — Circuit Design Registry for Arduino, ESP32 & Raspberry Pi
为 Arduino、ESP32 和 Raspberry Pi 等平台设计电路、模拟和共享项目的开源注册表。
@locatornation · X
完整作品展
技术栈
60 projects

为 Arduino、ESP32 和 Raspberry Pi 等平台设计电路、模拟和共享项目的开源注册表。
@locatornation · X

通过 USB 为 ESP32-C3 e-ink 显示屏设计并发送自定义内容。
@SeimoDev · X
在 @adventurex_plan 拿到了一块由 @dot_mindreset 提供的 Quote/0 设备,感觉官方固件和 APP 不是很好用,Vibe Coding 做了一个自定义显示内容的固件和对应工具: Github: 在线使用: 注意事项: 1. 刷写固件前请备份原厂固件 2. 如果没有备份可以在 刷回官方固件 3. 该产品 NFC 采用云端链接动态跳转方案,如需修改目标链接,请使用原厂固件,通过“图片API”配置目标地址后并应用再刷写修改版固件 4. 如有 Bug 请发 Issuses

通过拖拽积木为 PiBlocks 机器人编程,无需编码经验,支持蓝牙控制。
@danenja · X
Unrot the brain. Build a robot.

通过交互式数字逻辑和Verilog编程题目练习硬件工程。
@Aimenbuilds · X
- leetcode for hardware engineers! We map job postings of hardware roles 1-1 to course requirements!

设计、模拟和学习从Arduino电路到火星漫游车的工程项目。
@piyushh_216h · X
Check out what I just built with Lovable! UES (Universal Engineering System) is an AI-powered multilingual engineering platform where students, engineers, researchers, and innovators can learn, build. Thank's spacex. @SpaceX @elonmusk .@sky

集成于AI编码工具中的项目管理,追踪决策、保持连贯。
@getpapi_ai · X
placed 3rd in the r/vibecoding vibejam 2026. It made me go viral in r/ohio It was my first ever jam entry, I'm also not a developer...or from Ohio. was planned, reviewed, shipped and currently managed by

在浏览器中计算圆周率,查找你的生日在其中的位置。
loveleyla2013 · V2EX
在线求 π 任意位的小工具,可以查到你的生日在 π 的多少位 ## 网页: https://roy2100.github.io/pi-calculator - 纯本地计算,用的 GMP 的 wasm 版本 - 如果你在网站上计算 PI 的 10000 位,理论上可以找到你的 4 位数生日 - 如果你在网站上计算 PI 的 1,000,000 位,理论上可以找到你的 6 位数生日 - 有兴趣的可以试试,还可以测试你的 CPU 单核性能 <img src="https://i.imgur.com/O9fTtni.jpeg" hight="200"></img>

按规格、零件号或描述搜索电子元器件。
hannesfur · HN
Stillwind – PCB part selection as constraint solving

在浏览器中完成60个Python编码挑战。
u/Funny-Temporary7465 · Reddit
Built a Python learning platform because I was bored of the existing options Hey everyone, I built PyTutor, a web app to learn Python by actually writing code from the first minute instead of watching videos. 60 challenges across 6 modules, a real Python editor in the browser (runs via Skulpt, no backend needed), a live variable inspector so you can see what your code is doing as it runs, and a certificate at the end. Built it with AI-assisted coding tools, which let me focus more on the

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared

Edge Python 是一个在浏览器中运行的轻量级 Python 解释器。
dylansuttonc · HN
When I started programming Edge Python more than six months ago, I was looking for a version of Python that weighed less than 200 kb so it could reach any device, sandboxed by design, built with browsers in mind, decoupled from the operating system and very fast. Today the closest competitor would be MicroPython. However, it did not solve my real problems or the problems of the people who use the project. * Managing async and blocking code on the event loop. MicroPython inherits CPython's blocki

为Claude Code和Codex设计的开源遥控器,支持iOS、Android和网页。
@Ex3NDR · X
Few days ago Happy had a birthday. Tried to refresh one of the most neglected part of it: our Happy Website: also i built a new harness called “rig”. i started to use at work recently instead of codex/claude code and i liked how it does work. i want to share this with everyone. it is a codex and cause code reimplemented using Pi, but keeping native prompts and expanded a little for uniformity (like added workflows to codex yay!). when something new released that is worthy of porting - i ask Sol to mim for prompts or read sources directly and i can have a feature within an hour. why this is needed? i was constantly blocked by the needing of integrating a lot of models together, which each has their own harness or many doesn’t have any, but i didn’t want to go too far from native and don’t like the idea of extensions - i want experience to be the same everywhere. i think configuration > extensions. more soon