Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 919 Bytes

File metadata and controls

23 lines (14 loc) · 919 Bytes

SN50v3-NB / SN50v3-NS

Source Code for SN503-NB: NB-IoT Sensor Node Base on Quectel BC660K-GL

FAQ

1. Switch the source between -NB and -NS products.

The source support define for both -NB and -NS series models. The -NS series sample the voltage from rechargable battery which is different from -NB series.

User can modify the MACRO during build to switch between these two series.

Below is the location.

eb575b8259f1ed115c87e391dc8c438
  • When there is NB_NS defined, the source code is for -NS series.
  • When there is no NB_NS defined, the source code is for -NB series.