aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2025-02-24 12:35:22 +0000
committerGitHub <noreply@github.com>2025-02-24 12:35:22 +0000
commit24bb80df29c9ce890f09400d9b78efac8c084e8b (patch)
treeb0dec3d151bd67ddcb358941f1c616f7388a0361
parent1d25183895fa7b03f107f59fd3415699aad900d3 (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1c95958..2e0824b 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ __[BUILD OPTIONS](/doc/BuildOptions.md) | [EXAMPLES](/examples/README.md)__ | [!
* [Supported Panels](#supported-panels)
* [Panel driver chips known to be working well](#driver-chips-known-to-be-working-well)
* [Unsupported Panels](#unsupported-panels)
+ * [Other hardware notes](#Other-hardware-notes)
- [Getting Started](#getting-started)
* [1. Library Installation](#1-library-installation)
* [2. Wiring the ESP32 to an LED Matrix Panel](#2-wiring-the-esp32-to-an-led-matrix-panel)
@@ -91,6 +92,11 @@ Ones interested in internals of such matrices could find [this article](https://
Please use an [alternative library](https://github.com/2dom/PxMatrix) if you bought one of these.
+## Other hardware notes
+There appers to be an issue with some ESP32-S3 based products when using this library. The thinking is the high-frequency DMA output generated by this library affects the S3's sensitive WiFi radio if the PCB isn't designed to minimise EMF.
+* 'Adafruit MatrixPortal S3' in particular does not work well with this library. Do not buy if you want to use with this library and WiFi. [Discussion](https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA/discussions/258#discussioncomment-12274566)
+
+
# Getting Started
## 1. Library Installation