Device Control

Arduino SigFox for MKRFox1200

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

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:

1#include <SigFox.h>


SigFox.begin()
SigFox.beginPacket()
SigFox.write()
SigFox.print()
SigFox.endPacket()
SigFox.parsePacket()
SigFox.statusCode()
SigFox.AtmVersion()
SigFox.SigVersion()
SigFox.ID()
SigFox.PAC()
SigFox.reset()
SigFox.internalTemperature()
SigFox.debug()
SigFox.noDebug()
SigFox.end()
peek()
available()
read()