Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@ewpratten also not with the ducky converter, the script gets translated to native c code
-
@BindView not any, because only specific ones support to be put into HID mode iirc?
-
@JoshBent i tested a few atmega boards, they worked but with a different driver, if i get some money i can spare, ill buy more boards for testing
-
@BindView @ewpratten
you seem to be both right, looking at nicohood/hid project, it seems theres actually a pretty expanded list by now since last time I tried it (when mostly attiny85 and teensies were viable for things like keyboard projects), though I remember it being difficult to actually successfully get HoodLoader to work:
Uno (with HoodLoader2)
Mega (with HoodLoader2)
Leonardo
(Pro)Micro
Any other 8u2/16u2/at90usb8/162/32u2/32u4 compatible board
No SAM/ARM support (Due, Zero etc)
also from arduino docs: "The keyboard functions enable a 32u4 or SAMD [...]" -
@fun2code https://github.com/RazorSh4rk/...
It only works with attiny right now, digikeyboard isnt ported to atmega
Making an open source version of Rubber Ducky (the HID payload one) with a complete IDE
rant