Skip to content

Arduino library for Quectel BC660K-GL NB-IoT module

License

Notifications You must be signed in to change notification settings

R4sp1/Quectel-BC660

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.