spacehuhn / wifi_ducky

Upload, save and run keystroke injection payloads with an ESP8266 + ATMEGA32U4
MIT License
1.28k stars 294 forks source link

Problem load sketch CJMCU TF ATMEGA32U4 #5 #115

Open gianfelicevincenzo opened 7 months ago

gianfelicevincenzo commented 7 months ago

Hi, I ordered this CJMCU TF ATMEGA32U4 controller (leonardo) on Aliexpress

The problem lies in loading the sketches. Nothing ever loads. Every time I get the error "ttyACM0 Permission Denied"

9ea318fc1c350668b5c876d027fcf5f8123e6b1e

I have already done all the necessary checks. my user was added to the dialout group, I also set all the permissions on ttyACM0 via chmod but nothing. After various searches I read that before loading the code you must hold down the button on the card. I did it, even part of the loading starts but shortly after it stops with the error "butterfly_recv(): programmer is not responding"

219f38d199320279f50173742fc12639367dd2eb

Here is more information regarding this controller from arduino ide:

e6a478019ba5b1c92da27b886557241f0a6f9f72

How is it possible? I really appreciate your help because I don't know where to turn anymore, thanks.