How To Install Using Arduino Library Manager
Why do we need this NB_Generic Library
This library is based on, modified, bug-fixed and improved from:
to add support to many boards besides Arduino MKR NB 1500.
This NB_Generic Library will finally provide these following features (certainly ony if supported by the NB/GPRS modules)
- TCP Client and Server (HTTP, HTTPS , MQTT, Blynk, WebSockets, ...)
- UDP data connections
- SMS (Sending and Receiving)
Currently Supported modems
- u-blox LTE-M/NB-IoT Modems (SARA-R4xx, SARA-N4xx, but NOT SARA-N2xx). Not fully tested yet.
To be Supported modems
- SIMCom LTE Modules (SIM7100E, SIM7500E, SIM7500A, SIM7600C, SIM7600E)
- SIMCom SIM7000E/A/G CAT-M1/NB-IoT Module
- SIMCom SIM7020E/A/G CAT-M1/NB-IoT Module
- Sequans Monarch LTE Cat M1/NB1 (VZM20Q)
Releases v1.0.0
- Initial coding to add support to many boards besides MKRNB 1500 / u-blox NB-IoT / LTE-M modem SARA R401
Currently Supported Boards
- nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.. Currently SSL WebClient is not working.
- SAM DUE
- SAMD21
- Arduino SAMD21: ZERO, MKRs, NANO_33_IOT, etc.
- Adafruit SAMD21 (M0): ItsyBitsy M0, Feather M0, Feather M0 Express, Metro M0 Express, Circuit Playground Express, Trinket M0, PIRkey, Hallowing M0, Crickit M0, etc.
- SeeedStudio: LoRaWAN, Zero, Femto M0, XIAO M0, Wio GPS Board, etc.
- SAMD51
- Adafruit SAMD51 (M4): Metro M4, Grand Central M4, ItsyBitsy M4, Feather M4 Express, Trellis M4, Metro M4 AirLift Lite, MONSTER M4SK Express, Hallowing M4, etc.
- Seeeduino: WIO Terminal, Grove UI Wireless
- Teensy (4.1, 4.0, 3.6, 3.5, 3,2, 3.1, 3.0, LC)
- ESP32 including ESP32-S2 (ESP32-S2 Saola, AI-Thinker ESP-12K, etc.)
- ESP8266.
- STM32F/L/H/G/WB/MP1 boards (with 32+K Flash)
- Arduino Mega, UNO, Nano, Leonardo, etc
Examples:
Advanced Examples:
and more in Tools