Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILD-GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Build guide

[Open build guide →](https://www.shmoergh.com/hog-build-guide)
[Open build guide →](https://www.shmoergh.com/hog-build-guide)
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Fully analog two-voice monophonic synth for live performances.

![hog-4](https://github.com/user-attachments/assets/5aac2ab4-8e55-40d0-9659-4bc40b0307c7)


Details and user guide: [shmoergh.com](https://shmoergh.com/)

Latest revision: rev #3.
Expand All @@ -15,18 +14,16 @@ The HOG is a very fun but equally advanced electronics project. It's fully open

[Open build guide →](https://www.shmoergh.com/guides/hog-build-guide)


## BOMs

The HOG consists of 5 separate boards which you can find in the `boards` folder. Each board has it's own gerber files for JLCPCB PCB and Mouser BOMs in the board's `production` folders. The Core and Filter boards have SMD components too for which you can find JLCPCB assembly files (BOM and position) in the `production/jlcpcb` folder.


## Cloning

The MIDI2CV module uses [`pico-lib`](https://github.com/peterzimon/pico-lib) submodule. Make sure you clone
the repo like with its submodules:

```
```console
git clone --recurse-submodules git@github.com:shmoergh/hog.git
```

Expand All @@ -38,7 +35,7 @@ Hardware is licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/b

Software is licensed under [MIT](https://opensource.org/license/mit).

Font used on PCBs: https://departuremono.com
Font used on PCBs: <https://departuremono.com>

Simulations made in [CircuitJS](https://www.falstad.com/circuit/circuitjs.html)

Expand Down