From 1e26e87bc2ab1afaa90cf660f00a5ebb72e2599f Mon Sep 17 00:00:00 2001 From: Simon Schwarz Date: Thu, 24 Aug 2023 22:02:02 +0200 Subject: [PATCH] Added a pin profile where the nrf24 module can be soldered directly. Also added a profile with SSD1306 display --- .../lilygo_ttgo_t-internet_poe.json | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/docs/DeviceProfiles/lilygo_ttgo_t-internet_poe.json b/docs/DeviceProfiles/lilygo_ttgo_t-internet_poe.json index 0bc2857..538f300 100644 --- a/docs/DeviceProfiles/lilygo_ttgo_t-internet_poe.json +++ b/docs/DeviceProfiles/lilygo_ttgo_t-internet_poe.json @@ -18,5 +18,50 @@ "type": 0, "clk_mode": 3 } + }, + { + "name": "LILYGO TTGO T-Internet-POE, nrf24 direct solder", + "nrf24": { + "miso": 12, + "mosi": 4, + "clk": 15, + "irq": 33, + "en": 14, + "cs": 2 + }, + "eth": { + "enabled": true, + "phy_addr": 0, + "power": -1, + "mdc": 23, + "mdio": 18, + "type": 0, + "clk_mode": 3 + } + }, + { + "name": "LILYGO TTGO T-Internet-POE, nrf24 direct solder, SSD1306", + "nrf24": { + "miso": 12, + "mosi": 4, + "clk": 15, + "irq": 33, + "en": 14, + "cs": 2 + }, + "eth": { + "enabled": true, + "phy_addr": 0, + "power": -1, + "mdc": 23, + "mdio": 18, + "type": 0, + "clk_mode": 3 + }, + "display": { + "type": 2, + "data": 16, + "clk": 32 + } } ] \ No newline at end of file