Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.17 KB

2022-05-29-hagiwo-euclidian.md

File metadata and controls

17 lines (9 loc) · 1.17 KB

Hagiwo's Euclidian sequencer.

I placed an order with JLCPCB for the panel and pcb from here.

Untitled.jpg

My plan was to use an STM32 bluepill that I had in the parts bucket, but the bluepills are not direct replacements for real Arduino Nano boards. (Nano has 30 pins, bluepill has 40) Another lesson learned.

Arduino nanos are very expensive at the moment, but I picked up a 3-pack of Elegoo clones from Amazon for £20.

These are the same ATMega chip as the official Nano, but they use a different communications chip (CH340).

All you have to do is download and install the driver from the Elegoo site and you can program them with Hagiwo's software.

One minor gripe with this module is that there is no clock reset input, so when you stop / start your clock the module just continues from where it left off.