diff --git a/README.MD b/README.MD index 2102b25..8e24af1 100644 --- a/README.MD +++ b/README.MD @@ -24,40 +24,47 @@ | [LoRa32 V2.0]() | [Product link](https://pt.aliexpress.com/item/32847443952.html) | [LoRa32 V2.0](schematic/T3_V2.0.pdf) | | [LoRa32 V2.1_1.6 Version]() | [AliExpress](https://pt.aliexpress.com/item/32872078587.html)/[Amazon](https://www.amazon.com/dp/B09SHRWVNB?ref=myi_title_dp) | [LoRa32 V2.1_1.6](schematic/T3_V1.6.pdf) | | [T-Motion S76G]() | [Product link](https://www.aliexpress.com/item/4000571051141.html) | [T-Motion](schematic/T-Motion.pdf) | - +| [LoRa32 V1.8 2.4G]() | πŸ”±[Product link]() | [LoRa32 V1.8 2.4G](schematic/T3_V1.8.pdf) | ## Example description ``` examples -β”œβ”€β”€ ArduinoLoRa # Just only support SX1276/SX1278 radio module -β”‚ β”œβ”€β”€ LoRaReceiver -β”‚ └── LoRaSender -β”œβ”€β”€ GPS # T-Beam GPS demo examples -β”‚ β”œβ”€β”€ Example1_BasicNMEARead -β”‚ β”œβ”€β”€ Example2_NMEAParsing -β”‚ β”œβ”€β”€ Example3_FactoryDefaultsviaSerial -β”‚ β”œβ”€β”€ TinyGPS_Example -β”‚ └── TinyGPS_KitchenSink -β”œβ”€β”€ OLED # OLED demo examples -β”‚ β”œβ”€β”€ SSD1306SimpleDemo -β”‚ └── SSD1306UiDemo -β”œβ”€β”€ RadioLibExamples # RadioLib examples,Support SX1276/78/62 -β”‚ β”œβ”€β”€ SX1262 -β”‚ β”‚ β”œβ”€β”€ SX1262_Receive_Interrupt -β”‚ β”‚ └── SX1262_Transmit_Interrupt -β”‚ β”œβ”€β”€ SX1276 -β”‚ β”‚ β”œβ”€β”€ SX1276_Receive_Interrupt -β”‚ β”‚ └── SX1276_Transmit_Interrupt -β”‚ β”œβ”€β”€ SX1278 -β”‚ β”‚ β”œβ”€β”€ SX1278_Receive -β”‚ β”‚ β”œβ”€β”€ SX1278_Receive_Interrupt -β”‚ β”‚ β”œβ”€β”€ SX1278_Transmit -β”‚ β”‚ └── SX1278_Transmit_Interrupt -β”‚ └── TBeamAllFunction # T-Beam all function example -└── TTN - └── TTN_OTTA # OTAA method Join TTN example +β”œβ”€ArduinoLoRa # Just only support SX1276/SX1278 radio module +β”‚ β”œβ”€LoRaReceiver +β”‚ └─LoRaSender +β”œβ”€GPS # T-Beam GPS demo examples +β”‚ β”œβ”€Example1_BasicNMEARead +β”‚ β”œβ”€Example2_NMEAParsing +β”‚ β”œβ”€Example3_FactoryDefaultsviaSerial +β”‚ β”œβ”€TinyGPS_Example +β”‚ └─TinyGPS_KitchenSink +β”œβ”€OLED # OLED demo examples +β”‚ β”œβ”€SSD1306SimpleDemo +β”‚ └─SSD1306UiDemo +β”œβ”€RadioLibExamples # RadioLib examples,Support SX1276/78/62/80 +β”‚ β”œβ”€SX1262 +β”‚ β”‚ β”œβ”€SX1262_Receive_Interrupt +β”‚ β”‚ └─SX1262_Transmit_Interrupt +β”‚ β”œβ”€SX1268 +β”‚ β”‚ β”œβ”€SX1268_Receive_Interrupt +β”‚ β”‚ └─SX1268_Transmit_Interrupt +β”‚ β”œβ”€SX1276 +β”‚ β”‚ β”œβ”€SX1276_Receive_Interrupt +β”‚ β”‚ └─SX1276_Transmit_Interrupt +β”‚ β”œβ”€SX1278 +β”‚ β”‚ β”œβ”€SX1278_Receive +β”‚ β”‚ β”œβ”€SX1278_Receive_Interrupt +β”‚ β”‚ β”œβ”€SX1278_Transmit +β”‚ β”‚ └─SX1278_Transmit_Interrupt +β”‚ β”œβ”€SX1280 +β”‚ β”‚ β”œβ”€SX128x_Receive_Interrupt +β”‚ β”‚ └─SX128x_Transmit_Interrupt +β”‚ └─TBeamAllFunction # T-Beam all function example +β”œβ”€SleepTest +└─TTN # OTAA method Join TTN example + └─TTN_OTTA ``` @@ -87,8 +94,8 @@ To quickly start using TTN (The Things Network), please refer to [LilyGo_LoRa_Se - [SX1262](https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1262) - [SX1278](https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1278) - [SX1276](https://www.semtech.com/products/wireless-rf/lora-transceivers/sx1276) +- [SX1280](https://www.semtech.com/products/wireless-rf/lora-24ghz/sx1280) - [GSP NEO-6/NEO-8](https://www.u-blox.com/en/product/neo-6-series) -- [GPS Air530]() diff --git a/README_CN.MD b/README_CN.MD index 67624ae..c0b9c0c 100644 --- a/README_CN.MD +++ b/README_CN.MD @@ -12,52 +12,61 @@ 6. 上传 +

Product πŸ“·:

- -| Product | Product Link | Schematic | -| :-------------------------: | :----------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | -| [T-Beam SX1278/76 ]() | [Product link](https://pt.aliexpress.com/item/32967228739.html) | [TBeamV0.7](schematic/LilyGo_TBeam_V0.7.pdf)/ [TBeamV1.0](schematic/LilyGo_TBeam_V1.0.pdf)/ [TBeamV1.1 ](schematic/LilyGo_TBeam_V1.1.pdf) | -| [T-Beam SX1262]() | [Product link](https://pt.aliexpress.com/item/4001287221970.html) | [TBeamV0.7](schematic/LilyGo_TBeam_V0.7.pdf)/ [TBeamV1.0](schematic/LilyGo_TBeam_V1.0.pdf)/ [TBeamV1.1 ](schematic/LilyGo_TBeam_V1.1.pdf) | -| [LoRa32 V1.0 SX1276]() | [Product link](https://pt.aliexpress.com/item/32842155838.html) | ❌ | -| [LoRa32 V1.0 SX1278]() | [Product link](https://pt.aliexpress.com/item/32842155838.html) | ❌ | -| [LoRa32 V1.3 SX1276]() | [Product link](https://pt.aliexpress.com/item/4000628100802.html) | [LoRa32 V1.3](schematic/T3_V1.3.pdf) | -| [LoRa32 V2.0]() | [Product link](https://pt.aliexpress.com/item/32847443952.html) | [LoRa32 V2.0](schematic/T3_V2.0.pdf) | -| [LoRa32 V2.1_1.6 Version]() | [Product link](https://pt.aliexpress.com/item/32872078587.html) | [LoRa32 V2.1_1.6](schematic/T3_V1.6.pdf) | -| [T-Motion S76G]() | [Product link](https://www.aliexpress.com/item/4000571051141.html) | [T-Motion](schematic/T-Motion.pdf) | +| Product | Product Link | Schematic | +| :-------------------------: | :---------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------: | +| [T-Beam SX1278/76 ]() | [Product link](https://pt.aliexpress.com/item/32967228739.html) | [TBeamV0.7](schematic/LilyGo_TBeam_V0.7.pdf)/ [TBeamV1.0](schematic/LilyGo_TBeam_V1.0.pdf)/ [TBeamV1.1 ](schematic/LilyGo_TBeam_V1.1.pdf) | +| [T-Beam SX1262]() | [Product link](https://pt.aliexpress.com/item/4001287221970.html) | [TBeamV0.7](schematic/LilyGo_TBeam_V0.7.pdf)/ [TBeamV1.0](schematic/LilyGo_TBeam_V1.0.pdf)/ [TBeamV1.1 ](schematic/LilyGo_TBeam_V1.1.pdf) | +| [LoRa32 V1.0 SX1276]() | [Product link](https://pt.aliexpress.com/item/32842155838.html) | ❌ | +| [LoRa32 V1.0 SX1278]() | [Product link](https://pt.aliexpress.com/item/32842155838.html) | ❌ | +| [LoRa32 V1.3 SX1276]() | [Product link](https://pt.aliexpress.com/item/4000628100802.html) | [LoRa32 V1.3](schematic/T3_V1.3.pdf) | +| [LoRa32 V2.0]() | [Product link](https://pt.aliexpress.com/item/32847443952.html) | [LoRa32 V2.0](schematic/T3_V2.0.pdf) | +| [LoRa32 V2.1_1.6 Version]() | [AliExpress](https://pt.aliexpress.com/item/32872078587.html)/[Amazon](https://www.amazon.com/dp/B09SHRWVNB?ref=myi_title_dp) | [LoRa32 V2.1_1.6](schematic/T3_V1.6.pdf) | +| [T-Motion S76G]() | [Product link](https://www.aliexpress.com/item/4000571051141.html) | [T-Motion](schematic/T-Motion.pdf) | +| [LoRa32 V1.8 2.4G]() | πŸ”±[Product link]() | [LoRa32 V1.8 2.4G](schematic/T3_V1.8.pdf) | ## 瀺例描述 + ``` examples -β”œβ”€β”€ ArduinoLoRa # Just only support SX1276/SX1278 radio module -β”‚ β”œβ”€β”€ LoRaReceiver -β”‚ └── LoRaSender -β”œβ”€β”€ GPS # T-Beam GPS demo examples -β”‚ β”œβ”€β”€ Example1_BasicNMEARead -β”‚ β”œβ”€β”€ Example2_NMEAParsing -β”‚ β”œβ”€β”€ Example3_FactoryDefaultsviaSerial -β”‚ β”œβ”€β”€ TinyGPS_Example -β”‚ └── TinyGPS_KitchenSink -β”œβ”€β”€ OLED # OLED demo examples -β”‚ β”œβ”€β”€ SSD1306SimpleDemo -β”‚ └── SSD1306UiDemo -β”œβ”€β”€ RadioLibExamples # RadioLib examples,Support SX1276/78/62 -β”‚ β”œβ”€β”€ SX1262 -β”‚ β”‚ β”œβ”€β”€ SX1262_Receive_Interrupt -β”‚ β”‚ └── SX1262_Transmit_Interrupt -β”‚ β”œβ”€β”€ SX1276 -β”‚ β”‚ β”œβ”€β”€ SX1276_Receive_Interrupt -β”‚ β”‚ └── SX1276_Transmit_Interrupt -β”‚ β”œβ”€β”€ SX1278 -β”‚ β”‚ β”œβ”€β”€ SX1278_Receive -β”‚ β”‚ β”œβ”€β”€ SX1278_Receive_Interrupt -β”‚ β”‚ β”œβ”€β”€ SX1278_Transmit -β”‚ β”‚ └── SX1278_Transmit_Interrupt -β”‚ └── TBeamAllFunction # T-Beam all function example -└── TTN - └── TTN_OTTA # OTAA method Join TTN example +β”œβ”€ArduinoLoRa # Just only support SX1276/SX1278 radio module +β”‚ β”œβ”€LoRaReceiver +β”‚ └─LoRaSender +β”œβ”€GPS # T-Beam GPS demo examples +β”‚ β”œβ”€Example1_BasicNMEARead +β”‚ β”œβ”€Example2_NMEAParsing +β”‚ β”œβ”€Example3_FactoryDefaultsviaSerial +β”‚ β”œβ”€TinyGPS_Example +β”‚ └─TinyGPS_KitchenSink +β”œβ”€OLED # OLED demo examples +β”‚ β”œβ”€SSD1306SimpleDemo +β”‚ └─SSD1306UiDemo +β”œβ”€RadioLibExamples # RadioLib examples,Support SX1276/78/62/80 +β”‚ β”œβ”€SX1262 +β”‚ β”‚ β”œβ”€SX1262_Receive_Interrupt +β”‚ β”‚ └─SX1262_Transmit_Interrupt +β”‚ β”œβ”€SX1268 +β”‚ β”‚ β”œβ”€SX1268_Receive_Interrupt +β”‚ β”‚ └─SX1268_Transmit_Interrupt +β”‚ β”œβ”€SX1276 +β”‚ β”‚ β”œβ”€SX1276_Receive_Interrupt +β”‚ β”‚ └─SX1276_Transmit_Interrupt +β”‚ β”œβ”€SX1278 +β”‚ β”‚ β”œβ”€SX1278_Receive +β”‚ β”‚ β”œβ”€SX1278_Receive_Interrupt +β”‚ β”‚ β”œβ”€SX1278_Transmit +β”‚ β”‚ └─SX1278_Transmit_Interrupt +β”‚ β”œβ”€SX1280 +β”‚ β”‚ β”œβ”€SX128x_Receive_Interrupt +β”‚ β”‚ └─SX128x_Transmit_Interrupt +β”‚ └─TBeamAllFunction # T-Beam all function example +β”œβ”€SleepTest +└─TTN # OTAA method Join TTN example + └─TTN_OTTA ``` diff --git a/schematic/T3_V1.8.pdf b/schematic/T3_V1.8.pdf new file mode 100644 index 0000000..c8f325c Binary files /dev/null and b/schematic/T3_V1.8.pdf differ