SpacehuhnTech / WiFiDuck

Wireless keystroke injection attack platform
http://wifiduck.com
MIT License
2.04k stars 355 forks source link

Can't run scripts using a Tipe-C Nano SAMD21 #57

Closed davidsbright closed 3 years ago

davidsbright commented 3 years ago

Error: Hi, I've built a DIY Malduino W with a "USB Tipe-C Nano SAMD21 48MHZ Cortex M0 32 Bit Microcontroller" and "WeMos D1 Mini Pro V3.0 NodeMcu 4MB/16MB byte". I followed a guide on youtube (by Seytonic) about it, sadly in the video they used a "Adafruit Trinket M0", but on the description it was said i could use the one I'm currently using. Anyways I managed to solder the pins needed for it to work and I was able to connect to the Malduino W connection and to see the Script page. Once there there is a issue Running scripts, I know that there are only some keyboards supported and I was using the US layout so i used "LOCALE US" in the script. To test it I also added a line of script that was going to open the "Run" program. After I saved the script and ran it nothing happened, I tried others scripts, and also to restart the pc but nothing.

On screen i can see the website letting me know that the Script is running so I don't know what could be the problem.

Yes, I've made sure all the pins are on the right spot and well soldered.

Now I'll try to see if the pins need some adjustments, but I doubt it.

I'm available for any question or suggestions. Thank you very much

welcome[bot] commented 3 years ago

Thanks for opening your first issue here! šŸŽ‰
šŸ‘‰ Be sure to:
1. šŸ“– Have a look at the Wiki and README for information
2. šŸ” Search for similar issues (open and closed)
3. āœļø Provide enough information to understand, recreate and help out with your problem
4. ā„¹ļø Let us know if you find a solution
5. šŸ“• Close the issue when your problem has been solved

davidsbright commented 3 years ago

MalduinoW

Little update Here is a picture of how everything is connected. I tried connecting it to the pc with the cable but without the RX pin connected to the Trinket, and also tried with the Tx pin but it seemed like i was getting other errors if I disconnected them, maybe there is something to do with the program itself?

Thank you

davidsbright commented 3 years ago

Issue solved. I looked at the board datasheet and found out that this board (compared to the Adafruit trinket m0) needs the pin RX of the D1 mini connected to the pin 10 of the Type-C board. And the pin TX connected to the pin 8 of the Type-C board.

I hope people will find this helpful.