Voltera | Printing a Decimal Counter Circuit with Silver Conductive Ink on FR1
- khashayar Ghaffarzadeh
- Aug 19
- 4 min read
Updated: Aug 29
A decimal counter is a digital circuit that cycles through zero to nine using logic components. It is essential in clocks and timers. Making a decimal counter using seven-segment displays offers great opportunities for students to learn sequential logic, clock signals, and circuit integration.
Materials used

Purpose
The goal of this project was to demonstrate PCB development through key concepts:
Linear and switching regulators
Variable resistors
Seven-segment displays
Prototyping techniques
Conductive trace printing
Component placement
Solder reflow
Project overview
Design
The original PCB layouts were provided by ITIZ, Voltera’s authorized reseller in Korea. We modified the design to create an integrated circuit system, which was comprised of three interconnected PCBs:
Voltage regulator board
Pulse generator board
Decimal counter board

Desired outcome
When connected to a 7V–12V DC source, the system should function as follows:
The voltage regulator board converts the input to a steady 5V output.
The pulse generator board uses this 5V supply to create adjustable pulse signals.
The decimal counter board drives two seven-segment displays to count from 00 to 99 at a speed controlled by the pulse generator.
Functionality
When powered by a 9V battery, the circuit successfully counted from 0 to 99 at an adjustable speed. A reset button allowed restarting the sequence, and the integration of both a linear regulator (78M05) and switching regulator (LM2575) on the same board provided a practical way to compare their efficiency, thermal behavior, and noise generation.
Printing the boards on V-One
Voltage regulator board
This board converts a 9V input into a steady 5V output. It includes the following components:


Voltage regulators maintain a stable output voltage regardless of fluctuations in input voltage or load conditions. They play a critical role in circuit stability by preventing voltage spikes or drops that could damage components. In this circuit, we included two different types of regulators for ease of comparison.
The 78M05 linear regulator (U1) dissipates excess energy as heat, providing a stable 5V output at lower efficiency. In contrast, the LM2575 switching regulator (U2) achieves higher efficiency by rapidly switching an internal transistor to store energy in an inductor (L1) and capacitor (C6), though this can introduce noise into the circuit due to rapid switching.



Pulse generator board
This board uses a 555 timer IC (NE555) to generate adjustable pulse signals that drive the decimal counter board. It includes the following components:


The NE555 timer (U1) is a versatile and widely-used integrated circuit (IC) that can generate stable time delays or oscillations, depending on the external components configured around it. On this board, it operates in astable mode to generate continuous pulse signals.
The variable resistor (R3) functions as a potentiometer in this circuit, altering the charging and discharging time of capacitor C1. This adjusts the pulse frequency, which controls the counting speed of the seven-segment displays on the decimal counter board.
The green LED (D1) blinks in sync with the output pulses.


Decimal counter board
This board drives two seven-segment displays to count from 00 to 99, with adjustable speed (by the pulse generator board) and a reset function. It includes the following components:


A seven-segment display consists of seven individual LEDs arranged to form the shape of the number 8. By turning specific segments on or off, the display can represent any numeral between 0 and 9.
In this circuit, the 74LS93 counters (U1, U2) process incoming pulses into binary-coded decimal (BCD) outputs. The 74LS47 decoders (U3, U4) convert BCD signals into segment activation patterns for the seven-segment displays (FND1, FND2). A manual reset button (SW1) allows restarting the count.


Post-processing
Populating and reflow
After all three circuits were cured, we dispensed solder paste using V-One and carefully populated the components using a pair of tweezers. The solder paste was then reflowed on V-One’s heated bed.



Connecting the boards
The three boards were linked using JST-SM connectors and wires. We connected the voltage regulator board to a battery and the pulse generator. We then connected the pulse generator outputs to the decimal counter’s clock input pins.

Printing enclosures
To protect the circuits from any impact during handling, we designed and 3D printed three enclosures using PLA filament.

Challenges and advice
Troubleshooting interconnected circuits
Errors in interconnected systems could originate from any board, which made troubleshooting a bit more complex than a single board. To streamline the process, we recommend checking component polarity and orientation before populating the components, and reference their datasheets when necessary. Additionally, it’s helpful to check for continuity with a multimeter, or with an oscilloscope to calculate and view the frequency of the pulses.
Conclusion
This project highlights the potential of additive PCB prototyping in electronics education. By combining theory and practice, students can explore how digital counting systems function, understand the role of BCD-to-seven-segment conversion, and observe how timing signals interact with display components. Direct ink writing platforms like V-One empower the next generation of engineers to innovate beyond breadboards and rapidly iterate on electronics designs.
If you are interested in exploring other PCB prototyping projects we have completed, take a look at:
Want to be notified when we post new white papers? Sign up for our newsletter.
We are Exhibiting in Berlin.
Visit our booth at the TechBlick event on 22-23 October 2025 in Berlin
Contact us for your special discount coupon to attend
Comments