diff --git a/docs/Sensor/Grove/Grove_Sensors_Network/LoRa/Grove_LoRa_E5_New_Version.md b/docs/Sensor/Grove/Grove_Sensors_Network/LoRa/Grove_LoRa_E5_New_Version.md
index 8701c39b987f..c5f2c1b2cbe8 100644
--- a/docs/Sensor/Grove/Grove_Sensors_Network/LoRa/Grove_LoRa_E5_New_Version.md
+++ b/docs/Sensor/Grove/Grove_Sensors_Network/LoRa/Grove_LoRa_E5_New_Version.md
@@ -1,19 +1,35 @@
---
title: Grove - Wio-E5
-nointro:
+nointro: null
keywords:
- - docs
- - docusaurus
-image: https://files.seeedstudio.com/wiki/wiki-platform/S-tempor.png
+ - LoRa
+ - E5
+ - Grove
+description: Grove LoRa-E5, a powerful and versatile LoRa module by Seeed Studio. Explore its features, datasheets, certifications, and relevant SDKs
+image: https://files.seeedstudio.com/wiki/Grove-Wio-E5/1.jpg
slug: /Grove_LoRa_E5_New_Version
last_update:
- date: 08/28/2023
- author: Matthew
+ date: 07/25/2024
+ author: Spencer
---
-![](https://files.seeedstudio.com/wiki/Grove-Wio-E5/1.jpg)
-
-
+
+
+
+
+Part List: |
+
+
+
+Grove - Wio-E5 PCBA *1 |
+
+
+Grove Universal Cable*1 |
+
+
+
+
+
+
+
General Parameters |
@@ -108,117 +165,106 @@ By connecting Grove - Wio-E5 to your development boards, your devices are able t
+
-
-
-Part List: |
-
-
-
-Grove - Wio-E5 PCBA *1 |
-
-
-Grove Universal Cable*1 |
-
-
-
## Application
- Works for LoRaWAN® sensor nodes and any wireless communication application
-
- IoT device testing and development
![](https://files.seeedstudio.com/products/317990687/image/application.png)
-## ✨ Contributor Project
-
-- Thanks for one of Seeed Studio's friend Andres to build the [Grove - Wio-e5 library, providing multiple examples](https://github.com/andresoliva/LoRa-E5), suitable for Arduino boards like Arduino Nano 33 BLE Sense, and more importantly [compatible with the XIAO ESP32S3 Sense](https://github.com/andresoliva/LoRa-E5).
-- This will allow the user an easy, clear and safe interaction with the SeedStudio LoRa module Grove - Wio-E5 and hopefully be used as both an educational tool for those **who are doing their first steps into LoRa** as well as **prepared for the ones looking for using this module in low-power projects**.
## Application Notes
-**1. Factroy AT Firmare**
+#### Note 1. Factroy AT Firmare
-Wio-E5 series has a built-in AT command firmware, which supports LoRaWAN® Class A/B/C protocol and a wide frequency plan: EU868/US915/AU915/AS923/KR920/IN865. With this AT command firmware, developers can easily and quickly build their prototype or application.
+Wio-E5 series has a **built-in AT command firmware**, which supports LoRaWAN® *Class A/B/C* protocol and a wide frequency plan: *EU868/US915/AU915/AS923/KR920/IN865*. With this AT command firmware, developers can easily and quickly build their prototype or application.
The AT command firmware contains a bootloader for DFU and the AT application. The "PB13/SPI_SCK/BOOT" pin is used to control Wio-E5 to stay in the bootloader or jump to the AT application. When PB13 is HIGH, the module will jump to AT application after reset, with a default baud rate of 9600. When PB13 is LOW (press the "Boot" button on Wio-E5 Dev Board or Wio-E5 mini), the module will stay in the bootloader, and keep transmitting "C" character every 1S at baud rate 115200.
-:::cautionattention
+:::caution attention
- Factory AT Firmware is programmed with RDP(Read Protection) Level 1, developers need to remove RDP first with STM32Cube Programmer. Note that regression RDP to level 0 will cause a flash memory mass to erase and the Factory AT Firmware can't be restored again.
- The "PB13/SPI_SCK/BOOT" pin on the Wio-E5 module is just a normal GPIO, not the "BOOT0" pin of the MCU. This "PB13/SPI_SCK/BOOT" pin is used in the bootloader of the Factory AT firmware, to decide to jump to APP or stay in bootloader(for DFU). The real "BOOT0" pin doesn't pinout to the module, so users need to be careful when developing the low-power applications.
:::
-**2. Clock Configuration**
+#### Note 2. Clock Configuration
2.1 HSE
- 32MHz TCXO
-
- TCXO power supply: PB0-VDD_TCXO
2.2 LSE
- 32.768KHz crystal oscillator
-**3. RF Switch**
+#### Note 3. RF Switch
**Wio-E5 module ONLY transmits through RFO_HP:**
- Receive: PA4=1, PA5=0
-
- Transmit(high output power, SMPS mode): PA4=0, PA5=1
-## Examples and Demo.
+#### Note 4. General workflow guide - Grove LoRa E5 Configuration and Usage
-1. [Grove - Wio-E5 P2P Example](https://wiki.seeedstudio.com/Grove_Wio_E5_P2P/)
-2. [Grove - Wio-E5 TTN Demo](https://wiki.seeedstudio.com/Grove_Wio_E5_TTN_Demo/)
-3. [Grove - Wio-E5 Helium Demo](https://wiki.seeedstudio.com/Grove_Wio_E5_Helium_Demo/)
-4. [Grove - Wio-E5 Used with Arduino Uno R4 Demo](https://wiki.seeedstudio.com/Grove_Wio_E5_SenseCAP_Cloud_Demo/)
-5. [Grove - Wio-E5 Used with XIAO ESP32S3 Demo](https://wiki.seeedstudio.com/Grove_Wio_E5_SenseCAP_XIAO_ESP32S3/)
-
-## Resources
+Grove LoRa E5 comes with built-in LoRaWAN firmware that provides an AT server (check the [LoRa-E5 AT Command Specification](https://files.seeedstudio.com/products/317990687/res/LoRa-E5%20AT%20Command%20Specification_V1.0%20.pdf)).
-Datasheet:
+Like any non-hardcoded device, you can define every EUI and API key as needed. Refer to this workflow for more details: [SenseCAP Indicator Application LoRaWAN](https://wiki.seeedstudio.com/SenseCAP_Indicator_Application_LoRaWAN/#HEAD_register_device).
-- Grove Wio-E5 v1.0.brd
+The typical workflow for your product (XIAO [any microcontroller] + Grove E5) would be as follows:
-- Grove Wio-E5 v1.0.pdf
+1. Register the device on the LoRaWAN Network Server to get credentials: EUI and key.
+2. Configure your LoRa E5 device to set the EUI and other parameters.
+3. Enjoy it: send and receive messages. Note: You must be covered by an accessible LoRaWAN Gateway.
-- Grove Wio-E5 v1.0.sch
+For your Arduino project, we recommend this library(repository) to configure your device: [andresoliva/LoRa-E5](https://github.com/andresoliva/LoRa-E5).
-- Wio-E5 datasheet and specifications
+Ensure your LNS (LoRaWAN Network Server) is set up correctly, and verify that your credentials and LoRa parameters match.
-- Wio-E5 AT Command Specification
+## Examples and Demo
-- STM32WLE5JC Datasheet
+1. [Grove - Wio-E5 P2P Example](https://wiki.seeedstudio.com/Grove_Wio_E5_P2P/) Using Pure UART function to communicate between two wio-e5 devices
+2. [Grove - Wio-E5 TTN Demo](https://wiki.seeedstudio.com/Grove_Wio_E5_TTN_Demo/) Access TTN LoRaWAN network via Wio-E5
+3. [Grove - Wio-E5 Helium Demo](https://wiki.seeedstudio.com/Grove_Wio_E5_Helium_Demo/) Connecting to the Helium IoT network using the Grove - Wio-E5 module and Seeeduino XIAO module
+4. [Grove - Wio-E5 Used with Arduino Uno R4 Demo](https://wiki.seeedstudio.com/Grove_Wio_E5_SenseCAP_Cloud_Demo/)
+5. [Grove - Wio-E5 Used with XIAO ESP32S3 Demo](https://wiki.seeedstudio.com/Grove_Wio_E5_SenseCAP_XIAO_ESP32S3/)
+6. [Using Wio-E5 and XIAO ESP32S3 on PlatformIO(Arduino) to access LoRaWAN network](/platformio_wio_e5/) A practical guide. It details the integration of Wio-E5 with Arduino-compatible boards using PlatformIO for efficient LoRaWAN connectivity.
-Certifications:
+## Resources
-- Wio-E5-HF Certification CE-VOC-RED
+**Datasheet:**
-- Wio-E5-HF FCC Certification -DSS
+- [Grove Wio-E5 v1.0.brd](http://files.seeedstudio.com/products/113020091/Grove%20-%20LoRa%20-E5%20v1.0.brd)
+- [Grove Wio-E5 v1.0.pdf](https://files.seeedstudio.com/products/113020091/Grove%20-%20LoRa%20-E5%20v1.0.pdf)
+- [Grove Wio-E5 v1.0.sch](http://files.seeedstudio.com/products/113020091/Grove%20-%20LoRa%20-E5%20v1.0.sch)
+- [Wio-E5 datasheet and specifications](https://files.seeedstudio.com/products/317990687/res/LoRa-E5%20module%20datasheet_V1.1.pdf)
+- [Wio-E5 AT Command Specification](https://files.seeedstudio.com/products/317990687/res/LoRa-E5%20AT%20Command%20Specification_V1.0%20.pdf)
+- [STM32WLE5JC Datasheet](https://files.seeedstudio.com/products/317990687/res/STM32WLE5JC%20Datasheet.pdf)
-- Wio-E5-HF FCC Certification -DTS
+**Certifications:**
-- WWio-E5-HF TELEC Certification
+- [Wio-E5-HF Certification CE-VOC-RED](https://files.seeedstudio.com/products/317990687/res/LoRa-E5-HF%20Certification%20CE-VOC-RED.pdf)
+- [Wio-E5-HF FCC Certification -DSS](https://files.seeedstudio.com/products/317990687/res/LoRa-E5-HF%20FCC%20Certification%20-DSS.pdf)
+- [Wio-E5-HF FCC Certification -DTS](https://files.seeedstudio.com/products/317990687/res/LoRa-E5-HF%20FCC%20Certification%20-DTS.pdf)
+- [Wio-E5-HF TELEC Certification](https://files.seeedstudio.com/products/317990687/res/Telec.zip)
+- [Wio-E5-HF IC Certification](https://files.seeedstudio.com/products/317990687/res/LoRa-E5-HF%20IC%20ID.pdf)
-- Wio-E5-HF IC Certification
+**Relevant SDK:**
-Relevant SDK:
+- [STM32Cube MCU Package for STM32WL series](https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubewl.license=1608693595598.product=STM32CubeWL.version=1.0.0.html#overview)
-- STM32Cube MCU Package for STM32WL series
+## ✨ Contributor Project
-
+- Thanks for one of Seeed Studio's friend Andres to build the [Grove - Wio-e5 library, providing multiple examples](https://github.com/andresoliva/LoRa-E5), suitable for Arduino boards like Arduino Nano 33 BLE Sense, and more importantly [compatible with the XIAO ESP32S3 Sense](https://github.com/andresoliva/LoRa-E5).
+- This will allow the user an easy, clear and safe interaction with the SeedStudio LoRa module Grove - Wio-E5 and hopefully be used as both an educational tool for those **who are doing their first steps into LoRa** as well as **prepared for the ones looking for using this module in low-power projects**.
## Tech Support & Product Discussion
-
Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.