How do I set up the SIM7000?
Prerequisites
- Activated Hologram SIM and antenna attached
- Serial access to the SIM7000 (e.g., USB driver + PuTTY/QCOM)
Configure the SIM7000 for Hologram, set APN, establish TCP, and send/receive data.
Establish TCP connection and send data
AT+CIPSTATUS
STATE: IP INITIAL
AT+CIPSHUT
SHUT OK
AT+CIPSTATUS
STATE: IP INITIAL
AT+CSTT="hologram"
OK
AT+CIICR
OK
AT+CIFSR
[IP ADDRESS]
AT+CIPSTART="TCP","cloudsocket.hologram.io",9999
OK
CONNECT OK
AT+CIPSEND=[LEN]
> {"k":"DEVICE_KEY","d":"hello from SIM7000","t":"SIM7000"}
SEND OK
Was this page helpful?