DIY Macro Keyboard with Joystick - Raspberry Pi Pico

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 25

  • @rverm1000
    @rverm1000 5 місяців тому +1

    thats good you wrote some code. i havent found much code that shows examples on interfacing lcd screens, a2d converters etc etc.

    • @NerdCaveYT
      @NerdCaveYT  5 місяців тому +1

      I am planning to make a big course on Pico Projects where I will go through everything in all detail, but just working on the script today it is going to take a long time but hopefully can do one a week. It expect each project to be over 1 hour so the editing time is going to be insane.

  • @agun214
    @agun214 5 місяців тому +2

    LOVE IT THANK YOU

  • @AgtP
    @AgtP 2 місяці тому

    Hi! I mostly constructed a prototype of your Macro Keyboard, im exited to finish it and customize it for my own shorcuts. Is it intentional that on startup the joystick drives the mouse in a different speed than when a program is selected? I assume i could override the joystick axis settings for each program and use the default one as i like that speed better. Right now im trying to test it on MacOS and got greeted by the Keyboard recognition wizard.. which is a little cumbersome because this is not an ordinary keyboard :D

    • @NerdCaveYT
      @NerdCaveYT  2 місяці тому

      Yes you should be able to adjust the x and y steps depending on how far the joystick is pushed to control the speed for each program, the ADC of joystick picks up some noise so that is why it might be best to adjust depending on your joystick behaviour. I have never used MacOS with the circuitpython, so regarding the support for the HID library I am not sure if there will be any issues, think I might need to check circuitpythons HID library to see if it supports MacOS

  • @KenanAtaerk
    @KenanAtaerk 5 місяців тому

    Hello Vernon! Nice video - with all details explained! I have a question - and I'm sure that the lot of peoples are curious about. Can we use this macropad for PC gaming? Thinking for more action oriented games where the buttons w,a,s,d, are pressed continuously and combined?

    • @NerdCaveYT
      @NerdCaveYT  5 місяців тому +1

      Yes you can, for example if it was a fight game where you maybe need to press up down up left etc. you can add small delays between each one send. If it is combined then it will have no delay for example: keyboard.send(Keycode.SHIFT, Keycode.A) this send both shift A at once for select all as an example.

  • @armand9910
    @armand9910 5 місяців тому +1

    Awesome🎉

    • @NerdCaveYT
      @NerdCaveYT  5 місяців тому

      Thank you, het jy discord ek sukkel met my whatsapp

  • @3ircle
    @3ircle 5 місяців тому

    Great video.Can you make a 2fa divice with raspberry pi pico❤

    • @NerdCaveYT
      @NerdCaveYT  5 місяців тому

      like a macro that stores your key or you need to use something to verify you as 2fa?

  • @gramozshala9629
    @gramozshala9629 5 місяців тому

    CAN YOU DO a bluetooth one

    • @NerdCaveYT
      @NerdCaveYT  5 місяців тому

      I have looked into it, it seems their is more support making one using the arduino environment with the Pico, I will research a bit more into the topic

  • @tubeDude48
    @tubeDude48 5 місяців тому

    Why not MicroPython?

    • @NerdCaveYT
      @NerdCaveYT  5 місяців тому +1

      MicroPython does not have the HID library support

    • @tubeDude48
      @tubeDude48 5 місяців тому

      @@NerdCaveYT - I control hardware with MicroPython; no problem.

    • @Alvin_Ajith
      @Alvin_Ajith 5 місяців тому

      @@tubeDude48 You need HID support to interface with a PC as if the Pico was an HID device like a keyboard/mouse, which MicroPython does not support as of now.

    • @tubeDude48
      @tubeDude48 5 місяців тому

      @@Alvin_Ajith - That's true in some cases, but for what he is doing, MicroPython will do this simple task.

    • @Alvin_Ajith
      @Alvin_Ajith 5 місяців тому

      @@tubeDude48 Can you please let me know how to, because I was trying to use micropython about a year ago to make a small macropad with the Pico. And gave it up when I realised I had to go with circuitpython instead 😂🥲

  • @johantjie
    @johantjie 5 місяців тому

    Wow! Baie interessante projek.

    • @NerdCaveYT
      @NerdCaveYT  5 місяців тому

      Dankie, Dis nou al n ou series ek moet dink hoe ek dit kan verbeter

  • @agun214
    @agun214 5 місяців тому

    NO THIS IS PATRICK

    • @NerdCaveYT
      @NerdCaveYT  5 місяців тому +1

      Is this the Krusty Krab?