Skip to content

Releases: beegee-tokyo/WisBlock-API-V2

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

Add option to set device alias

22 May 06:10
Compare
Choose a tag to compare

Device alias can be used to identify the function of the device, e.g. Helium Mapper, Environment Sensor, ...
At the moment the device alias will be queried by the WisToolBox only.

Enhancements

21 May 05:39
Compare
Choose a tag to compare

Enhance AT+BOOT to work with RP2040
Add option for custom boards (no LED's no BLE advertising)