Arduino SigFox for MKRFox1200

Device Control

Helper library for MKR Fox 1200 board and ATAB8520E Sigfox module
This library allows some high level operations on Sigfox modules, to ease integration with existing projects

Go to repository

Compatibility

This library is compatible with the samd architecture so you should be able to use it on the following Arduino boards:

Compatibility Note

Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.

Usage

This library allows you to use the ATMEL SigFox transceiver (ATAB8520E) on the Arduino MKR FOX 1200 board. You can find out more about this board through the following links:

SigFox employs a cellular system that enables remote devices to connect using Ultra-Narrow Band (UNB) technology. It requires little energy, being termed Low-power Wide-area network (LPWAN).

Check the SigFox coverage in your area!

To use this library:

#include <SigFox.h>

Sigfox Class