Pimp my Potentiometer - with LED!

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • PCBWay: www.pcbway.com...
    Source Files: github.com/upi...
    WOKWI Sketch: wokwi.com/proj...
    -----------------------------------------------------
    Links from the video:
    Order the board from PCBWay: www.pcbway.com...
    Arduino breadboard prototyping shield: s.click.aliexp...
    Arduino UNO: s.click.aliexp...
    Transparent potentiometer: www.banzaimusi...
    Potentiometer adaptor PCB: www.banzaimusi...
    Rectangular knob: s.click.aliexp...
    Small knob: s.click.aliexp...
    Big knob: www.banzaimusi...
    Chickenhead knob: s.click.aliexp...
    Another transparent knob: s.click.aliexp...
    Pimp my Potentiometer series:
    Pimp My Potentiometer! - • Pimp My Potentiometer!
    Pimp My Potentiometer (again) - • Pimp My Potentiometer ...
    Pimp my Potentiometer CHEAPER - • Pimp my Potentiometer ...
    Referenced videos:
    Arduino Wood Clock: • Arduino Wood Clock
    ------------------------------------------------------
    Learn how to spice up your project with potentiometer by using transparent potentiometer that can shine! All this is done by placing a 3mm LED inside the potentiometer, since it has the hollow shaft made from transparent plastic. And if you add transparent knob on top of it, it will look great. In this video, I will also show you how you can create a custom PCB in a form of an Arduino UNO shield.
    ------------------------------------------------------
    PCBWay is a service for manufacturing custom PCBs. If you click the link above, you will get a coupon for $5, which is exactly the price of 10 pieces of custom PCBs. In that case, you will only pay for shipping. Do you have any experience doing this? Please let me know in the comment section!
    ------------------------------------------------------
    Do you have any questions? Suggestions for the next video? Please put those down in the comment section. I try to answer as many questions as I can. Thank you for watching, reading the video description and I hope to see you next time. Good luck with your projects!
    ------------------------------------------------------
    #arduino #diy #potentiometer
    ------------------------------------------------------

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

  • @upir_upir
    @upir_upir  7 месяцев назад +4

    All the source files are on GitHub: github.com/upiir/arduino_transparent_potentiometer

  • @agent_of_shield
    @agent_of_shield 7 месяцев назад +36

    it would be more interesting to place RGB or WS2812b led under the potentiometer))

    • @upir_upir
      @upir_upir  7 месяцев назад +18

      Agreed. Using neopixels is on my to-do list for the next video. I just need to make small steps to increase my chance of success with those projects..

    • @zez000
      @zez000 7 месяцев назад +1

      yep would be nice to have the LEDs brightness coupled with the pot's value and change color on some threshold

    • @DavidMsg
      @DavidMsg 7 месяцев назад +1

      Was thinking the same thing! Neopixel would be awesome, but maybe overkill for some, I'm thinking of a RGB for guitar pedals with 2 pedals in a box, so you control the order with a 4pdt. I've done this before where you do blue to show the side is on, then if the order is switched feed the red led, to turn it purple. Used blue to purple as it's more visible than red to purple.

    • @underwoodblog
      @underwoodblog 7 месяцев назад

      @@DavidMsg RGB needs 3 pins, one WS2812 only one data pin.

  • @1_HighDuke
    @1_HighDuke 7 месяцев назад +3

    Awesome breakdown! Thank you!

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      Thank you for your comment, I’m glad you like it!

  • @anon_y_mousse
    @anon_y_mousse 7 месяцев назад +1

    That's awesome. I can see this in a heater element using an RGB LED, where the higher values turn red, orange, yellow and eventually white.

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      That’s an interesting idea, I will try it with RGB led the next time!

  • @AFSMG
    @AFSMG 7 месяцев назад +1

    Excelente trabajo. Felicitaciones

  • @bimokayoba
    @bimokayoba 7 месяцев назад +1

    Amazing, thanks i love it ♥, keep Pimping your Potentiometer ☺

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      Thanks, will do!

  • @t1d100
    @t1d100 7 месяцев назад +5

    Cool!!! Some thoughts...
    1) The Knob LED may not illuminate brightly enough, near the knob's minimum setting. This might be corrected in the code by having the digital pot setting begin higher than zero. To explain... Say the digital pot has 256 bits. And, the lowest usable visible illumination for the LED may not be until a setting of 20 is reached, So, the code would be set to range from 20 to 256, not 0 to 256. I am not great at coding, so I hope I said this clearly. Maybe you said this in your instructions. If so, please pardon me.
    2) The light being cast onto the setting graduations on the board might be improved by:
    A) Replace the common bulb=style LED with one designed to shine sideways. This may be easily DIY'd with a set/two of long header pins. Test the pins within the knob to determine the needed height and that they are spaced correctly for the board’s pin holes. Cut them to length. Then, simply solder a SMD LED across the pins, being mindful of the polarity. I can get a 1206 LED to sit nicely between the two pins and it is rather easy to solder; I start the solder on the sides of the pins and draw the solder over the LED tabs. You might experiment with soldering the LED such that it points downward, or bend the pins on a downward angle.
    B) You might place a paper sticker over the top of a clear knob, to lessen the glare that prevents you from seeing the board setting graduations.
    C) There are colored plastic knobs (not clear) that come with a selection of contrasting colored inserts/caps, for color coding functions, or aesthetic styling. The caps extend down the side of the knob in a slot to make the pointer. You might experiment with using a side-pointing LED, explained above, with one of these knobs, modified thusly. Trim the cap pointer plastic to reach the bottom of its slot. If the knob body fills in the bottom of the slot, drill a hole for the light to escape. If the back of the slot is not filled with plastic, then drilling is not necessary.
    Ah… I am leaving these thoughts in place to explain a limitation of the DIY’d LEDs… They will not rotate to shine their light along the knob’s rotation. But, maybe these ideas will inspire other, better methods. Cheers.

    • @upir_upir
      @upir_upir  7 месяцев назад

      Thank you for your detailed comment! As for your individual points:
      1) Yep, changing the ranges in the map function should fix this.
      2) Yep, I´m considering all those suggestions to improve the light spread. I might record another video with some progress. Thanks again!

  • @AntiDot70
    @AntiDot70 7 месяцев назад +2

    Is it possible to use an RGB led that would change color when dialing the knob, going from blue, to green, to yellow and to red?

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      Yes, but I haven´t found an RGB 3mm LED, only 5mm version. You can use bigger or neopixel, and put it below the potentiometer, but it will have less uniform shine..

  • @Ddddddddddd381
    @Ddddddddddd381 7 месяцев назад +5

    revealing that I can use pre-made arduino shields in kicad has opened my eyes to the possibilities!

    • @upir_upir
      @upir_upir  7 месяцев назад

      It´s a great first step in designing a custom PCBs, since you are not starting with blank design. I like it a lot - and use it a lot. Good luck with your projects!

  • @harrysmbdgs
    @harrysmbdgs 7 месяцев назад +3

    I wonder if this would also give a nice under-glow effect with standard opaque caps?

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      That should be possible, but the glow will be most likely quite subtle. In that case, probably a better solution is to just put a few LEDs right next to the potentiometer.

  • @jeremiahbullfrog9288
    @jeremiahbullfrog9288 7 месяцев назад +2

    Try concave LEDs to light up more of the knob and less of the dot in the middle.

    • @upir_upir
      @upir_upir  7 месяцев назад +2

      That´s a great idea, thank you for the suggestion. I always though that clear LED shine to front and frosted LEDs shine (also) to sides, but it looks like that using concave LED might be even better for more uniform glow. I will definitely try it, thanks again!

  • @ekhalilov5543
    @ekhalilov5543 7 месяцев назад +2

    Just glue small round pice of aluminum foil inside the hole on top of the LED. I should take care of the problem.

    • @upir_upir
      @upir_upir  7 месяцев назад +2

      That’s an interesting idea! I was wondering as to what to put inside, and aluminum foil sounds like a good idea! Thank you for the suggestion.

    • @jeremiahbullfrog9288
      @jeremiahbullfrog9288 7 месяцев назад

      Also try grinding down the dome to a flat plane -- the round shape makes it more of a beam; also they sell concave LEDs that direct the light more out to the sides.

  • @oliverer3
    @oliverer3 7 месяцев назад +3

    If you want custom knobs for this type of application 3D printing them out of transparent PETG works great as it's optically clear and if printed with infill works great as diffusers!

    • @upir_upir
      @upir_upir  7 месяцев назад

      That’s a good idea, I might try that! Thank you for the suggestion

  • @y2ksw1
    @y2ksw1 7 месяцев назад +1

    And also, your spoken English has become way better!

    • @upir_upir
      @upir_upir  7 месяцев назад

      Thank you, I hope it will get even better :)

  • @NatsuWolfox
    @NatsuWolfox 7 месяцев назад +1

    wait is this video from some old archive? :D or why there is 22.01.2023

    • @upir_upir
      @upir_upir  7 месяцев назад +2

      I still haven’t fully realized that it’s already year 2024…

  • @andymouse
    @andymouse 6 месяцев назад +1

    I love the Kicad stuff too, it's nice to see someone else's workflow and pick up a few tips ! super PCB, but if PCBWAY are paying I would have ENIG all the time HA!.....cheers. EDIT : Matte Black and Gold !!!!

    • @upir_upir
      @upir_upir  6 месяцев назад +1

      Thank you, and good idea with battte black and gold. I will definitely try it the next time. I guess I don´t use ENIG since I always forget to check the correct checkbox :)

    • @andymouse
      @andymouse 6 месяцев назад

      I don't use it unless it's a realy special project ! but if i had a sponsor I would use it ! Cheers !!@@upir_upir

  • @amsmuh
    @amsmuh 7 месяцев назад +1

    Cool! would be nice if was bicolor led. From Red to Green, 0 do 100%.

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      Have you seen any bicolor leds in 3mm version with wires not sticking out to sides? I wasn´t able to find those, which was the reason for not using them.

  • @y2ksw1
    @y2ksw1 7 месяцев назад +1

    I also appreciate much the kicad tutorial 😊

    • @upir_upir
      @upir_upir  7 месяцев назад

      Happy to hear that!

  • @Scab5679
    @Scab5679 7 месяцев назад +1

    you could simply cover the very top of the hole above the LED with a piece of aluminium foil to reflect the light back and that way you'd get most of your light on the sides and not a blinding bright center

    • @upir_upir
      @upir_upir  7 месяцев назад

      Good idea, I might try that!

    • @Scab5679
      @Scab5679 7 месяцев назад +1

      @@upir_upir of you do then please show me how it looks

  • @planker
    @planker 7 месяцев назад +2

    This one I can do, I can even cast clear epoxy knobs.

    • @upir_upir
      @upir_upir  7 месяцев назад +2

      Can you also sell them? I would be interested in getting a custom-shaped knob!

    • @planker
      @planker 7 месяцев назад

      @@upir_upir You are quite talented, a simple resin epoxy kit is all you need. Knobs from anything, shapes and sizes at your fingertips. Now produce some knobs for your next project. Crazy knobs

  • @danieltoledo9383
    @danieltoledo9383 6 месяцев назад +1

    Hey guy, use the potentiometer in line with the led to show a general feedback of pot/resistance current/strength!

    • @danieltoledo9383
      @danieltoledo9383 6 месяцев назад +1

      I AM imagining a whole soundboard with feedback to knovv what audio frequency cutoff is on strong and which one isn't. Instead of just the little dash on the knob. Thanks!

    • @upir_upir
      @upir_upir  6 месяцев назад +1

      It would surely look great with many other knobs :)

  • @y2ksw1
    @y2ksw1 7 месяцев назад +1

    I didn't know about WokWi.

    • @upir_upir
      @upir_upir  7 месяцев назад

      It was a game-changer once I found it. I use it for all my projects.

  • @Skibosski
    @Skibosski 7 месяцев назад +2

    Holy smokes!!! 🤯 Another banger vid on potentiometer stuff.

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      Thank you, I´m glad you like this series!

  • @ShawankumarParida
    @ShawankumarParida 7 месяцев назад +1

    You should make a video on led cube!

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      Agreed. I always liked LED cubes!

  • @DustinWatts
    @DustinWatts 7 месяцев назад +1

    Imgaine this with a RGB led. That would look great!

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      Yep, RGB LEDs / neopixels will be the next step. Thank you for your comment!

    • @DustinWatts
      @DustinWatts 7 месяцев назад +1

      @@upir_upir You are welcome. Good luck!

    • @upir_upir
      @upir_upir  7 месяцев назад

      @DustinWatts thank you!

  • @BeetleJuice1980
    @BeetleJuice1980 7 месяцев назад +1

    Amazing as always!
    Please make a tutorial how to make an independed front panel that can be sent to pcbway.
    For example, like a psu front panel.

    • @upir_upir
      @upir_upir  7 месяцев назад

      Thank you for your comment, but I don´t fully understand your request. Could you please clarify what exactly would you like to see?

    • @BeetleJuice1980
      @BeetleJuice1980 7 месяцев назад +1

      @@upir_upir well the corrector made a mess.. Sorry.
      At the end of your video, you make an extra pcb panel. I would like to see a step By step tutorial, only how to make pcb panels, without electrical connections. Like the front panel of a psu. Thank you

    • @upir_upir
      @upir_upir  7 месяцев назад +2

      @BeetleJuice1980 the process is pretty much the same as for the shield, only you don’t place any components. You can download the KiCad file from GitHub and take a closer look. That said, I do plan to record a proper video.

  • @tamer27antepli
    @tamer27antepli 7 месяцев назад +1

    I want to see this on dj gear and affordable midi keyboards...

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      I’m actually thinking about creating something like that..

    • @tamer27antepli
      @tamer27antepli 7 месяцев назад

      You got a subscriber 😊​@@upir_upir

  • @MiScusi69
    @MiScusi69 7 месяцев назад +1

    Woah

  • @Kulderzipke123
    @Kulderzipke123 7 месяцев назад +2

    Super cool 😎

  • @UKsystems
    @UKsystems 7 месяцев назад +1

    There are easier ways to use ki cad

    • @upir_upir
      @upir_upir  7 месяцев назад

      That’s great! Can you tell us those ways?

    • @UKsystems
      @UKsystems 7 месяцев назад

      when selecting the symbol choose the footprint you can then duplicate or place multiple so that you don't have to assign footprints you just do it once per component. you may have to look into it but auto annotation can be done too as the symbols are placed in the schematic
      @@upir_upir

    • @UKsystems
      @UKsystems 7 месяцев назад

      select footprint when placing component to speed it up and allow automatic anotation when components are placed it makes it quicker@@upir_upir

  • @Playerpool
    @Playerpool 7 месяцев назад +1

    Would you mind giving it to me for free lol 😆

    • @upir_upir
      @upir_upir  7 месяцев назад

      You mean the pcb? I can send it to you if you don’t mind paying the shipping cost.

    • @Playerpool
      @Playerpool 7 месяцев назад +1

      ​@@upir_upir i guess the shipping to India is very high 😅

    • @upir_upir
      @upir_upir  7 месяцев назад

      @@Playerpool Probably like 2-3USD if you are not in a hurry and can wait a little bit longer.

  • @qwertyboguss
    @qwertyboguss 7 месяцев назад +1

    Immense respect @upir_upir for the quality of the videos and examples you provide. They're of great quality, can be followed by people new to these technologies. Keep up the good work

    • @upir_upir
      @upir_upir  7 месяцев назад +1

      Thank you for your comment and nice words, I really appreciate it!