[GH-ISSUE #266] how i turn off the built in led ? #159

Closed
opened 2026-02-27 23:23:23 +03:00 by kerem · 13 comments
Owner

Originally created by @Niklaus1911 on GitHub (Aug 8, 2017).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/266

Originally created by @Niklaus1911 on GitHub (Aug 8, 2017). Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/266
kerem 2026-02-27 23:23:23 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@spacehuhn commented on GitHub (Aug 8, 2017):

Go to settings and change Use LED and click save.

settings

<!-- gh-comment-id:320908274 --> @spacehuhn commented on GitHub (Aug 8, 2017): Go to settings and change `Use LED` and **click save**. ![settings](https://user-images.githubusercontent.com/3826044/29066521-b69dc538-7c2f-11e7-8213-ee1ad9f02734.jpg)
Author
Owner

@Niklaus1911 commented on GitHub (Aug 8, 2017):

It stays on

<!-- gh-comment-id:320908927 --> @Niklaus1911 commented on GitHub (Aug 8, 2017): It stays on
Author
Owner

@adamff-dev commented on GitHub (Aug 8, 2017):

Yep, I'm using the 1.6 version and the LED always stays on.

<!-- gh-comment-id:320914698 --> @adamff-dev commented on GitHub (Aug 8, 2017): Yep, I'm using the 1.6 version and the LED always stays on.
Author
Owner

@spacehuhn commented on GitHub (Aug 8, 2017):

Works perfect for me on every board.
Are you maybe talking about the Deauther boards? They have multiple LEDs for the charging circuit and a LED on GPIO 16: https://github.com/spacehuhn/esp8266_deauther/blob/master/esp8266_deauther/esp8266_deauther.ino#L20

<!-- gh-comment-id:320918030 --> @spacehuhn commented on GitHub (Aug 8, 2017): Works perfect for me on every board. Are you maybe talking about the Deauther boards? They have multiple LEDs for the charging circuit and a LED on GPIO 16: https://github.com/spacehuhn/esp8266_deauther/blob/master/esp8266_deauther/esp8266_deauther.ino#L20
Author
Owner

@N0vaPixel commented on GitHub (Aug 8, 2017):

WoW. Never seen a LED on the GPIO 16 pin of my board. I use a classic NodeMCU board.

For me this is a red LED and is turned on at the beginning of the firmware.

<!-- gh-comment-id:320919438 --> @N0vaPixel commented on GitHub (Aug 8, 2017): WoW. Never seen a LED on the GPIO 16 pin of my board. I use a classic NodeMCU board. For me this is a red LED and is turned on at the beginning of the firmware.
Author
Owner

@Niklaus1911 commented on GitHub (Aug 8, 2017):

Im talking about nodemcu esp8266

<!-- gh-comment-id:320919743 --> @Niklaus1911 commented on GitHub (Aug 8, 2017): Im talking about nodemcu esp8266
Author
Owner

@N0vaPixel commented on GitHub (Aug 8, 2017):

You are talking about this red LED ?
fichier_000

<!-- gh-comment-id:320922932 --> @N0vaPixel commented on GitHub (Aug 8, 2017): You are talking about this red LED ? ![fichier_000](https://user-images.githubusercontent.com/13287666/29069041-86374c0c-7c39-11e7-81fb-b1485bc24380.jpeg)
Author
Owner

@spacehuhn commented on GitHub (Aug 8, 2017):

Thanks for the picture @N0vaPixel !
Seems to actually be GPIO16. Not all of my boards have a LED there which is weird.

I will adjust the .bin file.

<!-- gh-comment-id:320924187 --> @spacehuhn commented on GitHub (Aug 8, 2017): Thanks for the picture @N0vaPixel ! Seems to actually be GPIO16. Not all of my boards have a LED there which is weird. I will adjust the .bin file.
Author
Owner

@Niklaus1911 commented on GitHub (Aug 8, 2017):

@N0vaPixel Yes

<!-- gh-comment-id:320924726 --> @Niklaus1911 commented on GitHub (Aug 8, 2017): @N0vaPixel Yes
Author
Owner

@N0vaPixel commented on GitHub (Aug 8, 2017):

To clarrify for all, there is currently two differents LEDs used by the firmware.

The blue is the default used when an attack is running. (Pin 2). You can configure it in the settings web page.

But the red is turned on at startup for some board (GPIO16 confirmed)
This is not bad, it can show that the esp8266 is on and the firmware works correctly ¯_(ツ)_/¯

<!-- gh-comment-id:320925083 --> @N0vaPixel commented on GitHub (Aug 8, 2017): To clarrify for all, there is currently two differents LEDs used by the firmware. The blue is the default used when an attack is running. (Pin 2). You can configure it in the settings web page. But the red is turned on at startup for some board (GPIO16 confirmed) This is not bad, it can show that the esp8266 is on and the firmware works correctly ¯\_(ツ)_/¯
Author
Owner

@spacehuhn commented on GitHub (Aug 8, 2017):

Yep.

I updated the standart 1mb .bin file:
https://github.com/spacehuhn/esp8266_deauther/releases/download/v.1.6/esp8266_deauther_1mb.bin

I guess most people don't want that LED to be on, just because previous versions didn't had that either.
If you still want it, flash the Arduino code.

I will add it to my to-do list for the next update to put an option for GPIO16 into the web interface as well!

<!-- gh-comment-id:320925868 --> @spacehuhn commented on GitHub (Aug 8, 2017): Yep. I updated the standart 1mb .bin file: https://github.com/spacehuhn/esp8266_deauther/releases/download/v.1.6/esp8266_deauther_1mb.bin I guess most people don't want that LED to be on, just because previous versions didn't had that either. If you still want it, flash the Arduino code. I will add it to my to-do list for the next update to put an option for GPIO16 into the web interface as well!
Author
Owner

@adamff-dev commented on GitHub (Aug 8, 2017):

Thanks! I was about to modify it.

<!-- gh-comment-id:320925980 --> @adamff-dev commented on GitHub (Aug 8, 2017): Thanks! I was about to modify it.
Author
Owner

@N0vaPixel commented on GitHub (Aug 8, 2017):

@spacehuhn Yes i think it's a good idea. This new LED can be confusing for many.

For those who want to build a custom firmware to turn off this LED 🔨
In esp8266_deauther.ino
Replace this line #define USE_LED16
With //#define USE_LED16

<!-- gh-comment-id:320926587 --> @N0vaPixel commented on GitHub (Aug 8, 2017): @spacehuhn Yes i think it's a good idea. This new LED can be confusing for many. For those who want to build a custom firmware to turn off this LED 🔨 In esp8266_deauther.ino Replace this line #define USE_LED16 With //#define USE_LED16
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#159
No description provided.