You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Although, `HCI with UART` is supported on `ESP32-C2`, `Wi-Fi + Bluetooth` (together) when used with `SPI+UART` setup, Bluetooth on UART works fine but Wi-Fi on SPI faces low throughput problem. By the time this is rectified, please use 'SPI only' i.e. `HCI over SPI` and `Wi-Fi over SPI` transport combination. In `SPI only` setup, there is no such limitation.
56
+
| RX | 10 | IO5 | IO5 | IO5 | TX |
57
+
| TX | 8 | IO1 | IO23 | IO12 | RX |
58
+
59
+
> [ !CAUTION ]
60
+
> - ESP32-C2 only
61
+
>- ESP32-C2 has much less IRAM, without PSRAM support.
62
+
>- With `SPI+UART` mode, i.e. Wi-Fi on SPI & BLE over UART mode, Wi-Fi on SPI faces low throughput problem when uart is loaded.
63
+
>- With `SPI only` mode, i.e. Wi-Fi & BLE, both, running over SPI, both, Wi-Fi and Bluetooth work smooth.
64
+
>- Conclusion, For `ESP32-C2`, prefer using `SPI only` mode.
0 commit comments