mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1618] How to disable blinking LED? I need to use the GPIO pin. #1379
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1379
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rtek1000 on GitHub (Jun 1, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1618
Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32:
Hardware: ESP32
Core Version: 2.0.8 (https://github.com/espressif/arduino-esp32)
Description
Problem description
LED continues to flash even after station mode has been set.
But there is no LED declaration in the source code.
If the setup line "res = wm.autoConnect("AutoConnectAP", "password");" is commented out, the LED stops flashing.
I found a mention of LED in the issues:
Settings in IDE
Module: ESP32 WROOM DA
Additional libraries:
Sketch
Debug Messages
@tablatronix commented on GitHub (Jun 1, 2023):
What board? What led?
@rtek1000 commented on GitHub (Jun 1, 2023):
ESP32-WROOM-DA, GPIO2.
@chriskinal commented on GitHub (Jun 1, 2023):
I had trouble with board profiles that used the blue LED causing WDT timeouts. While troubleshooting, I changed Arduino IDE to the ESP32 Dev Module profile. This stopped the use of the blue LED and the WDT timeouts. I could still use the GPIO2 to activate the blue LED but it wasn't flashing during WiFi use as the other board profile did.
@tablatronix commented on GitHub (Jun 1, 2023):
you are using the wrong board defs for this board, thats the problem
@rtek1000 commented on GitHub (Jun 1, 2023):
I was testing it too, and I noticed that if other board models (i.e. DOIT ESP32 DEV KIT V1; ESP32 DEV Module) are selected in the IDE, the LED (GPIO2) stops blinking, so it seems to be only with the ESP32-WROOM-DA. I'll leave the reference of this model, in case someone looks for it:
https://www.techtonions.com/esp32-wroom-da/
@rtek1000 commented on GitHub (Jun 1, 2023):
Source: https://www.techtonions.com/esp32-wroom-da/
@rtek1000 commented on GitHub (Jun 1, 2023):
Source: https://github.com/espressif/arduino-esp32/issues/8280
@tablatronix commented on GitHub (Jun 1, 2023):
I have never seen any DA board other than the esp devkit, what board exactly is this?
There is no blue led on that board
@tablatronix commented on GitHub (Jun 1, 2023):
I knew IT
@rtek1000 commented on GitHub (Jun 1, 2023):
The price for having a more powerful signal was losing 2 general purpose pins.
Since the GPIO 25 is DAC1.
D'oh!
¯_(ツ)_/¯
@tablatronix commented on GitHub (Jun 1, 2023):
SO how is the signal ? Is it even worth it?
I wil have to order one of these to test
@rtek1000 commented on GitHub (Jun 1, 2023):
I found this video about the performance,
See more about this ESP32-Shirt:
#422 A new Dual Antenna ESP32 Module: The WROOM-DA
https://m.youtube.com/watch?v=F0u5qIwwY1k&vl=en
@tablatronix commented on GitHub (Jun 3, 2023):
So you haven't used it? I thought you said thats what you are testing?