Browse Source

add lars v2 page

Thomas B 2 weeks ago
parent
commit
a18310f3be

+ 2
- 8
input/projects/lars.md View File

@@ -2,6 +2,7 @@ title: LARS - Looping Automated Rhythm Station
2 2
 description: Loopstation drumkit with hand-made solenoids and RP2040
3 3
 parent: projects
4 4
 git: https://git.xythobuz.de/thomas/drumkit
5
+github: https://github.com/xythobuz/lars
5 6
 date: 2024-03-25
6 7
 comments: true
7 8
 ---
@@ -70,14 +71,7 @@ You can also order the PCB pre-fabricated from an online supplier, the repo incl
70 71
 
71 72
 The software is not quite finished yet, but without access to the hardware I'm not really able to work on it further.
72 73
 
73
-For now...
74
-
75
-<!--%
76
-lightgallery([
77
-    [ "img/lars_v2_1.jpg", "LARS V2" ],
78
-    [ "img/lars_loop_controls.jpg", "LARS Loop Station controls" ],
79
-])
80
-%-->
74
+[For now](lars_v2.html)...
81 75
 
82 76
 ## More Pictures
83 77
 <a class="anchor" name="more_pictures"></a>

+ 42
- 0
input/projects/lars_v2.md View File

@@ -0,0 +1,42 @@
1
+title: LARS v2
2
+description: Upgrading the Looping Automated Rhythm Station
3
+parent: projects
4
+git: https://git.xythobuz.de/thomas/drumkit
5
+github: https://github.com/xythobuz/lars
6
+date: 2024-09-07
7
+comments: true
8
+---
9
+
10
+So you may have read about our project [LARS](lars.html).
11
+As mentioned I didn't have any hardware in the end to finish firmware development.
12
+So I slightly updated the circuitry, layed out a new board, had it manufactured in China and assembled at home.
13
+
14
+This is LARS v2, the second iteration of the same idea.
15
+
16
+<!--%
17
+lightgallery([
18
+    [ "img/lars_v2_1.jpg", "LARS v2" ],
19
+    [ "img/lars2_midi.mp4", "video/mp4", "", "", "LARS v2 playing MIDI example file" ],
20
+])
21
+%-->
22
+
23
+It's basically the same device, just with five additional switches.
24
+This allows for some more freedom in the user interface design.
25
+Now the loop mode can mute individual tracks.
26
+There's also USB MIDI support.
27
+
28
+<!--%
29
+lightgallery([
30
+    [ "img/lars2_parts.jpg", "LARS v2 PCBs and parts" ],
31
+    [ "img/lars_loop_controls.jpg", "LARS Loop Station controls" ],
32
+])
33
+%-->
34
+
35
+As [usual](2024_05_05_auto_project_docs.html) I've added auto-generated [documentation](https://xythobuz.github.io/lars/), including [interactive 3D renders of the PCB](https://xythobuz.github.io/lars/pcb2_pcb.html) and some [usage hints](https://xythobuz.github.io/lars/usage.html).
36
+The [gerber files](https://xythobuz.github.io/lars/plot/fab_pcb2.zip) and [BOM](https://xythobuz.github.io/lars/pcb2.html) to order your own are also available.
37
+
38
+Unfortunately I'm kind of in the same situation now as with LARS v1.
39
+I've gone much further with the firmware, it's now mostly usable.
40
+But I've also given the hardware away again, so I can't finish it.
41
+
42
+I should assemble another one soon...

BIN
static/img/lars2_midi.mp4 View File


BIN
static/img/lars2_midi_poster.png View File


BIN
static/img/lars2_midi_thumb.png View File


BIN
static/img/lars2_parts.jpg View File


BIN
static/img/lars2_parts_small.jpg View File


Loading…
Cancel
Save