Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 609 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 609 Bytes

Arduino library for Quectel BC660K-GL NB-IoT module

Library is based on M2M_Quectel libary from M2M solutions AB and partialy on AT-command-library from Timothy Woo. Library is using UART line to send AT commands to the Quectel module. Some basic logic is implemented too.

Current state

  • Implemeted function's to get comunication with module started and to get some data back.
  • Only HardwareSerial is supported for now.
  • Basic MQTT communication is supported.
  • Basic UDP communication is supported.