From 70b85fad6fc3c408a9260c3cb570dfc9ccc92aef Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 29 Mar 2023 19:12:35 +0200 Subject: [PATCH] Doc: Added sample device profile for CMT and NRF module --- docs/DeviceProfiles/nodemcu_esp32.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/DeviceProfiles/nodemcu_esp32.json b/docs/DeviceProfiles/nodemcu_esp32.json index b5f3d0d..e3aa6c5 100644 --- a/docs/DeviceProfiles/nodemcu_esp32.json +++ b/docs/DeviceProfiles/nodemcu_esp32.json @@ -68,5 +68,24 @@ "data": 21, "clk": 22 } + }, + { + "name": "Generic NodeMCU 32 with NRF + CMT Module", + "nrf24": { + "miso": 19, + "mosi": 23, + "clk": 18, + "irq": 16, + "en": 4, + "cs": 5 + }, + "cmt": { + "clk": 12, + "sdio": 14, + "cs": 27, + "fcs": 26, + "gpio2": -1, + "gpio3": -1 + } } ] \ No newline at end of file