Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Releases: beegee-tokyo/WisBlock-API

Remove send duration limit of 3600 seconds

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 16 Feb 02:26

For some application the frequent send time of 3600 seconds is too short. Set it to unlimited. Not supported by Android app WisBlock Toolbox.

Add more API functions and update README

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 30 Jan 06:12
1.1.8

Add more API functions and update README

Add experimental support for RAK11310.

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 28 Jan 07:30

Added RAK11310 support in WisBlock API.

  • not yet power consumption optimized
  • same AT command interface as RAK4631
  • all examples work on both WisBlock Core modules

Updated custom AT command handling

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 22 Jan 12:17

Make it easier to use custom AT commands and list them with AT?.
Uses the same parser and format as the integrated AT command engine of WisBlock API.

Remove endless loop if app_init failed

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 03 Jan 06:43

Instead of endless loop, leave error handling to the application

Fix LoRa P2P bugs

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 06 Dec 08:10
1.1.4

Fix bugs in LoRa P2P mode

Fix BLE MTU size

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 04 Dec 03:17
1.1.3

Fix BLE MTU size

LoRa P2P support (experimental)

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 26 Nov 10:56
  • Experimental support for LoRa P2P communication
  • Add support for user defined AT commands
  • Add example for LoRa P2P usage

Add dependency for SX126x-Arduino library so that it automatically installs it.

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 06 Nov 01:56
1.1.1

Add dependency for SX126x-Arduino library so that it automatically in…

Bug fixes

Choose a tag to compare

@beegee-tokyo beegee-tokyo released this 03 Nov 13:03
1.1.0

Bug fix