How to Connect a Potentiometer to the Daisy (DaisyDuino)

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 37

  • @peppercrack5211
    @peppercrack5211 Před 6 měsíci +6

    Really nice to see you're posting more tutorials!

    • @electrosmithco
      @electrosmithco  Před 6 měsíci +2

      Glad to hear that!! We're going to start focusing more time for videos :)

  • @chillywilson
    @chillywilson Před 6 měsíci +2

    yes, custom hardware tutorials.
    I'm stumbling on plug data json file/heavy stuff, I'd just wish there was a table of plugs and their corsponding hardware you can pin them to.

    • @electrosmithco
      @electrosmithco  Před 6 měsíci

      If you want to learn how to put together a JSON for custom hardware configuration, we wrote a guide titled "Quick Guide on Setting Up a Custom JSON File for pd2dsy & Oopsy!".
      We highly recommend checking it out. And we would be happy to answer any question that you have there.

    • @chillywilson
      @chillywilson Před 6 měsíci

      ​@@electrosmithco I was looking for somthing like that, the forum search might need more tags in them, I came up blank seaching "plugdata harware mapping".
      Thank you I was able to find it now.
      Would you know if there is a list of matching hardware to plugs? Like if I want to put various sensors or like 5110 displays, what plug would work or not at all?

  • @Daruma_Studio
    @Daruma_Studio Před 6 měsíci +2

    Heyyy! This is what Ive been waiting for! Well at least 1/2 of it! Thank you for this! Looking forward to the other have to make this potentiometer do something in MAX/MSP using JSON. I cannot get that JSON to work... Thank you for posting this!

    • @electrosmithco
      @electrosmithco  Před 6 měsíci

      We wrote a guide for custom JSON over on our forum titled "Quick Guide on Setting Up a Custom JSON File for pd2dsy & Oopsy!".
      We highly recommend checking it out. And we would be happy to answer any question that you have there.

  • @freeelectron8261
    @freeelectron8261 Před 5 měsíci +2

    Nice work, looking forward to more cool tuts! Electrosmith rocks! Or maybe it beeps and squarks?

    • @electrosmithco
      @electrosmithco  Před 5 měsíci

      You're in luck because we just now posted another new tutorial!!
      Bloops is acceptable too ;)

  • @draconianrhythms
    @draconianrhythms Před 6 měsíci +3

    Excellent as always. Bring on part 2 ;)

    • @electrosmithco
      @electrosmithco  Před 6 měsíci +1

      Currently writing the script for the button tutorial :D

    • @draconianrhythms
      @draconianrhythms Před 6 měsíci +1

      Awesome man ❤ would you consider maybe one day covering what other components you’d need to add to this setup? I’m talking about op-amps here really; I think I know how to hook them up but seeing an expert do it would be great. I know ES offer boards with all this stuff already, but I’m coming at this from a very low-budget point of view haha. Just a thought .. cheers 🙏

    • @electrosmithco
      @electrosmithco  Před 5 měsíci +1

      @@draconianrhythms Op-amp tutorial for amplifying instrument level (like guitar) to a line level, correct? Yes! I have been meaning to make a tutorial like that for a while.

    • @draconianrhythms
      @draconianrhythms Před 5 měsíci +1

      @@electrosmithcothank you .. that’s great news

  • @sound.workshop
    @sound.workshop Před 6 měsíci +3

    awesome tutorial!

  • @flywittzbeats4008
    @flywittzbeats4008 Před 5 měsíci +1

    Our hero has returned to bring us synth goodies! haha. Best tutorials on the internet

  • @berzerker17487
    @berzerker17487 Před 4 měsíci +1

    These tutorials are phenomenal! Great work and thanks for making them!

  • @MikeHudsontek
    @MikeHudsontek Před 5 měsíci +1

    Yes! you're back. This is what we want :-) thanks

    • @electrosmithco
      @electrosmithco  Před 5 měsíci

      Wooo! And we juuuust uploaded a new tutorial!

  • @greglmna7578
    @greglmna7578 Před 2 měsíci +1

    Hey, great video. I am learning more about pure data and I wonder how I can assign physical knobs to variables in the pd patch. Do you have resources in this topic ? Thanks 😉

    • @electrosmithco
      @electrosmithco  Před 2 měsíci +1

      Thank you!
      A thread called "Quick Guide on Setting Up a Custom JSON File for pd2dsy & Oopsy!" on the Daisy forum would be a great place to start!

  • @andreas-wismann
    @andreas-wismann Před 4 měsíci +1

    Great tutorials, thank you! May I ask if it‘s necessary to have the analogReadResolution(16) instruction placed in a loop, or would it suffice to have it called once?

    • @electrosmithco
      @electrosmithco  Před 4 měsíci

      Good catch! You can place it in void setup(). That was my bad in placing it in void loop()!

  • @NaokiApri
    @NaokiApri Před 4 měsíci +1

    What if i need more knobs than adcs available?

    • @electrosmithco
      @electrosmithco  Před 4 měsíci +1

      Multiplexer will be your friend :)
      We have a tutorial post on our forum, so I highly recommend checking it out. If you search the word "mux" or "multiplexer" that post should appear.

  • @gcb713
    @gcb713 Před 5 měsíci +1

    Awsome, thanks!

  • @daytrace4635
    @daytrace4635 Před měsícem +2

    can you do an encoder, Im finding this nigh impossible lol?

    • @electrosmithco
      @electrosmithco  Před měsícem

      A video on encoder is planned for sure!

    • @daytrace4635
      @daytrace4635 Před měsícem

      @@electrosmithco Well now ide is stating many conflicts even though it was just working yesterday 🙃. Did a polling method for the encoder but was late last night, did same code and ide freaked out on me lol 🤷‍♂️

    • @daytrace4635
      @daytrace4635 Před měsícem

      @@electrosmithco So apparently the DaisySP library will not download via zip, not really understanding why considering daisyduino was easy peasy lol

    • @electrosmithco
      @electrosmithco  Před měsícem

      @@daytrace4635 Feel free to share the error message that you're getting on the forum or discord. Would be happy to look at it closer with you :)

    • @daytrace4635
      @daytrace4635 Před měsícem

      @@electrosmithco Ended up fixing it, had to do add a file to the sketch as the library itself isnt valid in ide, added the daisysp h file and it worked but seems I have to do that for every sketch and the library still doesnt show up as a contributed library. Ill get on the discord when I get this done tho 😁👍