spacehuhn / wifi_ducky

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

No communication between Arduino and ESP8266 #26

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello, So i've an Pro micro (ATmega32u4) connected to a D1 mini (ESP8266). About wiring, from Arduino to D1 mini : VCC to 5v / GND to G / and RX and TX. I've loaded the 4mb bin file correctly with these settings : baud rate : 115200 and 80mHz. In the Arduino sketch I see a different baud rate, did I need to change it to the same from nodeMCU flasher ? Else the problem is : no one of the command that I enter are executed on the computer..

Thanks in advance for your help