Stream Deck Killer! This is the InfiniteDeck - an easy to use macropad

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 31

  • @guisato1
    @guisato1 ปีที่แล้ว +1

    Thank you for sharing your project! I purchased the ESP32S3 version and finished assembly this week, it's working perfectly! I'm looking forward to the upgrades (bluetooth version and new commands). Keep up the great work!

  • @totemadept
    @totemadept ปีที่แล้ว

    Amazing project would love to see this incorporated into a cyber deck or a bluetooth version

  • @hanysbaba8069
    @hanysbaba8069 2 ปีที่แล้ว +2

    works, keep up the good work man

    • @DSLRDIYCNC
      @DSLRDIYCNC  2 ปีที่แล้ว

      thanks for your comment 😀

  • @1972SCOTCH
    @1972SCOTCH ปีที่แล้ว

    A very great project.
    I bought the hardware and have already made the first adjustments. Icons 80x80 So I have 24 icons.
    Now my two questions.
    1. How can I change the background color from black to another?
    2. Can I also simulate the long press of a key (e.g. press the V key for 3 seconds)
    Oh yes, other image templates would also be available, e.g. png work?

    • @DSLRDIYCNC
      @DSLRDIYCNC  ปีที่แล้ว +1

      Thanks for your comment, sure the background color change and delay function will be added in the new version, the video will be released this week. 😀

  • @thanemakes5377
    @thanemakes5377 11 หลายเดือนก่อน

    It looks like the version of this board and screen are sold out… can you suggest a newer or larger version that works the same?

  • @nigaman6277
    @nigaman6277 2 ปีที่แล้ว +3

    a great project, I've been looking for something like this for a long time, don't you think to make PC software so that you don't have to register txt files yourself, assign bmp and not upload files to sd?

    • @DSLRDIYCNC
      @DSLRDIYCNC  2 ปีที่แล้ว +1

      that's a great idea. I was thinking about it for a second version of the InfiniteDeck, but over a web interface if it is possible. Going to an IP address and change the txt and icons.

    • @nigaman6277
      @nigaman6277 2 ปีที่แล้ว +1

      @@DSLRDIYCNC that's fine, will be looking forward to v2

  • @JeremyCook
    @JeremyCook 2 ปีที่แล้ว +2

    The USB C port emulates a keyboard - can it also do mouse/consumer controls (volume etc)?

    • @DSLRDIYCNC
      @DSLRDIYCNC  2 ปีที่แล้ว +5

      Now only support keyboard emulation, but it is a great idea to work for a version 2.0 of this device. 😀

  • @tgm_buggy
    @tgm_buggy 6 หลายเดือนก่อน

    odds of response are low, but whenever i try to upload the code, it boot loops I have an ESP32-S3 I followed the instructions step by step.

  • @creativecomputers6060
    @creativecomputers6060 6 หลายเดือนก่อน +1

    Try to press a button without looking

  • @correnon
    @correnon ปีที่แล้ว

    Would it be possible to use a Sunton ESP32-S3 7" 800*480 TN for more buttons as if it was a stream deck xl?

    • @DSLRDIYCNC
      @DSLRDIYCNC  ปีที่แล้ว

      sorry I missed your comment, sure the code can be modified to work on a bigger screen, DM on instagram

  • @christobacon1
    @christobacon1 ปีที่แล้ว

    Would that work with the s3 version that has Bluetooth?

  • @TheZukru
    @TheZukru 4 หลายเดือนก่อน

    Will this work with so called Cheap Yellow Display?

  • @dablet
    @dablet 2 ปีที่แล้ว +1

    this is still a lot of work. i wish you had shared the BIN file for us to flash. so we dont even need the Arduino IDE.
    anyway, can we do this with an old phone or tablet?

    • @DSLRDIYCNC
      @DSLRDIYCNC  2 ปีที่แล้ว

      Sorry for the bin file, but it is more intimidating to program using command lines for people not used to programming. You can do the same looking for tutorials of "Touch portal", but it has its limitations.

  • @MaxSMoke777
    @MaxSMoke777 2 ปีที่แล้ว

    Seems pretty handy, but if the bitmaps are 24 bits in depth, why are they 2 bits in color when used?

    • @DSLRDIYCNC
      @DSLRDIYCNC  2 ปีที่แล้ว

      the 24bits is more a limitation of the code I used that only read 24bits, I will try to add support for other bits bmp files and also a web interface to modify the files and icons easier.

  • @einself
    @einself ปีที่แล้ว

    is it possible to run this on a smaller screen?

  • @FairfieldPhoto
    @FairfieldPhoto 2 ปีที่แล้ว

    The ESP32-S2 board is sold out. Is this the only ESP board that will work or are their others that are equally capable and compatible with the code?

    • @FairfieldPhoto
      @FairfieldPhoto 2 ปีที่แล้ว

      For example, could I swap in the ESP32-S3 or the ESP32-C3(RISC-V) SPI?

    • @DSLRDIYCNC
      @DSLRDIYCNC  2 ปีที่แล้ว +2

      @@FairfieldPhoto Thanks for letting me know that is out of stock. The easy modifications in the code would be for the ESP32-S3 with Capacitive touchscreen. I will update the code to be compatible with this board.

    • @DSLRDIYCNC
      @DSLRDIYCNC  2 ปีที่แล้ว

      The code is updated, now there is a S3 version

    • @FairfieldPhoto
      @FairfieldPhoto 2 ปีที่แล้ว +1

      @@DSLRDIYCNC Thanks for the quick update! I also noticed that the -S3 board supports Bluetooth. If I just supply power via the USB-C, does the software image allow connection to emulate a keyboard via BT?

    • @DSLRDIYCNC
      @DSLRDIYCNC  2 ปีที่แล้ว

      @@FairfieldPhoto Sorry I missed your comment, I will try to update the code also for bluetooth support. Thanks for the suggestion