/Quectel-BC660

Arduino library for Quectel BC660K-GL NB-IoT module

Primary LanguageC++MIT LicenseMIT

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.