pico-ducky icon indicating copy to clipboard operation
pico-ducky copied to clipboard

I followed all the steps and moved payload.dd to CIRCUITPY as the last step but nothing happened.

Open Blinn92 opened this issue 2 years ago • 3 comments

I followed all the steps and moved payload.dd to CIRCUITPY as the last step but nothing happened. What I'm wondering is, what is the cause of the problem and how can I fix it so that it works normally?

Blinn92 avatar Jan 24 '24 09:01 Blinn92

If you are using a Pico, the payload runs only on boot. After copying your payload file (payload.dd), unplug the device and put into the target computer.

dbisu avatar Jan 25 '24 04:01 dbisu

hello @dbisu , i completed all the steps. Now, when i plug the pico in all i got on windows is like in the image below. The pop up as in the screenshot that's all and nothing happens. The notepad opens up but it's blank. I used the basic payload.dd to test it out.

image

jepunband avatar Feb 23 '24 07:02 jepunband

From these pictures, seems like your delay isn't long enough. It looks like it is trying to type the Hello World before getting notepad open.

dbisu avatar Mar 07 '24 02:03 dbisu