Skip to content

soracom-labs/soracom-mkr-iot-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soracom IoT Starter Kit

soracom-grove-all

The Soracom IoT Starter Kit includes everything you need to build your first connected device. It includes an Arduino MKR GSM 1400 or an Arduino MKR NB 1500 development board. Using the Soracom.io network and cloud platform, you can get your device connected and publishing data to a dashboard within minutes.

kit-contents

Table of Contents

Getting Started

Register Soracom Air SIM

soracom-sim

Your kit includes a Soracom.io Air SIM card. This is how your device connects to the Soracom network. To register and activate your SIM card, follow the instructions in the Soracom Developers Documentation.

https://developers.soracom.io/en/docs/air/registration/

Download the Arduino IDE

arduino-logo

The starter kit is programmed using the Arduino IDE, an open-source development environment that supports a variety of hardware development boards. You can download it from the official Arduino website. https://www.arduino.cc/en/software

Install Board dependancies

To program the Arduino MKR GSM 1400 or MKR NB 1500 you'll need to install support for Arduino SAMD Boards.

boards-manager

  1. Open the Arduino IDE
  2. Go to Tools > Board > Boards Manager.
  3. Search "Arduino SAMD Boards" and choose Install.

Install libraries

install-libraries

To install libraries:

  1. Open the Arduino IDE
  2. Go to Sketch > Manage Libraries.
  3. Use the search bar to find and install the libraries listed below.

Cellular Modem Support

Install the library that corresponds to your device.

  • Arduino MKR GSM 1400 MKRGSM
  • Arduino MKR NB 1500 MKRNB

Grove Sensor Libraries

Hello world!

Try programming this basic sketch to your device. In depth instructions are provided as well.

Hello world example

About

Arduino sample code to help you get started using the Soracom IoT Starter Kit!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages