Skip to content

Library which implements the Arduino Client interface for a SARA R4 module connected via software or hardware serial

License

Notifications You must be signed in to change notification settings

skmendez/SARA-R4-Arduino-Client

Repository files navigation

SARA-R4-Arduino-Client

Build Status

A modification of the MKRNB library which provides an Arduino Client interface for a SARA R4 connected through any Serial interface.

This library mostly follows the MKRNB reference: http://www.arduino.cc/en/Reference/MKRNB

However, all classes must now be initialized with a Modem.

Example

SoftwareSerial r4(8,9);

Modem modem(r4, 115200, 5, 6);
NBClient client(modem);

About

Library which implements the Arduino Client interface for a SARA R4 module connected via software or hardware serial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published