# 3. Assembly and Reflow

## 99 decimal counter: Assembly

Assembly Time!

Now that you have deposited solder paste on your circuit, all that is left to do is place your components and reflow the solder on the board.&#x20;

{% hint style="info" %}
We have a component staging print out that you can use to layout all your parts in the correct orientation before placing them on your board:
{% endhint %}

{% file src="/files/fmwBmW9NTU3OFa4hUwUT" %}

### Surface mount components

The circuit requires the following components that have been included with the pulse generator kit:

* NE555 IC × 1
* Blue LED ×  1
* 100kΩ resistors × 1
* 47kΩ resistors × 1
* 330Ω resistors × 1
* 0.1µF capacitor × 1
* 1MΩ trimming potentiometer × 1
* 1µF capacitor × 1
* Wire connector × 5

<figure><img src="/files/NrOdzfV43ParU68QFjDo" alt=""><figcaption></figcaption></figure>

Carefully place your components onto the corresponding pads, as shown in the board layout below.

<figure><img src="/files/ghGzNHJqnI37YTvmNOBW" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Use the tweezers included with V-One to place components precisely.
{% endhint %}

Do not smear the solder paste when placing components. Once they are placed, press down gently so the components rest evenly on the pads.

<figure><img src="/files/FpYAONlaFuTdyFfjmbkI" alt=""><figcaption></figcaption></figure>

Both the LED and the electrolytic capacitors have a polarity. Remember to double-check that they are placed in the correct orientation before you solder them to the board. When in doubt, reference the circuit schematic shown above.

<div><figure><img src="/files/MDLJnZFpNaLxpQPpXxBn" alt=""><figcaption><p>This potentiometer has 3 separate contacts shown above. Keep these points in mind when placing the component on the corresponding pads.</p></figcaption></figure> <figure><img src="/files/976XGJiqrgHdkEkbXA5Q" alt=""><figcaption><p>The solid paint stripe indicates this component's negative terminal</p></figcaption></figure></div>

<figure><img src="/files/fImwTpJa9fUo8WxCZjfu" alt=""><figcaption></figcaption></figure>

Once all of the surface mount device (SMD) components are placed, proceed to the **HEAT** step.

{% hint style="info" %}
Even though diodes are typically marked where the cathode is, there are, of course, exceptions to this rule. Because of this, it is very important to carefully review the datasheet of every diode/LED that you plan to use in your future designs.
{% endhint %}

### Reflow

Now that all of the surface mount components are placed, the circuit is ready to be reflow soldered.

1. From the **Start** menu, select the **HEAT** workflow.
2. Click the **REFLOW** tile.
3. Select the solder paste you're using, based on the lot name printed on the cartridge label.
4. Click **REFLOW** to start the process.

<figure><img src="/files/ZnkmPobtaMNZfhMwbywe" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
V-One gets hot while reflowing. Do not touch! Do not leave unattended while heating!
{% endhint %}

When the heating cycle finishes, V-One will start glowing blue. This means the soldered PCB is safe to remove.

### The result

Plug in a 5V power supply or connect the pulse generator board and watch your circuit come alive. If everything is working, the LED will be lit and blinking at a steady rate, and you can control the blinking speed by adjusting the potentiometer. You should also be able to measure oscillation from the middle signal connector on the output side of the board.&#x20;

The top connector should be a steady 5V, the middle signal connector should change in rhythm with the flashing LED, and the bottom connector is ground.

If you have an oscilloscope, you should also be able to measure the square wave. First, connect the probe to the oscilloscope and then to the circuit's ground and signal output. Adjust the probe's compensation for a sharp waveform. Next, adjust the Volts/Div and Time/Div settings until the square wave is clearly visible and stable on the grid. Finally, use the grid, the oscilloscope's built-in measurement tools, or cursors to find the peak-to-peak voltage, period, frequency, and duty cycle of the signal.

<figure><img src="/files/l7Llf4tXfMx8zny8orAd" alt=""><figcaption></figcaption></figure>

Congratulations! You have completed the pulse generator circuit board.&#x20;

That concludes the tutorial. If you ran into any hiccups along the way, let us know at <support@voltera.io>.

As a reminder, this circuit is part of a set of circuits designed to work together in a series. You’ll need to complete the voltage regulator circuit or have a steady 5V power supply as well as complete the 99 decimal counter circuit to operate this circuit.

<table data-card-size="large" data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Voltage Regulator Project</strong></td><td><a href="/files/n9rDk2Np1MckOAjJSY1o">/files/n9rDk2Np1MckOAjJSY1o</a></td><td><a href="/pages/TfV1FdG80YRbQegs5fok">/pages/TfV1FdG80YRbQegs5fok</a></td></tr><tr><td align="center"><strong>99 Decimal Counter Project</strong></td><td><a href="/files/nmTDZvEDto14rvWtO0J9">/files/nmTDZvEDto14rvWtO0J9</a></td><td><a href="/pages/EBVd2zlsyA4okCvegAeT">/pages/EBVd2zlsyA4okCvegAeT</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.voltera.io/docs/v-one/learn-v-one/v-one-projects/pulse-generator-project/3.-assembly-and-reflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
