I struggled with this board so here is some help. I plan to use this with ESP32.
I could not get this board to function on Linux. (Ubuntu). I have dual boot and HAD to use the drivers supplied at the wiki link. I set up Putty and worked via USB. The device manager shows 4 COMS ports updating all to the new driver and using COM19 BAUD rate 115200 as the AT Channel via Putty.
You must use NB-IoT/Cat-M compatible SIM. I used the Hologram ones provided here.
Ensuring antenna, GPS and SIM are installed and the SIM is activated online via Hologram dashboard - connecting to windows hold the power button 2+ seconds to initiate.
Run AT commands. Wait between for response.
AT+CMNB=1
AT+CFUN=0
AT+CFUN=1
Check if registered
AT+CGREG?
Check your signal strength
AT+CSQ
IP Address
AT+CGPADDR=1
Using Hologram you need API key from account->settings-API and your Device Key and Web API Hook Key.
Use bash, python etc to call the Hologram API to send messages and receive via web hooks (and SMS).
https://support.hologram.io/hc/en-us/categories/360002282093-Hologram-Cloud-and-developer-tools