Skip to content

Commit

Permalink
Release (29/08/2023):
Browse files Browse the repository at this point in the history
- PR#1016: Changed the RAK12047 Sample Code Link
- [#958.1] - Updated the footer icon
- [#958.2] - Updated the Twitter logo
- [#976] - Added WisGateOS2 v2.1.7
- [#983] - RUI3 4.0.6 Release Notes
  • Loading branch information
kneelyrac committed Aug 29, 2023
1 parent b101807 commit b609b15
Show file tree
Hide file tree
Showing 11 changed files with 293 additions and 51 deletions.
10 changes: 10 additions & 0 deletions docs/.vuepress/includes/sidebar/release-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ module.exports = {
collapsible: true,
collapsed: true,
children : [
{
title : 'August 9',
path : '/Release-Notes/RUI/2023/August-9',
collapsable: false
},
{
title : 'May 16',
path : '/Release-Notes/RUI/2023/May-16',
Expand Down Expand Up @@ -176,6 +181,11 @@ module.exports = {
collapsible: true,
collapsed : true,
children : [
{
title : 'August 3',
path : '/Release-Notes/WisGateOS2/2023/August-3',
collapsable: false
},
{
title : 'June 26',
path : '/Release-Notes/WisGateOS2/2023/June-26',
Expand Down
4 changes: 3 additions & 1 deletion docs/.vuepress/styles/quasar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
@import '~@quasar/extras/material-icons-round/material-icons-round.css'
@import '~@quasar/extras/material-icons-sharp/material-icons-sharp.css'
@import '~@quasar/extras/fontawesome-v5/fontawesome-v5.css'

@import '~@quasar/extras/fontawesome-v6/fontawesome-v6.css'


@import '~@quasar/extras/animate/slideInUp.css'
@import '~@quasar/extras/animate/slideInDown.css'
@import '~@quasar/extras/animate/slideOutUp.css'
Expand Down
57 changes: 43 additions & 14 deletions docs/.vuepress/theme/components/RkFooter.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="bg-grey-1 text-grey-7" style="padding: 2.5rem 0 ">
<div class="bg-grey-1 text-grey-7" style="padding: 2.5rem 0">
<!-- <rk-faq-footer v-show="this.isShow"/> -->

<div
Expand All @@ -19,7 +19,7 @@
>RAKwireless Technology Limited</a>
</span>
<span>All rights reserved.</span>
<div class="row justify-center q-mt-md">
<div class="row justify-center q-mt-md social-icons-container">
<q-btn
v-for="link in links"
:key="link.href"
Expand All @@ -30,7 +30,15 @@
size="1rem"
flat
dense
class="social-btn"
/>
<a href="https://twitter.com/RAKwireless/" target="_blank" class="twitter-icon">
<svg xmlns="http://www.w3.org/2000/svg" width="1.25rem" height="1.25rem" viewBox="0 0 1200 1227">
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"
fill="#757575" stroke="#757575" stroke-width="50">
</path>
</svg>
</a>
</div>
</div>
</div>
Expand All @@ -44,24 +52,20 @@ export default {
data: () => ({
isShow : false,
links: [
{
icon: 'fab fa-facebook-square',
{
icon: 'fab fa-facebook',
href: 'https://www.facebook.com/RakwirelessIoT/'
},
{
icon: 'fab fa-instagram-square',
icon: 'fab fa-instagram',
href: 'https://www.instagram.com/rak_wireless/'
},
{
icon: 'fab fa-linkedin',
href: 'https://www.linkedin.com/company/rakwireless/'
},
{
icon: 'fab fa-twitter-square',
href: 'https://twitter.com/RAKwireless/'
},
{
icon: 'fab fa-youtube-square',
icon: 'fab fa-youtube',
href: 'http://www.youtube.com/c/RAKwireless/'
},
{
Expand All @@ -76,16 +80,21 @@ export default {
icon: 'fab fa-github',
href: 'https://github.com/RAKWireless'
},
{
icon: 'fab fa-medium',
href: 'https://medium.com/@rakwireless'
},
// {
// icon: 'fa fa-hackster',
// href: 'https://www.hackster.io/rakwireless'
// },
{
icon: 'fab fa-discord',
href: 'https://discord.com/invite/Tk9VGRFG4w'
},
{
icon: 'fab fa-medium',
href: 'https://medium.com/@rakwireless'
},
]
}),
methods : {
setIsShow(flag){
this.isShow = flag;
Expand Down Expand Up @@ -120,7 +129,27 @@ export default {
}
</script>

<style>
.social-icons-container {
display: flex;
align-items: center;
margin-top: 1rem;
}
.social-btn {
margin-right: 0.1rem;
}
.twitter-icon {
display: inline-block;
width: 1.25rem;
height: 1.25rem;
vertical-align: middle;
margin-left: 0.5rem;
}
</style>



Expand Down
4 changes: 2 additions & 2 deletions docs/Firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The firmware page contains the device's latest firmware version categorized per
| **RAK7258** | WisGateOS V1.3.9 | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS/Release_Notes_WisGateOS.txt) | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS/WisGateOS_Latest_Firmware.zip) |
| **RAK7268** | WisGateOS V1.3.9 | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS/Release_Notes_WisGateOS.txt) | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS/WisGateOS_Latest_Firmware.zip) |
| **RAK7289** | WisGateOS V1.3.9 | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS/Release_Notes_WisGateOS.txt) | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS/WisGateOS_Latest_Firmware.zip) |
| **RAK7268 V2** | WisGateOS2 V2.1.6 | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS2/Release_Notes_WisGateOS2.txt) | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS2/WisGateOS2_Latest_Firmware.zip) |
| **RAK7289 V2** | WisGateOS2 V2.1.6 | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS2/Release_Notes_WisGateOS2.txt) | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS2/WisGateOS2_Latest_Firmware.zip) |
| **RAK7268 V2** | WisGateOS2 V2.1.7 | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS2/Release_Notes_WisGateOS2.txt) | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS2/WisGateOS2_Latest_Firmware.zip) |
| **RAK7289 V2** | WisGateOS2 V2.1.7 | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS2/Release_Notes_WisGateOS2.txt) | [Download](https://downloads.rakwireless.com/LoRa/WisGateOS2/WisGateOS2_Latest_Firmware.zip) |
| **RAK7243** | 4.2.6R | [Download](https://downloads.rakwireless.com/LoRa/Pilot-Gateway-Pro-RAK7243/Firmware/RAK7243_Release_Note.txt) | [Download](https://downloads.rakwireless.com/LoRa/Pilot-Gateway-Pro-RAK7243/Firmware/RAK7243_Latest_Firmware.zip) |
| **RAK7243C** | 4.2.6R | [Download](https://downloads.rakwireless.com/LoRa/Pilot-Gateway-Pro-RAK7243/Firmware/RAK7243CRelease_Note.txt) | [Download](https://downloads.rakwireless.com/LoRa/Pilot-Gateway-Pro-RAK7243/Firmware/RAK7243C_Latest_Firmware.zip) |
| **RAK7244/RAK7244P** | 4.2.6R | [Download](https://downloads.rakwireless.com/LoRa/Developer-LoRaWAN-Gateway-RAK7244%26RAK7244P/Firmware/Release_Note.txt) | [Download](https://downloads.rakwireless.com/LoRa/Developer-LoRaWAN-Gateway-RAK7244%26RAK7244P/Firmware/RAK7244_Latest_Firmware.zip) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Thank you for choosing **RAK12047 WisBlock VOC Sensor Module** in your awesome I
**Examples**

For All WisBlock Core Modules:
* [Sample Code: RAK12047](https://github.com/RAKWireless/WisBlock/tree/master/examples/common/IO/RAK12047_VOC_GetVOCIndex_SGP40)
* [Sample Code: RAK12047](https://github.com/RAKWireless/WisBlock/tree/master/examples/common/sensors/RAK12047_VOC_GetVOCIndex_SGP40)

## Product Description

Expand Down
47 changes: 47 additions & 0 deletions docs/Release-Notes/RUI/2023/August-9/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
release_date: 08/09/23
version: "4.0.6"
release_notes_description: The RAKwireless Unified Interface V3 (RUI3) is designed to help IoT developers make their IoT products faster. It is compatible with RAK LPWAN modules and supports the standard AT Commands and the Binary Mode. The Binary mode is an improved version of the AT command with its efficient byte-array-based protocol and implementation of checksum. RUI3 also allows you to create your own custom firmware using RUI3 APIs that are compatible with popular IDEs like Arduino and Visual Studio. With custom firmware, you will not need any external host microcontroller or microprocessor, which can save you cost, circuit board space, and current consumption.
logo: /assets/images/release-notes/rui.png
download_link: https://downloads.rakwireless.com/RUI/RUI3/Image/
---

<rk-release-notes/>

---

##### Added

| No. | Feature | Description |
| ---- | ---------------------------------------------------------- | ------------------------------------------------------------ |
| 1 | Add support for CAD to LoRa P2P send command | Add `AT+CAD`: Get or set the Channel Activity Detection status of P2P mode |
| 2 | Add support for Encryption method to LoRa P2P send command | **Add AT+CRYPIV**: Set or set the encryption IV of P2P mode (16 bytes in hex) |

##### Changed

| No. | Feature | Description |
| ---- | ----------------------- | ------------------------------------------------------------ |
| 1 | Not support Binary Mode | Remove `AT+APM` <br> Remove `api.apiMode.registerHandler()` `api.apiMode.deregisterHandler()` |
| 2 | Encryption method | Change `AT+ENCKEY`: Get or set the encryption key of P2P mode (16 bytes in hex) <br> Change `api.lorawan.enckey.set`: The length of encryption key (must be 16 bytes) |

##### Fixed

| Daily Build No. / Bug No. | Description |
| ------------------------- | ------------------------------------------------------------ |
| RUI-562 | P2P encryption between RAK HW and 3rd party HW. |
| RUI-566 | Test P2P encryption between RAK HW and ESP32 HW. |
| RU-825 | LoRa P2P Receive Callback throws different payload when Encrypted is Enabled on RAK3172. |
| RU-899 | Encryption Key of LoRa P2P Getting Erased (go back to 0000000000000000). |
| RUI-902 | `AT+BAT=?`: Always returns `0.00 0n` RAK3172-SIP. |
| RU-915 | `4.0.0_219_RAK11720` can't wakeup when P2P Receive window open(over 10S or do not close windows). |
| RU-953 | **RAK11720**: `RUI3 V4.0.4_239` battery voltage is wrong. |
| RU-956 | **RAK4631**: Sometimes the 1-wire interface does not respond. |
| RUI-957 | **RAK3172** returns `AT_PARAM_ERROR` on correct `AT+SEND` command. |
| RU-959 | **RAK3172-SiP**: The GPIO function at PB4 PIN is not work after the others ADC PIN initialization. |
| RU-960 | Auto join failed after reboot. |
| RUI-923 | LoRa P2P `AT+PRECV` behavior issue, support `AT+PRECV=?` |
| RU-963 | After upgrading FW from **RUI 4.0.5** to **RUI 4.0.6**, encryption key disappears. |
| RUI-966 | **RAK11720 & RAK4631**: P2P send will cause system hang when CAD enable. |
| RU-968 | **RAK3172-T**: Not support low band board. |
| RUI-969 | **RAK3172**: `RUI3_4.05` detach interrupt does not work. |
| RUI-970 | **RAK11720**: `AT+FACTORY` is not working properly. |
1 change: 1 addition & 0 deletions docs/Release-Notes/RUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The RAKwireless Unified Interface V3 (RUI3) is designed to help IoT developers m
###### Release Versions

- <b> 2023 </b>
- [August 9](/Release-Notes/RUI/2023/August-9/)
- [May 16](/Release-Notes/RUI/2023/May-16/)
- [March 14](/Release-Notes/RUI/2023/March-14/)
- [March 2](/Release-Notes/RUI/2023/March-2/)
Expand Down
35 changes: 35 additions & 0 deletions docs/Release-Notes/WisGateOS2/2023/August-3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
release_date: 08/03/2023
version: "2.1.7"
release_note_description: Unified operative system for the WisGate Edge line that provides a feature-rich environment to access and configure the LoRaWAN gateway. The latest version of WisGateOS 2 is based on the latest version of the OpenWRT kernel for better security. WisGateOS 2 uses a simplified user interface that makes it easier to use and program. Integrated with WisDM, which allows the remote management of gateways and firmware. With extension functionality, the user can add extra features and functions to their gateways.
download_link: https://downloads.rakwireless.com/LoRa/WisGateOS2/WisGateOS2_Latest_Firmware.zip
logo: /assets/images/release-notes/WisGateOS2.png

---

<rk-release-notes/>

---

::: tip 📝 NOTE

WisGateOS 2 is available only for version 2 WisGate Edge gateways.
The supported models are as follows:
- WisGate Edge Pro version 2: RAK7289V2, RAK7289CV2, RAK7289V2H, RAK7289CV2H
- WisGate Edge Lite 2 version 2: RAK7268V2, RAK7268CV2, RAK7268V2H, RAK7268CV2H
- WisGate Edge Prime version 2: RAK7240V2, RAK7240CV2, RAK7240V2H, RAK7240CV2H

:::

## Added

| No. | Feature |
| --- | ---------------------------------------------------------------------- |
| 1 | WisDM Agent version updated to 1.2.4 fixing onboarding to WisDM error. |

## Fixed

| Daily Build No. / Bug No. | Description |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| - | Enhanced the NTP server synchronization function. Users requiring time stamps from the NTP server will experience improved accuracy, addressing previous issues with incorrect time stamp synchronization. |
| - | CFixed global integration topic. The update rectifies the issue of incomplete devEUI displays in the subscribed topic when transmitting uplink data and connecting to an AWS server. |
1 change: 1 addition & 0 deletions docs/Release-Notes/WisGateOS2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The supported models are as follows:

- <b> 2023 </b>

- [Aug 3](/Release-Notes/WisGateOS2/2023/Aug-3/)
- [June 26](/Release-Notes/WisGateOS2/2023/June-26/)
- [May 12](/Release-Notes/WisGateOS2/2023/May-12/)
- [March 24](/Release-Notes/WisGateOS2/2023/March-24/)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prepare": "patch-package"
},
"dependencies": {
"@quasar/extras": "^1.12.5",
"@quasar/extras": "^1.16.5",
"@vuepress/core": "^1.4.1",
"@vuepress/plugin-back-to-top": "^1.4.1",
"@vuepress/plugin-medium-zoom": "^1.4.1",
Expand All @@ -24,7 +24,7 @@
"nodemon": "^2.0.3",
"quasar": "1.12.11",
"sass-loader": "^8.0.2",
"vuepress": "^1.5.2",
"vuepress": "^1.9.10",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-redirect": "^1.2.3",
"vuepress-plugin-robots": "^1.0.1",
Expand Down
Loading

0 comments on commit b609b15

Please sign in to comment.