Perfect Prototype Boards from Eurocircuits

published: October 2, 2017 — last modified: October 23, 2025

Today prototype boards from Eurocircuits arrived. The quality of this boards is outstanding. I do not know any other board house which delivers this incredible quality of boards. They really thrive for perfection.

lucky-resistor-1
lucky-resistor-2

The lines on the front side of the board give a very nice shine in a light spot.

lucky-resistor-3

If you look at the details of the board, you can clearly see the very high quality. Everything is aligned perfectly. You see also the very sharp edges of the solder mask and the copper.

lucky-resistor-4

I do not like the look of the vias, but this is a prototype after all. Tented vias would be nice, on the other hand, if the light shines through the tiny holes, it is another very nice effect.

More Posts

"Read SHT31" Command-Line Tool

Posted on 2020-12-13— Software

I built a small compiled command-line tool to read SHT31 temperature and humidity over I2C on a Raspberry Pi. It emits simple JSON for easy parsing in scripts. If you're using an SHT31 sensor or automating reads, read the full post for usage, build and install steps.

Read this post

Make your Code Safe and Readable with Flags

Posted on 2018-05-06— C++, Improve your Code

I show how a small C++ flags template makes embedded register bitmasks safer and much easier to read. I'll explain why macros and CMSIS-style definitions lead to errors, and walk through clear C++11 examples and a simple driver. Read on to see the implementation and usage.

Read this post

How to Design a Cheap Plant Watering Sensor (Part 6)

Posted on 2017-04-29— Projects

I describe making a small alpha batch of my low-cost plant-watering sensor: ordering parts, prepping and soldering wires, testing PCB assembly with stencils, and solving sealing with epoxy. If you’re interested in practical prototyping tips and lessons learned, please read the full post for photos and detailed steps.

Read this post

Class or Module for Singletons?

Posted on 2019-07-09— C++, Improve your Code, Learn

I compare implementing a singleton as a class or as a module/namespace for Arduino firmware using simple LED driver examples and compiler measurements. I cover size, initialization and runtime trade-offs and explain when each approach makes sense. Read the full post for code, disassembly and practical recommendations.

Read this post

Logic Gates Puzzle 100

Posted on 2021-05-04— Puzzle

I uncovered an ancient stone with a mysterious multiplexed display — five inputs and six outputs. In this puzzle I explore what the display likely represents and invite you to find the longest continuous sequence of numbers it can show. Try the interactive panel and read the full post to solve it.

Read this post

How to Automate the Turn-On Time of a Deco Light

Posted on 2018-12-21— How and Why, Learn

I wanted my winter decoration to switch on at dusk without constant adjustments, so I built a simple low-voltage controller using a P-channel MOSFET, a microcontroller and an ambient light sensor. I walk through my design choices, sealing for outdoor use and programming tips—read on if you'd like to build one too.

Read this post