UtilitechAS / amsreader-firmware

ESP8266 and ESP32 compatible firmware to read, interpret and publish data to MQTT from smart electrical meters, both DLMS and DSMR is supported
Other
359 stars 69 forks source link

Addressable RGB LED of ESP32-S3-DevKitC-1 usable ? #806

Closed alexwala closed 2 weeks ago

alexwala commented 2 weeks ago

Describe your problem Is the addressable RGB LED of ESP32-S3-DevKitC-1 usable ?

Hardware information:

Relevant firmware information:

ArnieO commented 2 weeks ago

Our firmware does not use, and cannot use, an addressable LED.

alexwala commented 2 weeks ago

thanks for the fast respond !

ArnieO commented 2 weeks ago

You're welcome! The two reasons for using an ordinary RGB LED are:

  1. The blue part of the RGB LED is actuated directly from the incoming data signal. In that way it will indicate incoming data independently of whether the microcontroller is running or not. So as soon as the board is powered, there is a visual indicator of incoming data.
  2. Increased code size (library for addressable LED)
alexwala commented 2 weeks ago

Thanks for the explanation !