Это видео недоступно.
Сожалеем об этом.

picotouch_synth "pts_drum_machine" demo1

Поделиться
HTML-код
  • Опубликовано: 8 окт 2023
  • Quick demo of the picotouch_synth "pts_drum_machine" firmware, written in CircuitPython using synthio running on a Raspberry Pi Pico.
    More details w/ code: github.com/tod...
    #circuitpython #synthio #raspberrypipico #rp2040

Комментарии • 7

  • @DevonsWorkshop
    @DevonsWorkshop 10 месяцев назад

    That is so cool. 👍

    • @todbot
      @todbot  10 месяцев назад

      Thanks Devon!

  • @Willpowerstudios
    @Willpowerstudios 10 месяцев назад

    this is very cool ! so the korg can be played with midi, how. nice piece of hardware. I like the graphics on there too. are those capacitive touch circle buttons ? 3 modes to load 3 different sound samples... cool. I work in arduino but you're inspiring me to try the raspberry pi at some point. 😀👌

    • @todbot
      @todbot  10 месяцев назад +1

      yep, all the buttons are capacitive sense pads. This is the Raspberry Pi Pico, not the Raspberry Pi (confusing yes). The Pico is a microcontroller you can program with the Arduino IDE (see arduino-pico.readthedocs.io/en/latest/ ) It's very powerful for a $4 microcontroller board. It can also run CircuitPython, which is what I'm running here

    • @Willpowerstudios
      @Willpowerstudios 10 месяцев назад

      @@todbot Oh wow, it's only $4 and can be programmed in arduino's ide ?! I will look into the pico, thank you very much for sharing ! very inspiring stuff.

  • @axo5384
    @axo5384 9 месяцев назад

    Awesome! Which rasp pi pico pins to use with drum machine?

    • @todbot
      @todbot  9 месяцев назад

      The code (which shows which pins are being used) is linked in the description