From 6bbd4a30a3fd3af7fbb6f620ccded368922173b6 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 29 Mar 2025 15:18:43 +0100 Subject: [PATCH] Added device profile for Olimex ESP32-POE and CMT2300A module Thanks to @MPW1412 in #2465 --- docs/DeviceProfiles/olimex_esp32_poe.json | 26 ++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/DeviceProfiles/olimex_esp32_poe.json b/docs/DeviceProfiles/olimex_esp32_poe.json index e0a81a01..0a37cb15 100644 --- a/docs/DeviceProfiles/olimex_esp32_poe.json +++ b/docs/DeviceProfiles/olimex_esp32_poe.json @@ -105,5 +105,29 @@ "data": 33, "clk": 32 } + }, + { + "name": "Olimex ESP32-POE with CMT2300A", + "links": [ + {"name": "Datasheet", "url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware"}, + {"name": "CMT 2300A Datasheet", "url": "https://shop.blinkyparts.com/de/Ebyte-Funkmodul-CMT2300A-868-915MHz-Breakoutboard/blink238542.4"} + ], + "cmt": { + "clk": 14, + "cs": 5, + "fcs": 15, + "sdio": 2, + "gpio2": -1, + "gpio3": -1 + }, + "eth": { + "enabled": true, + "phy_addr": 0, + "power": 12, + "mdc": 23, + "mdio": 18, + "type": 0, + "clk_mode": 3 + } } -] \ No newline at end of file +]