Skip to content

Releases: beegee-tokyo/WisBlock-API-V2

Improve RUI3 AT command compatibility

05 Jan 07:54
Compare
Choose a tag to compare
  • Add AT+FIRMWAREVER command
  • Add option to set application version with
snprintf(g_custom_fw_ver,63,"RAK11200 ENV V%d.%d.%d",SW_VERSION_1,SW_VERSION_2,SW_VERSION_3);

AT+VER=? command will show WisBlock API V2 version
AT+FIRMWAREVER=? command will show application version. Defaults to "Custom firmware"


  • Add AT+SYNCWORD command
    AT+SYNCWORD=? will show current sync word
    AT+SYNCWORD=244B sets sync word to 244B

Add RUI3 AT command AT+FIRMWAREVER

05 Jan 04:49
Compare
Choose a tag to compare

Add option to set application version with

snprintf(g_custom_fw_ver,63,"RAK11200 ENV V%d.%d.%d",SW_VERSION_1,SW_VERSION_2,SW_VERSION_3);

AT+VER=? command will show WisBlock API V2 version
AT+FIRMWAREVER=? command will show application version. Defaults to "Custom firmware"

AT command parsing and default fPort changes

17 Oct 04:41
Compare
Choose a tag to compare

Allow upper and lower case and special characters in AT commands after the "="
Change LoRaWAN default fPort from 0 to 1

Fix dependency to CayenneLPP

26 Jun 02:14
Compare
Choose a tag to compare

Ownership of library has changed, PIO couldn't find the library

Rework AT commands

24 Dec 05:05
Compare
Choose a tag to compare
  • Make AT+PBW and AT+P2P compatible with WisToolBox
  • Support RAK11300 with Arduino-Pico BSP

Make ESP32 work with WisBlock-API-V2

07 Dec 09:04
Compare
Choose a tag to compare

Not 100% tested on RAK11200, but should work

Fix AT+PRECV command

22 Nov 02:48
Compare
Choose a tag to compare

Set RX_CONTINOUS depending on receive mode and re-initialize the LoRa transceiver

New feature/bug-fix

01 Oct 13:08
Compare
Choose a tag to compare
  • Fix missing return value for ATC commands
  • Add option to re-init LoRaWAN stack

New features & Fix more compatibility problems with latest WisToolBox version

27 Aug 04:35
Compare
Choose a tag to compare
  • Give correct ATC+.... return instead of only AT+... for custom AT commands
  • Add AT command for force OTA DFU mode on RAK4631
  • Add re-initialize function for LoRaWAN (fix problem with confirmed msg NAK)

Smaller problem fixes

11 Aug 11:34
Compare
Choose a tag to compare
  • Add g_rx_fin_result = false; for LoRa P2P and call TX callback if CAD returns channel activity found
  • Fix compatibility problem with latest WisToolBox version by changeing AT error return values from +CME... to the new error strings