Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my oled deauther's screen just shows gibberish and won't let me press any buttons... #6

Closed
lesquieshia opened this issue Dec 12, 2019 · 2 comments

Comments

@lesquieshia
Copy link

No description provided.

@ghost
Copy link

ghost commented Dec 24, 2019

Sorry for the long delay, N2D isn't meant for OLED deauthers. It uses the generic deauther firmware that is supposed to work for most NodeMCU or Wemos D1 Minis. Not for OLED deauthers. Again, apologies for the delay, and if you wish to use N2D, download the correct firmware and set it as the flash file when prompted by N2D. Merry Christmas! 🎄

@ghost ghost closed this as completed Dec 24, 2019
@wisehackermonkey
Copy link

darn, had the same issue and the fix was:
Fallowing the tutorial from https://github.com/spacehuhn/esp8266_deauther/wiki/Installation

basically pip install esptool

esptool -p /dev/ttyUSB0 write_flash -fm dout 0x0000 .\deauther_2.1.0_DSTIKE_Wristband_Mini.bin
windows where com7 is found from arduino ide
esptool -p "COM7" write_flash -fm dout 0x0000 .\deauther_2.1.0_DSTIKE_Wristband_Mini.bin

Note: install the DSTIKE Deauther Wristband
image

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants