/allwize

AllWize Library

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

AllWize

Arduino-compatible library to interface RC1701HP-OSP/WIZE radio modules.

version travis codacy license

web twitter

Compatible radios:

  • RadioCrafts RC1701HP-OSP (Ondeo version)
  • RadioCrafts RC1701HP-WIZE (Wize version)

Compatible platforms:

  • AVR (Arduino Uno, Arduino Leonardo)
  • SAMD21 (Arduino Zero, Arduino MKR family, AllWize K2)
  • ESP8266
  • ESP32

AllWize K2 support

The AllWize K2 is a SAMD21-based board with an RC1701HP-WIZE radio module.

Arduino IDE

To add support for it in the Arduino IDE you must install a custom board. Full instrucations can be found at the AllWize Wiki, but a summary is:

  • Install the current upstream Arduino IDE at the 1.8.7 level or later. The current version is on the Arduino website.
  • Start Arduino and open the Preferences window.
  • Enter https://raw.githubusercontent.com/AllWize/allwize-boards/master/package_allwize_boards_index.json into the Additional Board Manager URLs field. You can add multiple URLs, separating them with commas.
  • Open Boards Manager from Tools > Board menu and install "Allwize SAMD Boards (32-bits ARM Cortex-M0+)"
  • Don't forget to select your AllWize board from Tools > Board menu after installation.

PlatformIO

The AllWize K2 is not yet supported officially in PlatformIO, still you can configure it manually. Check the AllWize Wiki for further instructions.

Documentation

Visit the online documentation for the AllWize Library.

License

Copyright (C) 2018-2021 by AllWize (http://allwize.io)

AllWize library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

AllWize library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with AllWize library. If not, see http://www.gnu.org/licenses/.