[ $8 ] DIY eurorack modular synth Sample drum with Seeed sturido XIAO ESP32C3

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 31

  • @MrNamaikisaru
    @MrNamaikisaru 2 роки тому +4

    Absolutely amazing all these modules you’ve made.

  • @cr0wland
    @cr0wland 2 роки тому +1

    Theres going to be more than a few of these added to my rack, amazing job!

  • @jackisgoofingoff5510
    @jackisgoofingoff5510 3 місяці тому

    so freaking cool, wish there is a building tutorial

  • @MattBaker1965
    @MattBaker1965 2 роки тому +1

    Man that is great. Again you come up with a cool module.

  • @jameshagerman
    @jameshagerman 2 роки тому +5

    You and your modules are truly an inspiration! I would LOVE to see your take on a standalone "rungler" module based on the one at the core of the Benjolin. I just got some CD4021BE's and more BAT43's in the mail to try my hand at building one myself.

    • @HAGIWO
      @HAGIWO  2 роки тому +3

      Thank you. I would like to make a module like Benjolin's too. I will have a hard time designing a sequencer for analog circuits.

  • @modulove
    @modulove 2 роки тому +1

    That is an interesting one. Just what i need for my drum section.

  • @Moonscientistco.575
    @Moonscientistco.575 2 роки тому

    hey hagiwo ,for the 56 th time ,many many many thanks
    grtz
    the moonsclientist

  • @normdurkin6425
    @normdurkin6425 2 роки тому

    badass professor thank you.. I need to learn how to read schematics asap..

  • @demoscenes
    @demoscenes 2 роки тому

    So cool. I love your modules. They offer alot for the bux.
    Keep it up mate :)

  • @low-power4325
    @low-power4325 2 роки тому

    作ってみたくなりますね

  • @B_dev
    @B_dev Рік тому

    might have to build this with an app that lets you upload new sounds to it

  • @channelite
    @channelite Рік тому

    Cool module. Where do get your face plates? They all look the same size.

    • @HAGIWO
      @HAGIWO  Рік тому

      Please refer below video.Thank you!
      ua-cam.com/video/mtH72Yjct5I/v-deo.html

  • @YourModulesMayVary
    @YourModulesMayVary 2 роки тому +1

    Looks to be a shortage of these esp32 chips. Would the code work with other seeed versions do you think? Thx for sharing.

    • @HAGIWO
      @HAGIWO  2 роки тому +1

      It does not work with another version of seeed. The flash memory capacity is different, and the ESP32 series program is a bit special, so I don't think it will compile or pass.

    • @whatbee
      @whatbee 2 роки тому

      it should work with esp32 boards not made by seeed.

  • @toolzshed
    @toolzshed 2 роки тому

    Wow that's so cool!!!!

  • @mightymike1978
    @mightymike1978 Рік тому +1

    Sounds great!!! And looks awesome! I know it is cherry picking but It would be even more genious if one could change the sample selwction via CV.

    • @Jin-Hu
      @Jin-Hu Рік тому

      Was thinking the same, but sure achievable by adding CV after the potentiometer?

  • @felixXawesome
    @felixXawesome 2 роки тому

    I have made myself a pcb and panel for this great little thing! The XIAO ESP32C3 doesn't seem to be available anywhere though at the moment. Does anyone know where to get one?

  • @erikbartmann
    @erikbartmann Рік тому

    Hi, is this project possible with a XIAO SAMD21?

    • @HAGIWO
      @HAGIWO  Рік тому

      The storage capacity is too small to use SAMD21.

    • @erikbartmann
      @erikbartmann Рік тому

      @@HAGIWO Thanks! Best, Erik

  • @FSK1138
    @FSK1138 Рік тому +1

    please add cv sample select

    • @HAGIWO
      @HAGIWO  Рік тому +1

      A small modification to the source code and circuitry is all that is needed to add a sample select function.
      However, since there are 48 samples, it is difficult to select by CV.

    • @craigyjp
      @craigyjp Рік тому

      @@HAGIWO I've added sample selection, tuning, filter on/off via MIDI CC messages, very easy, just need to move the trigger off D7 and enable MIDI and some code in the loop to interpret the CC messages.

  • @alex_s168_p
    @alex_s168_p 2 роки тому

    If you would sell them, I would buy them instantly

  • @craigyjp
    @craigyjp Рік тому

    I built this but I have an annoying pop at the end of every sample, do you know what this could be?

    • @craigyjp
      @craigyjp Рік тому

      I have to add that I cannot source an mcp6232, I'm using an lm2902 currently

    • @HAGIWO
      @HAGIWO  Рік тому

      The number of binary data in wav may be too small. The sample time should be 0.6sec~0.61sec.