From 517a2ffa0c250cbf10484167780ed3bb097994e1 Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 15 Sep 2025 22:40:16 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b6674ce..68d84df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Arduino Sequencer + +My attempt to reformat this in Eurorack size for my rack +______________________________________________ + This projects contains schematics and firmware for a step sequencer compatible with Eurorack and Kosmo modular synthesizers, based on an Arduino Nano. This is a DIY project, suitable for beginners, although a general knowledge of electronics, basic tools and skills are required to build this sequencer. The schematics presented here feature: - 8 steps, 2 voices From 9bc27725b88dce29fc94ecdeee486449c9e893a7 Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 15 Sep 2025 22:41:57 -0700 Subject: [PATCH 2/4] Create KiCad Sch --- schematic+BOM/KiCad Sch | 1 + 1 file changed, 1 insertion(+) create mode 100644 schematic+BOM/KiCad Sch diff --git a/schematic+BOM/KiCad Sch b/schematic+BOM/KiCad Sch new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/schematic+BOM/KiCad Sch @@ -0,0 +1 @@ + From 1499499b7d95a5b294b541c826189dae9824e43d Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 15 Sep 2025 22:42:15 -0700 Subject: [PATCH 3/4] Delete schematic+BOM/KiCad Sch --- schematic+BOM/KiCad Sch | 1 - 1 file changed, 1 deletion(-) delete mode 100644 schematic+BOM/KiCad Sch diff --git a/schematic+BOM/KiCad Sch b/schematic+BOM/KiCad Sch deleted file mode 100644 index 8b13789..0000000 --- a/schematic+BOM/KiCad Sch +++ /dev/null @@ -1 +0,0 @@ - From c75e6371efd88ae170574a2945aaa61e366cbf73 Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 15 Sep 2025 22:44:26 -0700 Subject: [PATCH 4/4] Create notes --- schematic+BOM/KiCad.sch/notes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 schematic+BOM/KiCad.sch/notes diff --git a/schematic+BOM/KiCad.sch/notes b/schematic+BOM/KiCad.sch/notes new file mode 100644 index 0000000..ef52810 --- /dev/null +++ b/schematic+BOM/KiCad.sch/notes @@ -0,0 +1,5 @@ +First time using KiCad + +First time copying a schematic + +I have no clue what I'm doing use at you own risk