From 1ecb43ba8d858c49ac0b8a21a0fda35541b200ac Mon Sep 17 00:00:00 2001 From: Skip Hansen Date: Tue, 21 Jan 2025 11:40:33 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index ce9fb94..851320d 100644 --- a/Home.md +++ b/Home.md @@ -83,8 +83,17 @@ Feel free to add missing information, write documentation, tips or tutorials. ## Access Points (AP) -The [[LilyGo-T‐Panel-AP]] is the only known off the shelf commercial product that can be flashed with OEPL firmware and used as an AP -without any modifications or additions. +The following basic tag types are supported by the OpenEPaperLink project: + +1. IEEE 802.15.4 protocol on 2.4 Ghz. +2. Bluetooth Low Energy (BLE) on 2.4 Ghz. +3. GFSK with an 802.15.4 like header on 868 or 915 Mhz (SubGhz). + +The [[BLE only AP]] firmware can be flashed into a number of off the shelf ESP32-S3 +boards to support BLE tags **ONLY**. + +The [[LilyGo-T‐Panel-AP]] can be flashed with OEPL firmware and used with IEEE 802.15.4 or BLE TAGs without any modifications or additions. Support for SubGhz Tags can be added by attaching on external CC1101 module via the +expansion port. There are many DIY AP designs available. @@ -102,7 +111,6 @@ Some OEPL enthusiasts sell AP kits or ready to go APs from time to time, to loca ### SubGHz and Bluetooth -- [[BLE only AP]] - [[AP SubGhz Config|SubGhz-AP-Configuration]] - [[Adding SubGhz support to LilyGo T‐Panel AP|LilyGo-T‐Panel-AP#subghz-support]] - [[Generic CC1101 modules for SubGhz]]