Skip to content

Access WiFi Network and PWM #819

Closed
Closed
@plinioseniore

Description

@plinioseniore

Hi,

I'm working on an ESP8266 based WiFi Bulb based on Souliss, is working fine out of the startup.

The ESP8266 cannot connect to a WiFi network (either as STA or AP) if the output pins are used in a PWM, this only at the connection time, after it works fine. We found this because the module need 3-4 seconds to connect with the WiFi network and so, turning the LEDs on only after the connection has made, will result into a delayed light.

So if we turn ON leds, then start the connection the ESP8266 turn off the outputs and reboot due to the watchdog. Is it related to the timer used for the software PWM?

The pin used are the following:

define PIN_RED 13

define PIN_GREEN 12

define PIN_BLUE 14

define PIN_WHITE 2

define PIN_ENABLE 15

A picture is following for reference

esp8266_authometion_wifibulb

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions