ESP8266 Developer Zone The Official ESP8266 Forum 2020-06-17T17:20:30+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=2267 2020-06-17T17:20:30+08:00 2020-06-17T17:20:30+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2267&p=80212#p80212 <![CDATA[Re: Disable Wifi status LED]]> Statistics: Posted by Her Mary — Wed Jun 17, 2020 5:20 pm


]]>
2020-05-06T17:08:40+08:00 2020-05-06T17:08:40+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2267&p=78195#p78195 <![CDATA[Re: Disable Wifi status LED]]>

Code:

wifi_status_led_uninstall in ESP8266_RTOS_SDK 3.x ?

Statistics: Posted by alexsunmiu — Wed May 06, 2020 5:08 pm


]]>
2017-04-23T15:47:22+08:00 2017-04-23T15:47:22+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2267&p=12515#p12515 <![CDATA[Re: Disable Wifi status LED]]> The problem was in a custom library, which used GPIO2 for Wifi status.
Thanks.

Statistics: Posted by csabitec — Sun Apr 23, 2017 3:47 pm


]]>
2017-04-13T20:24:39+08:00 2017-04-13T20:24:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2267&p=12279#p12279 <![CDATA[Re: Disable Wifi status LED]]>
I'm working on a project where I need to use the GPIO2 (WiFi Status Led) for another purpose (Chip Select line; all other pins are used).
How can I disable the Wifi Status Led function.
Right now both (my sketch in Arduino and ESP WiFi functions) try to use this pin and of course my device on this Chip Select line doesn't respond at all, however everything works fine without WiFi functions.

I tried to call this in setup: " wifi_status_led_uninstall(); " after including "#include <user_interface.h>"
but it gives me an error message: " undefined reference to `wifi_status_led_uninstall()' "

Thank you for your help!

Statistics: Posted by csabitec — Thu Apr 13, 2017 8:24 pm


]]>
2016-07-05T15:17:19+08:00 2016-07-05T15:17:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2267&p=7739#p7739 <![CDATA[Re: Disable Wifi status LED]]> Statistics: Posted by Guest — Tue Jul 05, 2016 3:17 pm


]]>
2016-07-02T15:39:17+08:00 2016-07-02T15:39:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2267&p=7667#p7667 <![CDATA[Re: Disable Wifi status LED]]>
My question is related to RED LED on the esp-8266-01, which as per me is showing the status of power.

wifi_status_led_uninstall() will disable gpio port not the red led.

Thanks

Statistics: Posted by rupak426 — Sat Jul 02, 2016 3:39 pm


]]>
2016-06-29T17:02:13+08:00 2016-06-29T17:02:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2267&p=7547#p7547 <![CDATA[Re: Disable Wifi status LED]]> Statistics: Posted by Guest — Wed Jun 29, 2016 5:02 pm


]]>
2016-06-09T03:16:25+08:00 2016-06-09T03:16:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2267&p=7266#p7266 <![CDATA[Disable Wifi status LED]]>
I want to disable Wi-Fi status LED (red LED) & blinking Blue LED from ESP-8266-01 to save power consumption. I found function "wifi_status_led_uninstall" in the SDK docs, which says that, it uninstalls Wi-Fi status LED. But not sure how to use it.
can you guys help me here?

thanks,
Rupak

Statistics: Posted by rupak426 — Thu Jun 09, 2016 3:16 am


]]>