How to setup a Raspberry pi Pico as a USB Rubber Ducky

Поделиться
HTML-код

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

  • @tankfans6182
    @tankfans6182 2 года назад +3

    im getting a pico next week so ill be using this tutorial to help build myself one. nice video btw

  • @kidsart1597
    @kidsart1597 2 года назад +2

    Keep going abhi, good job

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

    Thanks a lot

  • @GregboyGR
    @GregboyGR Год назад +3

    its been two days now, i did everything step by step, with 7.0.0 version, 8.0.0 version and for some reason in the last step the pico just does not run the dd file. i still dont understand why it doesnt work, i even nuked it 2-3 times but it is the same problem. Do you have any ideas?

    • @sponge7142
      @sponge7142 Год назад

      same issue here mate, just use 7.0.0

  • @jeromeh.348
    @jeromeh.348 Год назад

    Thx for the video

    • @jeromeh.348
      @jeromeh.348 Год назад

      I also would recommend upgrading your microphone...

  • @aaaa9002
    @aaaa9002 Год назад

    🔥

  • @sleepyvoyager
    @sleepyvoyager 2 года назад

    Good job bro! I am new to this and barely managed to run the string typing sequence in the loop so that the string is repeatedly typed in a notepad after interval. Can you please let me know what and where to add in code.py to open notepad only once before the payload.dd runs in loop? Here is my while loop.
    while True:
    runScript(payload)
    if led_state:
    led_pwm_up(led)
    led_state = False
    else:
    led_pwm_down(led)
    led_state = True

    • @abhielecs12221
      @abhielecs12221  Год назад

      I think so that instead of using the while loop use can use some commands in the payload.dd file. If you want more details there are tons of tutorials online. Hope this helps.

  • @baldusvomwaldus9658
    @baldusvomwaldus9658 Год назад

    Funny how slow your Internet is but very good video👍🏻👍🏻

    • @abhielecs12221
      @abhielecs12221  Год назад +1

      I was using bad software but thanks for the compliment

  • @lakelysimmons
    @lakelysimmons Год назад

    Hi! I'm trying to run on pico and I have a problem: my computer sees pico as a usb device and doesn't start payload.dd. Do you know how to fix it?

    • @abhielecs12221
      @abhielecs12221  Год назад

      First disconnect the pico, hold the bootsel button and while holding it plug it in. Then in google search for rpi pico flash nuke file. It should be in uf2 format. Then download and copy the uf2 file to the rpi pico device. It will automatically disconnect and reconnect. Then repeat the steps in the video. Hope this helps.

  • @user-rw5vw3lb7u
    @user-rw5vw3lb7u Год назад

    Hey i have one confusion about storage size of this pi Pico
    What is the maximum space of mass storage?

    • @abhielecs12221
      @abhielecs12221  Год назад

      It has a max storage of around 2MB in flash with 264KB of RAM.

  • @akwaa69
    @akwaa69 2 года назад +1

    Brave >>>

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

    The pico doesnt show up as a keyboard it still shows up as a storage device

  • @mrshorts139
    @mrshorts139 2 года назад

    hello, I'm italian, so when it write it is wrong because the layout is mistaken, can you help me.

    • @abhielecs12221
      @abhielecs12221  Год назад

      Either you can change the payload.dd or you can change the keyboard layout in the computer. hope this helps

  • @Hi-zt7tn
    @Hi-zt7tn 2 года назад

    can I use something like a raspberry pi 1?

    • @abhielecs12221
      @abhielecs12221  Год назад

      I dont think so thats possible. Maybe
      But I dont know

  • @poof1560
    @poof1560 Год назад

    hello it no longer works why?

    • @abhielecs12221
      @abhielecs12221  Год назад

      It still works here. Maybe check your steps. If not working please contact me through mail abhielecs12221@gmail.com

    • @dabbingpig132
      @dabbingpig132 Год назад +1

      It not work for me either

  • @coolcat1938
    @coolcat1938 Год назад

    it doesent work i did every step as you said

  • @guilhembomont-latouche6366
    @guilhembomont-latouche6366 Год назад

    help ! when i run my code.py it doesn't work and say can't find adafruit.keyboard

    • @abhielecs12221
      @abhielecs12221  Год назад

      Did you paste the adafruit_hid folder into the CIRCUITPY/lib folder? If not we will face this error. Hope it helps!