Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 467 Bytes

MKRGSM_Utilities

Provides a simple way to use the board main functions.

Features:

  • Connect to 2G/3G network
  • Find your approximate location using LBS service
  • Show the weather information of your area using Openweathermap API and LBS
  • Print date and time (GMT)
  • Send GET requests and print responses
  • GSM Serial Passthrough
  • Deep-sleep timer

Needed hardware:

  • Arduino MKR GSM 1400
  • 2G/3G antenna

Needed libraries:

  • ArduinoLowPower
  • MKRGSM
  • RTCZero