
breadboardhub — Circuit Design Registry for Arduino, ESP32 & Raspberry Pi
Simulate, fork, and share circuit designs for Arduino, ESP32, Raspberry Pi, and other microcontrollers.
@locatornation · X
The full gallery
Tech stack
60 projects

Simulate, fork, and share circuit designs for Arduino, ESP32, Raspberry Pi, and other microcontrollers.
@locatornation · X

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

Build robot programs by snapping blocks together with drag-and-drop simplicity and wireless Bluetooth control.
@danenja · X
Unrot the brain. Build a robot.

Practice hardware engineering through interactive digital logic and Verilog coding problems.
@Aimenbuilds · X
- leetcode for hardware engineers! We map job postings of hardware roles 1-1 to course requirements!

Design, simulate, and learn engineering projects from Arduino circuits to Mars rovers.
@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

Manage your AI-built projects inside Cursor, Claude Code, Bolt, and other AI development tools.
@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

Compute arbitrary digits of pi in your browser and locate your birthday within them.
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>

Search for electronic components by specs, part number, or description.
hannesfur · HN
Stillwind – PCB part selection as constraint solving

Learn Python by solving 60 coding challenges in a browser-based editor.
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

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
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

A lightweight Python runtime that runs in your browser, weighing under 200 KB.
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

Open-source remote control for Claude Code and Codex on iOS, Android, and web.
@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