Hardware design and hardware hacking.
I design circuit boards and the power electronics on them, and I write whatever firmware those boards need to do their job. Most of what I build is for something that actually has to work afterwards like solar charge controllers, heating and lighting control, rack hardware, instruments for my own bench.
The other half of what I enjoy is taking hardware that was never meant to be opened and making it do something else: an automotive instrument cluster moved off its factory OS onto mainline Linux, a laptop with a dead GPU brought back at board level, a phone running an OS its manufacturer never shipped.
The longest running thing here. The version number goes up when I order a complete new build, not for individual board revisions, and every one of those versions was a real hardware overhaul rather than a tidy-up.
Before any of them there was an ATmega328P, a 16x2 character display and some other parts soldered together. It worked, it was just far too impractical to actually carry around. I called it V1 at the time, which is why the early files are numbered one ahead of how I count the versions now. I think of it as V0.
V1 was the first properly complex PCB I designed. It had plenty of problems but I still used it for over a year. V2 was a disaster: I tried to make it smaller and gave no thought to how it would actually sit in a case and work, so it never did. V3 went back to V1 dimensions and worked well. V4 repeated the V2 mistake. V5 was one of the most successful ones and also lasted me over a year. V6 is what I wear now.
The big change in V6 was dropping the ESP32-S3 that every earlier version used and moving to an STM32U575. That was the right call, and it was also my first major project on an STM32. I learned a lot from it and I have used STM32s for almost everything since, where before that it was ESP32s everywhere.
V6 is four microcontrollers across a stack of boards: the STM32U575 running the watch, an STM32L031 for the LEDs, an STM32G031 for the keyboard, and an nRF52810 bridging to a phone over BLE with an Android service on the other end. The case takes swappable modules, a multimeter and a general-purpose board on a shared template.
The most recent work was redesigning the top board, the one carrying the display, RFID tag, programming ports, low power LED and IMU. I did not count that as V7 because it was not a complete overhaul. V6 has been working well for over a year and I have not found enough wrong with it to justify a new version yet.
Two synchronous buck phases on one input and one output, interleaved 180°, switching at 100 kHz off the STM32G474's HRTIM with hardware dead-time. Peak current is caught cycle-by-cycle by an on-chip comparator wired into HRTIM's external-event input, so a fault kills the gate drive without software involved.
It has been running for over a week now as the main charger for a 3 x 400 W array into a 12 V bank. At full power each phase averages about 35 A and peaks at 50 A. I designed the board for 60 A peak per phase, but the high-side MOSFET sits at 101 C by 50 A, so that headroom is not usable as built.
The tracker took five code rewrites. The perturb-and-observe loop kept marching away from the maximum power point, and four of those attempts fixed symptoms rather than the structural fault that was muting it. Adding diode emulation for discontinuous conduction changed the plant order and set the voltage loop oscillating, which was its own problem to solve.
An i.MX6 instrument cluster out of a car, stripped of its factory OS and brought up on mainline U-Boot and Linux 6.18 so it can work as a wall dashboard. The companion MCU is desoldered, it is controlled over MQTT, and it runs a kiosk browser on the Vivante GPU through etnaviv.
Two boards and three display configurations, including a 12.3" 1920 x 720 dual-channel panel with a second screen behind an LVDS encoder, all boot one kernel, one rootfs and one U-Boot binary. Only the device tree differs.
Shelf inventory for components, keyed by LCSC part number and backed by PostgreSQL. Every package has a shelf and a position; the system decides where a new package goes, tells me where to put it, and decrements the count when a board gets built. Slot allocation sits in the API rather than the clients, so the phone scanner, the web console and the CLI cannot disagree about where something went.
It currently holds about 30,000 components across 701 different part numbers, and there is a good deal more sitting in boxes that I have not got around to entering. The shelves are nearly full and I do not have time to expand them.
Two computers in a briefcase, one a server and one for personal use, plus a Radxa X4 and an RB2011 router, all running off a lead-acid battery backup so the whole thing keeps working when mains power goes away.
The power system is most of the work and all of it is my own boards: a pico-PSU board for each of the two computers, a battery management board, a switch board that reroutes everything from the main supply to the batteries when power fails, and a control board. They talk to each other over CAN, which is also how they get firmware updates, through a CAN bootloader I wrote for it.
I wanted this finished before university. Then I started working on other things instead, which is the usual pattern here, so it is not done. It does work as it stands, there are just features I planned that are not in it yet. I will come back to it.
A USB sound card and an active 2.1 crossover on one board. The STM32H743 presents itself to the host as a USB Audio Class device at 48 kHz with custom descriptors, then splits the incoming stream with 501-tap FIR filters, low-pass to the subwoofer and high-pass to left and right, using the CMSIS-DSP fixed-point routines. The output goes straight into class-D stages on the same board.
Three SAI streams run at once, two out for the speakers and the sub and one in for a microphone, so it works as a capture device as well. Volume and mute can come either from the host or from the physical pots on the board.
A whole small computer on a Colorlight i9+: a 6502 at 5 MHz, 16 KB each of RAM and ROM, 40 x 25 colour text on VGA with a character set you can rewrite at runtime, PS/2 keyboard, 115200 serial, four sound channels and a hardware random generator. Video, keyboard, serial and sound are all confirmed on the real board.
The testbenches measure what the hardware actually does rather than checking a register reads back what was written. The CPU passes the full Klaus Dormann functional suite, the UART is checked against an independent bit generator, and the sound channels' pitches are timed and converted back to hertz. The board's 25 MHz crystal is the pixel clock, so the VGA build needs no PLL and no vendor IP at all.
Fusion 360 for enclosures, and a working knowledge of how to get good parts out of bad 3D printers. Tedious, but it is part of finishing a project.
I have just finished secondary school and start university this autumn. I studied IT there, mostly networking, but the electronics has always been the part I actually cared about, and most of it was self-taught alongside.
Nearly everything here exists because something needed to exist. The house runs on solar, so it needed a charge controller and a battery monitor. The workshop needed to know which shelf a package was on. The rack needed a CAN controller, an e-fuse and power management boards for the laptops. I also rebuild things that already exist, fairly often, because I would rather understand a thing than buy it and because I can change my own version later.
I prefer open and modifiable things, which is most of why I have run Linux everywhere since 2019.
A fair warning about the list below: I am much better at starting than at finishing. A lot of these boards were designed, ordered, assembled, brought up, and then left on the table working, but never put in a case or written up. I usually do come back to them, just six months or a year later than I meant to. So the index is honest rather than flattering: it shows what got designed, and separately what actually got made.
Everything on disk. "Made" is taken from my JLCPCB order history, so a board ordered somewhere else, or uploaded under a different file name, will show as not made. 48 orders from the EasyEDA years cannot be matched to a project name at all, which is why those rows show a question mark rather than a no.
| Name | Type | Family | Detail | Made | Date |
|---|---|---|---|---|---|
| Node overnight parking | Systems | Homelab | Incus + rtcwake S3 suspend and restore | 2026-08-28 | |
| Car instrument cluster | Systems | Displays | i.MX6 - mainline 6.18 + Buildroot, was QNX | 2026-08-27 | |
| Soldering-station TUI | Systems | Workshop | Python curses, autostart BOM picker | 2026-08-24 | |
| teplomery | Software | Home automation | Rust - 16 sensors, table-driven | 2026-08-23 | |
| hacore | Software | Home automation | Rust - MQTT, InfluxDB, HA dashboard, SQLite | 2026-08-23 | |
| PartDB | Software | Workshop | PostgreSQL inventory - API, CLI, web, Android | 2026-08-22 | |
| n6502 | FPGA | n6502 | XC7A50T - 6502 SoC, VGA, PS/2, UART, sound | 2026-08-21 | |
| Audio SBC | Systems | House amp | STM32MP157 SBC - Buildroot, CamillaDSP, Snapcast | 2026-08-19 | |
| lights | Software | Home automation | Rust, on hacore | 2026-08-13 | |
| pv-control | Software | Home automation | Rust, on hacore | 2026-08-12 | |
| Proper-MPPT | Firmware | MPPT | STM32G474VET6 - HRTIM, COMP, FDCAN, VE.Direct | 2026-08-12 | |
| AC detector HDO sensor V1.0 | Board | Smart home | no | 2026-08-10 | |
| Smart watch (main) | Firmware | Smart watch | STM32U575VGT6 - scheduler, modules, HMAC | 2026-08-06 | |
| Smart watch keyboard controller | Firmware | Smart watch | STM32G031G8U6 | 2026-08-05 | |
| nRF52810 BLE bridge | Firmware | Smart watch | Framed full-duplex SPI with sequence numbers | 2026-08-04 | |
| Smart watch LED MCU | Firmware | Smart watch | STM32L031G6U6 | 2026-08-04 | |
| Android notification bridge | Software | Smart watch | Kotlin - phone-side BLE service | 2026-08-04 | |
| KRH flight controller | Firmware | Drone | STM32H743 - 1 kHz gyro, Mahony attitude, PID | 2026-08-03 | |
| Middle board V1.1 | Board | Smart watch | Watch V6 | yes 2025-06-18 | 2026-07-30 |
| Top board V2.0 | Board | Smart watch | Watch V6 | yes 2026-06-25 | 2026-07-18 |
| Power stage V1.0 | Board | MPPT | MPPT | yes 2026-06-15 | 2026-07-03 |
| Control board V1.0 | Board | MPPT | MPPT | yes 2026-06-15 | 2026-07-03 |
| CAN controller | Board | Rack | yes 2026-06-03 | 2026-06-29 | |
| CAN bootloader test | Firmware | Tools | STM32F405RG target | 2026-06-29 | |
| CAN bootloader | Firmware | Tools | Field update over CAN | 2026-06-29 | |
| Input board V1.0 | Board | MPPT | MPPT, planned front end | no | 2026-06-27 |
| Phone (Evolution X) | Systems | Devices | Evolution X on Redmi Note 11 Pro | 2026-06-24 | |
| SBC interposer | Board | Rack | House amp | yes 2026-06-04 | 2026-06-19 |
| 8-channel amp | Board | Rack | House amp | yes 2026-06-04 | 2026-06-19 |
| SATA power | Board | Rack | no | 2026-06-14 | |
| Power eFuse | Board | Rack | no | 2026-06-07 | |
| Overvoltage protection | Board | Rack | no | 2026-06-06 | |
| Laptop controller | Board | Rack | yes 2026-06-03 | 2026-06-06 | |
| 24 V distribution | Board | Rack | no | 2026-06-05 | |
| Amp controller | Firmware | Audio | ESP8266 | 2026-05-20 | |
| Power LED light V1.0 | Board | Smart home | no | 2026-05-11 | |
| Large digital clock | Firmware | Smart home | ESP32-S3 | 2026-05-10 | |
| CAN trace decoder | Software | Instruments | Python | 2026-05-09 | |
| STM32MP157 test V1.1 | Board | Rack | no | 2026-04-25 | |
| PicoPSU | Firmware | Briefcase PC | STM32F412RE | 2026-04-22 | |
| cangaroo (fork) | Software | Instruments | Qt CAN bus analyser | 2026-04-21 | |
| BatteryBoard | Firmware | Briefcase PC | STM32F412RE | 2026-04-07 | |
| SwitchBoard | Firmware | Briefcase PC | STM32F412RE | 2026-04-04 | |
| SwitchBoard V1.1 | Board | Briefcase PC | Briefcase PC | yes 2026-03-16 | 2026-04-03 |
| PicoPSU V1.0 | Board | Briefcase PC | Briefcase PC | yes 2026-03-16 | 2026-04-03 |
| BatteryBoard V1.0 | Board | Briefcase PC | Briefcase PC | yes 2026-03-16 | 2026-04-03 |
| STM32MP157 test V1.0 | Board | Rack | no | 2026-03-31 | |
| HV buck module V1 | Board | Battpack | no | 2026-03-29 | |
| STM32 DSP V2.0 | Board | Audio | no | 2026-03-28 | |
| PSU template | Board | Battpack | no | 2026-03-28 | |
| Kelvin measurement board | Board | Competition | no | 2026-03-25 | |
| Ceramic substrate board 2 | Board | Competition | no | 2026-03-25 | |
| Ceramic substrate board 1 | Board | Competition | no | 2026-03-25 | |
| Competition tester A10 (2026) | Board | Competition | no | 2026-03-24 | |
| Briefcase PC template | Board | Briefcase PC | no | 2026-02-22 | |
| ScopeDisplay | Firmware | Instruments | ESP32 | 2026-02-21 | |
| SwitchBoard V1.0 | Board | Briefcase PC | Briefcase PC | no | 2026-02-17 |
| Mini-PC controller | Firmware | Mini-PC | STM32F411CE | 2026-02-09 | |
| Remote 3 | Firmware | Smart home | ESP32-C3 | 2026-02-08 | |
| Drone ESP32 | Firmware | Drone | ESP32 | 2026-02-05 | |
| Window opener | Firmware | Smart home | ESP32-C3 | 2026-02-02 | |
| Motor driver 02 | Board | Motor drive | no | 2026-01-31 | |
| MPPT V3 POWER | Board | Smart home | no | 2026-01-31 | |
| Motor driver 01 | Board | Motor drive | no | 2026-01-30 | |
| STM32 DSP V1.0 | Board | Audio | yes 2025-12-28 | 2026-01-28 | |
| Multimeter V3.0 PCB1 | Board | Smart watch | Watch module | no | 2026-01-28 |
| Drone V4.0 | Board | Drone | yes 2025-12-26 | 2026-01-23 | |
| CH572D bring-up | Firmware | Bring-up | WCH RISC-V | 2026-01-20 | |
| CH32V003 bring-up | Firmware | Bring-up | WCH RISC-V | 2026-01-19 | |
| Audio DSP V1.0 | Firmware | Audio | STM32H743 | 2026-01-18 | |
| STM32H743VIT6 bring-up | Firmware | Bring-up | WeAct H743 | 2026-01-16 | |
| General use module V2.0 | Board | Smart watch | Watch module | yes 2025-12-23 | 2026-01-09 |
| Multimeter V3.0 PCB2 | Board | Smart watch | Watch module | no | 2026-01-06 |
| STM32H723VGT bring-up | Firmware | Bring-up | WeAct H723 | 2025-12-30 | |
| Module template | Board | Smart watch | Watch module | no | 2025-12-29 |
| General use module V1.0 | Board | Smart watch | Watch module | yes 2025-12-04 | 2025-12-23 |
| Glasses hub V1.0 | Board | Mini-PC | yes 2025-12-20 | 2025-12-20 | |
| Mini PC V2.0 | Board | Mini-PC | yes 2025-12-18 | 2025-12-18 | |
| MIPI to USBC V1 | Board | Mini-PC | no | 2025-12-18 | |
| Practice board (2025) | Board | Competition | no | 2025-11-20 | |
| Competition board A4 (2025) | Board | Competition | no | 2025-11-20 | |
| Furnace controller V4 | Board | Smart home | no | 2025-11-15 | |
| Small V1 | Board | Mini-PC | no | 2025-11-13 | |
| KORA ground station | Firmware | KORA | STM32F407 | 2025-11-01 | |
| KORA flight computer | Firmware | KORA | STM32F407 - RadioLib, BNO055, SPL06 | 2025-11-01 | |
| IMU test | Firmware | Drone | STM32F407VET6 | 2025-10-24 | |
| Competition board, school stage (2025) | Board | Competition | no | 2025-10-22 | |
| Photovoltaic controller | Firmware | Smart home | STM32F411CE | 2025-10-14 | |
| IMU 2.0 | Board | Drone | yes 2025-10-04 | 2025-10-04 | |
| VHDL HDMI out | FPGA | Video | HDMI transmitter experiments | 2025-10-02 | |
| HDMI / VGA experiments | FPGA | Video | Colorlight boards | 2025-10-02 | |
| xvcd for CH347 | FPGA | Tools | Xilinx virtual cable over CH347 JTAG | 2025-09-30 | |
| Boiling controller | Firmware | Smart home | STM32F411CE | 2025-09-22 | |
| Miltimeter V1.0 | Board | Instruments | no | 2025-09-13 | |
| Smart watch (rewrite) | Firmware | Smart watch | STM32U575VGT6 | 2025-09-07 | |
| Victron device controller | Firmware | Smart home | ESP32-S2 - VE.Direct | 2025-09-06 | |
| STM UART controller | Firmware | Tools | STM32G030F6 | 2025-09-06 | |
| Photovoltaic controll board V1.0 | Board | Smart home | yes 2025-08-19 | 2025-09-05 | |
| Hand controller V1.0 | Board | VR | no | 2025-09-01 | |
| Mini thermometer V2.0 | Board | Smart home | no | 2025-08-29 | |
| LoRa Gateway V1.0 | Board | Smart home | yes 2025-08-03 | 2025-08-24 | |
| Simple LoRa gateway | Firmware | RF | ESP32-S2 | 2025-08-21 | |
| Furnace controller v2 | Firmware | Smart home | ESP32-S2 | 2025-08-21 | |
| PV system controller | Firmware | Smart home | STM32F411CE | 2025-08-10 | |
| Mini PC V1.0 | Board | Mini-PC | Mini PC V1 | yes 2025-07-24 | 2025-07-24 |
| Radxa X4 / RPi test | Firmware | Bring-up | RP2040 | 2025-07-22 | |
| IMU | Board | Drone | yes 2025-07-17 | 2025-07-22 | |
| RP2040 test | Firmware | Bring-up | RP2040 | 2025-07-11 | |
| MPPT data processing | Software | MPPT | Python analysis of tracker logs | 2025-07-11 | |
| Mini PC V1.0 Battery board | Board | Mini-PC | Mini PC V1 | yes 2025-07-07 | 2025-07-09 |
| Ring controller V2.2 | Board | Ring controller | no | 2025-06-27 | |
| Ring controller V2.1 | Board | Ring controller | yes 2024-07-16 | 2025-06-24 | |
| Top board V1.1 | Board | Smart watch | Watch V6 | yes 2025-06-18 | 2025-06-18 |
| LED board V1.1 | Board | Smart watch | Watch V6 | yes 2025-06-18 | 2025-06-18 |
| Smart home dashboard | Software | Home automation | Python service and web UI | 2025-06-09 | |
| USBLoRa V1.0 | Board | RF | no | 2025-05-24 | |
| Power distribution board V3.0 | Board | power distribution board | no | 2025-05-17 | |
| Top board V1 | Board | Smart watch | Watch V6 | no | 2025-05-10 |
| STM32U575VGTx bring-up | Firmware | Bring-up | Custom variant | 2025-05-10 | |
| Middle board V1 | Board | Smart watch | Watch V6 | no | 2025-05-10 |
| LED board V1 | Board | Smart watch | Watch V6 | no | 2025-05-10 |
| Laptop with broken GPU | Systems | Repair | Board-level diagnosis, coreboot | 2025-05-09 | |
| Custom FIDO key | Systems | Devices | pico-fido on ESP32-S3 | 2025-05-09 | |
| STM32F407VET6 bring-up | Firmware | Bring-up | 2025-05-08 | ||
| Drone V3.0 | Board | Drone | yes 2025-04-15 | 2025-05-07 | |
| CRT terminal | Firmware | Displays | STM32F411CE | 2025-05-04 | |
| UART+STLINK breakout for uni prog | Board | Breakouts | yes 2025-04-27 | 2025-04-27 | |
| Power distribution board V2.0 | Board | power distribution board | yes 2025-04-27 | 2025-04-27 | |
| Battery meter | Firmware | Smart home | STM32F103C8 | 2025-04-27 | |
| Shelf labels | Software | Workshop | Generated PDF labels | 2025-04-25 | |
| Uni prog v1.0 | Board | Tools | yes 2025-04-06 | 2025-04-23 | |
| Mechanical calculator V1 | Firmware | Curiosities | ESP32-S3 | 2025-04-21 | |
| Mechanical calculator server | Software | Curiosities | Python API | 2025-04-19 | |
| Drone joystick / PID tuner | Software | Drone | UDP PID tuning UI | 2025-04-17 | |
| Pump controller V1 | Board | Smart home | yes 2025-04-12 | 2025-04-12 | |
| Battery thermometer V1.0 | Board | Smart home | yes 2025-04-11 | 2025-04-11 | |
| dapboot | Systems | Tools | DFU bootloader for STM32 | 2025-03-23 | |
| STM32F411CEU6 bring-up | Firmware | Bring-up | 2025-03-23 | ||
| Black Magic Probe | Systems | Tools | Debug probe firmware | 2025-03-23 | |
| MPPT controller (v1) | Firmware | MPPT | STM32G431CB, custom variant | 2025-03-21 | |
| Competition board (2025) | Board | Competition | no | 2025-03-19 | |
| Thermometer (small) | Firmware | Smart home | ESP8266 D1 mini | 2025-03-12 | |
| Light switch | Firmware | Smart home | ESP8266 | 2025-03-12 | |
| LED strip controller | Firmware | Smart home | ESP8266 | 2025-03-12 | |
| Thermometer clock v2.1 | Firmware | Smart home | ESP32-C3 | 2025-03-11 | |
| 12 V light controller V1 | Firmware | Smart home | ESP32-S2 | 2025-03-09 | |
| STM32G431CB bring-up | Firmware | Bring-up | 2025-03-07 | ||
| MPPT ALU V2.0 | Board | Smart home | yes 2025-02-25 | 2025-02-26 | |
| MPPT controller V2.0 | Board | Smart home | no | 2025-02-25 | |
| Drone V2.1 | Board | Drone | yes 2024-07-16 | 2025-02-14 | |
| Thermometer clock V2.1 | Board | Smart home | yes 2025-01-17 | 2025-01-31 | |
| Furnace controller V3 | Board | Smart home | yes 2024-07-10 | 2025-01-19 | |
| UPS V1.0 | Board | Power | no | 2025-01-12 | |
| Power meter V1.0 | Board | Smart home | no | 2025-01-12 | |
| AMP V4.0 | Board | Audio | no | 2024-12-30 | |
| DSP board V1 | Board | Audio | no | 2024-12-26 | |
| Thermometer clock V2.0 | Board | Smart home | no | 2024-12-19 | |
| Thermometer clock V1.0 | Board | Smart home | yes 2024-11-29 | 2024-12-19 | |
| LoRa filter | Board | Drone | yes 2024-12-01 | 2024-11-15 | |
| CH1116 | Board | Breakouts | yes 2024-11-05 | 2024-11-05 | |
| Competition board (2024) | Board | Competition | no | 2024-10-16 | |
| EMI demonstration | Board | Teaching | no | 2024-09-03 | |
| Battery monitor V2.0 | Board | Smart home | no | 2024-09-03 | |
| Solar controller V1.0 | Board | Smart home | yes 2024-08-18 | 2024-08-18 | |
| Battery monitor V1.0 | Board | Smart home | yes 2024-08-18 | 2024-08-18 | |
| The clock V2 | Board | Smart home | yes 2024-08-05 | 2024-08-05 | |
| Peltier unit V2 | Board | Thermal | no | 2024-07-20 | |
| High power boost regulator V1 | Board | Smart home | no | 2024-07-11 | |
| Ring controller V2 | Board | Ring controller | no | 2024-06-28 | |
| USB PD Charger V1.0 | Board | Smart home | yes 2024-06-23 | 2024-06-23 | |
| Ring controller V1.1 | Board | Ring controller | yes 2024-05-18 | 2024-06-07 | |
| Light switch V2.0 | Board | Smart home | no | 2024-05-23 | |
| USB PD Trigger V1 | Board | Power | yes 2024-05-18 | 2024-05-18 | |
| Drone V2 Main | Board | Drone | no | 2024-05-14 | |
| Pocket router V1.0 | Board | Smart home | no | 2024-05-09 | |
| Ring controller V1 | Board | Ring controller | no | 2024-04-28 | |
| Geiger counter module | Board | Smart watch | Watch module | no | 2024-03-12 |
| Voltmeter V2 | Board | Smart watch | Watch V5 addon | yes 2024-03-05 | 2024-03-05 |
| HV PSU | Board | Power | no | 2024-03-02 | |
| Zosilovač | Board (EasyEDA) | EasyEDA era | ? | ||
| Voice changer | Board (EasyEDA) | EasyEDA era | ? | ||
| Variable power supply | Board (EasyEDA) | EasyEDA era | ? | ||
| Valve controller + DS18B20 | Board (EasyEDA) | EasyEDA era | ? | ||
| V_A transistor | Board (EasyEDA) | EasyEDA era | ? | ||
| Usb-switch-ethernet | Board (EasyEDA) | EasyEDA era | ? | ||
| Upd-stuff | Board (EasyEDA) | EasyEDA era | ? | ||
| Universal-charger-v1 | Board (EasyEDA) | EasyEDA era | ? | ||
| Universal-buck-current-limit-01 | Board (EasyEDA) | EasyEDA era | ? | ||
| USB-amp-v1 | Board (EasyEDA) | EasyEDA era | ? | ||
| USB-amp-fixed | Board (EasyEDA) | EasyEDA era | ? | ||
| USB-amp-USB3.1 | Board (EasyEDA) | EasyEDA era | ? | ||
| USB-amp-6ch | Board (EasyEDA) | EasyEDA era | ? | ||
| USB-amp V2 | Board (EasyEDA) | EasyEDA era | yes 2024-04-14 | ||
| UNI-REG | Board (EasyEDA) | EasyEDA era | ? | ||
| Top board v2 | Board (EasyEDA) | EasyEDA era | ? | ||
| Top board | Board (EasyEDA) | EasyEDA era | yes 2023-09-15 | ||
| Tolerance test | Board (EasyEDA) | EasyEDA era | ? | ||
| Thermometer-small | Board (EasyEDA) | EasyEDA era | ? | ||
| The watch | Board (EasyEDA) | EasyEDA era | ? | ||
| Testpcb | Board (EasyEDA) | EasyEDA era | ? | ||
| Test-high-gain-_amp_ | Board (EasyEDA) | EasyEDA era | ? | ||
| Temp-probe | Board (EasyEDA) | EasyEDA era | ? | ||
| Temp-plate circular new | Board (EasyEDA) | EasyEDA era | ? | ||
| Temp-plate circular | Board (EasyEDA) | EasyEDA era | ? | ||
| Temp-plate | Board (EasyEDA) | EasyEDA era | ? | ||
| Temp-controll | Board (EasyEDA) | EasyEDA era | ? | ||
| Telephone-wireless-addon | Board (EasyEDA) | EasyEDA era | ? | ||
| Tank Controller | Board (EasyEDA) | EasyEDA era | ? | ||
| Stirrer module | Board (EasyEDA) | EasyEDA era | ? | ||
| Sound cart usb | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-watch-v5 | Board (EasyEDA) | EasyEDA era | yes 2023-09-15 | ||
| Smart-watch-v4.5 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-watch-v4.2 - E-paper | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-watch-v4.1 - E-paper | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-watch-v4 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-watch-v3.1 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-watch-v3 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-watch-v2.5 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-watch-v2.1 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-watch-v2.0 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-light-v2-12V only | Board (EasyEDA) | EasyEDA era | yes 2023-11-04 | ||
| Smart-glove-v1.2 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-glove-v1.1 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart-glove-v1 | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart switch | Board (EasyEDA) | EasyEDA era | ? | ||
| Smart glasses keyboard | Board (EasyEDA) | EasyEDA era | ? | ||
| Simple-3s-charger | Board (EasyEDA) | EasyEDA era | ? | ||
| Simple solar test | Board (EasyEDA) | EasyEDA era | ? | ||
| Sim-test | Board (EasyEDA) | EasyEDA era | ? | ||
| Sht45-breakout | Board (EasyEDA) | EasyEDA era | ? | ||
| Serial to USB adapter | Board (EasyEDA) | EasyEDA era | ? | ||
| Scooter-speed-controller-v1 | Board (EasyEDA) | EasyEDA era | ? | ||
| SW-charger | Board (EasyEDA) | EasyEDA era | ? | ||
| SW mini V2 | Board (EasyEDA) | EasyEDA era | ? | ||
| SW mini V1 | Board (EasyEDA) | EasyEDA era | yes 2023-12-29 | ||
| Rubber ducky v3 | Board (EasyEDA) | EasyEDA era | yes 2023-09-18 | ||
| Rubber ducky v2 | Board (EasyEDA) | EasyEDA era | ? | ||
| Rubber ducky | Board (EasyEDA) | EasyEDA era | ? | ||
| Resistor dual psu | Board (EasyEDA) | EasyEDA era | ? | ||
| Resistor dac | Board (EasyEDA) | EasyEDA era | ? | ||
| Remote v3 | Board (EasyEDA) | EasyEDA era | ? | ||
| Remote v2 | Board (EasyEDA) | EasyEDA era | ? | ||
| Recuperator, servo motor, large fan controller | Board (EasyEDA) | EasyEDA era | ? | ||
| Receiver | Board (EasyEDA) | EasyEDA era | ? | ||
| RGB-cool-glasses | Board (EasyEDA) | EasyEDA era | ? | ||
| RF_power | Board (EasyEDA) | EasyEDA era | ? | ||
| RF-AMP | Board (EasyEDA) | EasyEDA era | ? | ||
| R2r ladder | Board (EasyEDA) | EasyEDA era | ? | ||
| Precision-voltmeter-addon-SW V2 | Board (EasyEDA) | EasyEDA era | ? | ||
| Precision-voltmeter-addon-SW | Board (EasyEDA) | EasyEDA era | yes 2023-12-03 | ||
| Precision ADC | Board (EasyEDA) | EasyEDA era | ? | ||
| PreAMP | Board (EasyEDA) | EasyEDA era | ? | ||
| Pre-amp | Board (EasyEDA) | EasyEDA era | ? | ||
| PowerSupply | Board (EasyEDA) | EasyEDA era | ? | ||
| Power-supply-SF1530 | Board (EasyEDA) | EasyEDA era | ? | ||
| Power-buck-boost-solar-1.2 | Board (EasyEDA) | EasyEDA era | yes 2023-11-22 | ||
| Power-buck-boost-solar | Board (EasyEDA) | EasyEDA era | ? | ||
| Power-amp-controll | Board (EasyEDA) | EasyEDA era | ? | ||
| Power meter _ energy meter | Board (EasyEDA) | EasyEDA era | ? | ||
| Power buck converter but better | Board (EasyEDA) | EasyEDA era | ? | ||
| Power buck converter | Board (EasyEDA) | EasyEDA era | ? | ||
| Power amp | Board (EasyEDA) | EasyEDA era | ? | ||
| Portable-power-supply | Board (EasyEDA) | EasyEDA era | ? | ||
| Phone user v2 | Board (EasyEDA) | EasyEDA era | ? | ||
| Phone user | Board (EasyEDA) | EasyEDA era | ? | ||
| Phone data transmitter | Board (EasyEDA) | EasyEDA era | ? | ||
| Peltier-module | Board (EasyEDA) | EasyEDA era | ? | ||
| POTS Simulator | Board (EasyEDA) | EasyEDA era | ? | ||
| PN532 | Board (EasyEDA) | EasyEDA era | ? | ||
| PCB-heater | Board (EasyEDA) | EasyEDA era | ? | ||
| Multimeter v2.0 sim test | Board (EasyEDA) | EasyEDA era | ? | ||
| Multimeter v2.0 | Board (EasyEDA) | EasyEDA era | ? | ||
| Motor-controller-v01 | Board (EasyEDA) | EasyEDA era | ? | ||
| Motor driver | Board (EasyEDA) | EasyEDA era | ? | ||
| Modules-test | Board (EasyEDA) | EasyEDA era | ? | ||
| Mobil | Board (EasyEDA) | EasyEDA era | ? | ||
| Mini VGA adapter | Board (EasyEDA) | EasyEDA era | ? | ||
| Mechanical calculator | Board (EasyEDA) | EasyEDA era | yes 2023-11-25 | ||
| Macro keyboard | Board (EasyEDA) | EasyEDA era | ? | ||
| MB01 | Board (EasyEDA) | EasyEDA era | ? | ||
| LoRa+GPS-module test | Board (EasyEDA) | EasyEDA era | ? | ||
| Linear-motor-driver | Board (EasyEDA) | EasyEDA era | yes 2024-02-21 | ||
| Light controller programmer | Board (EasyEDA) | EasyEDA era | ? | ||
| Light contorller working TRIAC | Board (EasyEDA) | EasyEDA era | ? | ||
| Light contorller working | Board (EasyEDA) | EasyEDA era | ? | ||
| Light contorller | Board (EasyEDA) | EasyEDA era | ? | ||
| Led board | Board (EasyEDA) | EasyEDA era | ? | ||
| Laptop addon v1 | Board (EasyEDA) | EasyEDA era | ? | ||
| LV Invertor for solar | Board (EasyEDA) | EasyEDA era | ? | ||
| Joystick-nahrada | Board (EasyEDA) | EasyEDA era | ? | ||
| Joystick-addon | Board (EasyEDA) | EasyEDA era | ? | ||
| Joystick v0.1 | Board (EasyEDA) | EasyEDA era | ? | ||
| Joystick button | Board (EasyEDA) | EasyEDA era | ? | ||
| Isa prototyping board | Board (EasyEDA) | EasyEDA era | ? | ||
| Idk-what-this-is | Board (EasyEDA) | EasyEDA era | ? | ||
| House-amp-practical | Board (EasyEDA) | EasyEDA era | ? | ||
| Hock | Board (EasyEDA) | EasyEDA era | ? | ||
| Halfbridge-test | Board (EasyEDA) | EasyEDA era | ? | ||
| Half-bridge | Board (EasyEDA) | EasyEDA era | ? | ||
| HRPT LNA | Board (EasyEDA) | EasyEDA era | ? | ||
| Good-voltmeter | Board (EasyEDA) | EasyEDA era | ? | ||
| Good-PSU+Voltmeter | Board (EasyEDA) | EasyEDA era | ? | ||
| Good-PSU | Board (EasyEDA) | EasyEDA era | ? | ||
| Furnace controller V2 | Board (EasyEDA) | EasyEDA era | ? | ||
| Furnace controller | Board (EasyEDA) | EasyEDA era | ? | ||
| Fullbridge | Board (EasyEDA) | EasyEDA era | ? | ||
| Esp32 main | Board (EasyEDA) | EasyEDA era | ? | ||
| E28-2G4M27S breakout | Board (EasyEDA) | EasyEDA era | yes 2023-09-15 | ||
| Drone-ovladanie | Board (EasyEDA) | EasyEDA era | yes 2024-01-21 | ||
| Drone-main-board-v1 | Board (EasyEDA) | EasyEDA era | yes 2024-01-21 | ||
| Drone-controller-01 | Board (EasyEDA) | EasyEDA era | ? | ||
| Domcek-elektro | Board (EasyEDA) | EasyEDA era | ? | ||
| Domcek v.2 | Board (EasyEDA) | EasyEDA era | ? | ||
| Dishwasher-controller | Board (EasyEDA) | EasyEDA era | ? | ||
| Digital-clock+temp-display | Board (EasyEDA) | EasyEDA era | yes 2023-10-26 | ||
| Digestor-riadenie V1.1 | Board (EasyEDA) | EasyEDA era | ? | ||
| Digestor-riadenie | Board (EasyEDA) | EasyEDA era | ? | ||
| Development board | Board (EasyEDA) | EasyEDA era | ? | ||
| Desk-module | Board (EasyEDA) | EasyEDA era | ? | ||
| Datalogger-temp-controller-fullbridge | Board (EasyEDA) | EasyEDA era | ? | ||
| Datalogger-temp-controller v9 | Board (EasyEDA) | EasyEDA era | ? | ||
| Datalogger-temp-controller v8 | Board (EasyEDA) | EasyEDA era | ? | ||
| Datalogger-temp-controller v7 | Board (EasyEDA) | EasyEDA era | ? | ||
| Datalogger-temp-controller v6 | Board (EasyEDA) | EasyEDA era | ? | ||
| Datalogger-temp-controller v5 | Board (EasyEDA) | EasyEDA era | ? | ||
| Datalogger-temp-controller | Board (EasyEDA) | EasyEDA era | ? | ||
| Datalogger | Board (EasyEDA) | EasyEDA era | ? | ||
| Cup-thermometer v1.1 | Board (EasyEDA) | EasyEDA era | yes 2024-04-21 | ||
| Cup-thermometer | Board (EasyEDA) | EasyEDA era | ? | ||
| Circle schematic | Board (EasyEDA) | EasyEDA era | ? | ||
| Chaldnicka-shema | Board (EasyEDA) | EasyEDA era | ? | ||
| Car-ctrl | Board (EasyEDA) | EasyEDA era | ? | ||
| Calculator v1 | Board (EasyEDA) | EasyEDA era | ? | ||
| CFL replacement lights | Board (EasyEDA) | EasyEDA era | ? | ||
| CC1310 dev-board | Board (EasyEDA) | EasyEDA era | ? | ||
| Bt-module | Board (EasyEDA) | EasyEDA era | ? | ||
| Bottom board V2 | Board (EasyEDA) | EasyEDA era | ? | ||
| Bottom board | Board (EasyEDA) | EasyEDA era | yes 2023-09-15 | ||
| Bootburner | Board (EasyEDA) | EasyEDA era | ? | ||
| Boat board | Board (EasyEDA) | EasyEDA era | ? | ||
| Blank ESP8266 | Board (EasyEDA) | EasyEDA era | ? | ||
| Better-light-switch-but-even-better | Board (EasyEDA) | EasyEDA era | ? | ||
| Better-light-switch | Board (EasyEDA) | EasyEDA era | ? | ||
| Better 3s battery charger | Board (EasyEDA) | EasyEDA era | ? | ||
| Bbbbb | Board (EasyEDA) | EasyEDA era | ? | ||
| Backup-battery-managment | Board (EasyEDA) | EasyEDA era | ? | ||
| Audio_Mixer | Board (EasyEDA) | EasyEDA era | ? | ||
| Audio amp | Board (EasyEDA) | EasyEDA era | ? | ||
| Arm test 001 | Board (EasyEDA) | EasyEDA era | ? | ||
| Arduino_relay | Board (EasyEDA) | EasyEDA era | ? | ||
| Antenna-test | Board (EasyEDA) | EasyEDA era | yes 2024-02-17 | ||
| 90V power supply | Board (EasyEDA) | EasyEDA era | ? | ||
| 3s-battery-charger-repair | Board (EasyEDA) | EasyEDA era | ? | ||
| 12v to 3.3v 5v | Board (EasyEDA) | EasyEDA era | ? | ||
| 12_24_48V to 325V | Board (EasyEDA) | EasyEDA era | ? | ||
| 12V-distribution-panel | Board (EasyEDA) | EasyEDA era | ? |