I recently got a sim800c to mess around with programming and mobile networks and purchased a hologram sim card. I am trying to build a program in node.js that sends "AT" commands to the board and can send text messages.
but I can't seem to get the hologram sim card to work with this gsm module
this is my first time really messing with gsm and AT commands and im not sure where to start
I have tried looking at the sim card registration with AT+GREG?
and I just get 0,0
so I figured i somehow need to set the APN or something because hologram just says it's live not connected
so I tried AT+CSTT="hologram","",""
but I just get an error
doing AT+CPIN?
just gives me +CPIN: READY
im new to this and am very confused on how to get this to work and get this gsm module connected to the network any pointers would be greatly appreciated thanks