dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.42k stars 440 forks source link

raspberry pico w #106

Closed kazikaas closed 2 years ago

kazikaas commented 2 years ago

does this work with the raspberry pico w, and if not do you already have a version for the raspberry pico w

p-i-c-o commented 2 years ago

I have a feeling that the current code should work with the new chip

dbisu commented 2 years ago

I'm still working on getting a pico w. I should have one soon. I expect then it will take a couple of weeks to make the updates to support the wireless features. I appears that CircuitPython 8.x will support the Pico W.

lorelolorelo commented 2 years ago

I was playing with the code that you have available here,https://github.com/dbisu/feathers2-ducky it seems that adapting it is not very complicated even though I am not an expert.

In any case, it loads all the code except for the webpage, I've never deal with wsgi before, but it seems that some regex or similar is not right.

The only things I have changed is wifi.radio.ipv4_address_ap for wifi.radio.ipv4_address

And it seems AP mode is not available yet for circuit python so this line won't work... Sugestions are welcome in any case i plan to spend some more time on the wekeend :)

dbisu commented 2 years ago

Closing, duplicate of #80 I have a Pico W now, just need some time to get it working.