I am unable to send or receive any messages from my Pi attached Nova. It appears to not be able to connect to the cloud server:
pi@raspberrypi:~ $ sudo hologram send --sms --devicekey ‘z8$M.q7U’ --destination +11234567890 ‘test again’ -vv
DEBUG: checking for vid_pid: (‘12d1’, ‘1506’)
DEBUG: checking for vid_pid: (‘12d1’, ‘1001’)
DEBUG: checking for vid_pid: (‘05c6’, ‘90b2’)
INFO: Detected modem NovaM
DEBUG: checking port ttyUSB0
DEBUG: checking port ttyUSB1
DEBUG: [AT]
DEBUG: {AT}
DEBUG: {OK}
INFO: found working port at ttyUSB1
INFO: chatscript file: /usr/local/lib/python2.7/dist-packages/Hologram/Network/Modem/chatscripts/default-script
DEBUG: [ATE0]
DEBUG: {ATE0}
DEBUG: {OK}
DEBUG: [AT+CMEE=2]
DEBUG: {}
DEBUG: {OK}
DEBUG: [AT+CPIN?]
DEBUG: {}
DEBUG: {+CPIN: READY}
DEBUG: {}
DEBUG: {OK}
DEBUG: [AT+CPMS=“ME”,“ME”,“ME”]
DEBUG: {}
DEBUG: {+CPMS: 1,23,1,23,1,23}
DEBUG: {}
DEBUG: {OK}
DEBUG: [AT+CMGF=0]
DEBUG: {}
DEBUG: {OK}
DEBUG: [AT+CNMI=2,1]
DEBUG: {}
DEBUG: {OK}
DEBUG: [AT+CEREG=2]
DEBUG: {}
DEBUG: {OK}
INFO: Instantiated a NovaM interface with device name of /dev/ttyUSB1
DEBUG: [AT+CGMM]
DEBUG: {}
DEBUG: {SARA-R410M-02B}
DEBUG: {}
DEBUG: {OK}
DEBUG: Destination number: +11234567890
DEBUG: SMS: test again
DEBUG: [AT+CEREG?]
DEBUG: {}
DEBUG: {+CEREG: 2,5,“D101”,“3312701”,8}
DEBUG: {}
DEBUG: {OK}
INFO: Connecting to: cloudsocket.hologram.io
INFO: Port: 9999
DEBUG: [AT+USOCR=6]
DEBUG: {}
DEBUG: {+USOCR: 0}
DEBUG: {}
DEBUG: {OK}
DEBUG: [AT+USOCO=0,“cloudsocket.hologram.io”,9999]
ERROR: Failed to connect socket
INFO: Disconnecting from cell network
INFO: Failed to disconnect from cell network
ERROR: Failed to connect socket
I also tried to update to the latest code and it also times out. Here is the info in the log file:
2019-11-08 09:34:44,567 - DEBUG - Started
2019-11-08 09:34:44,568 - DEBUG - Checking for confirmation
2019-11-08 09:34:48,022 - DEBUG - checking for vid_pid: ('12d1', '1506')
2019-11-08 09:34:48,049 - DEBUG - checking for vid_pid: ('12d1', '1001')
2019-11-08 09:34:48,069 - DEBUG - checking for vid_pid: ('05c6', '90b2')
2019-11-08 09:34:48,088 - INFO - Detected modem NovaM
2019-11-08 09:34:48,107 - DEBUG - checking port ttyUSB0
2019-11-08 09:34:48,111 - DEBUG - checking port ttyUSB1
2019-11-08 09:34:48,115 - DEBUG - [AT]
2019-11-08 09:34:48,117 - DEBUG - {}
2019-11-08 09:34:48,118 - DEBUG - {OK}
2019-11-08 09:34:48,118 - INFO - found working port at ttyUSB1
2019-11-08 09:34:48,119 - INFO - chatscript file: /usr/local/lib/python2.7/dist-packages/Hologram/Network/Modem/chatscripts/default-script
2019-11-08 09:34:48,122 - DEBUG - [ATE0]
2019-11-08 09:34:48,124 - DEBUG - {}
2019-11-08 09:34:48,125 - DEBUG - {OK}
2019-11-08 09:34:48,132 - DEBUG - [AT+CMEE=2]
2019-11-08 09:34:48,133 - DEBUG - {}
2019-11-08 09:34:48,133 - DEBUG - {OK}
2019-11-08 09:34:48,140 - DEBUG - [AT+CPIN?]
2019-11-08 09:34:48,142 - DEBUG - {}
2019-11-08 09:34:48,143 - DEBUG - {+CPIN: READY}
2019-11-08 09:34:48,143 - DEBUG - {}
2019-11-08 09:34:48,143 - DEBUG - {OK}
2019-11-08 09:34:48,150 - DEBUG - [AT+CPMS="ME","ME","ME"]
2019-11-08 09:34:48,152 - DEBUG - {}
2019-11-08 09:34:48,154 - DEBUG - {+CPMS: 1,23,1,23,1,23}
2019-11-08 09:34:48,154 - DEBUG - {}
2019-11-08 09:34:48,155 - DEBUG - {OK}
2019-11-08 09:34:48,161 - DEBUG - [AT+CMGF=0]
2019-11-08 09:34:48,163 - DEBUG - {}
2019-11-08 09:34:48,164 - DEBUG - {OK}
2019-11-08 09:34:48,170 - DEBUG - [AT+CNMI=2,1]
2019-11-08 09:34:48,172 - DEBUG - {}
2019-11-08 09:34:48,173 - DEBUG - {OK}
2019-11-08 09:34:48,180 - DEBUG - [AT+CEREG=2]
2019-11-08 09:34:48,182 - DEBUG - {}
2019-11-08 09:34:48,182 - DEBUG - {OK}
2019-11-08 09:34:48,182 - INFO - Instantiated a NovaM interface with device name of /dev/ttyUSB1
2019-11-08 09:34:48,183 - DEBUG - [AT+CGMM]
2019-11-08 09:34:48,185 - DEBUG - {}
2019-11-08 09:34:48,186 - DEBUG - {SARA-R410M-02B}
2019-11-08 09:34:48,186 - DEBUG - {}
2019-11-08 09:34:48,187 - DEBUG - {OK}
2019-11-08 09:34:48,187 - WARNING - Confirming modem type
2019-11-08 09:34:48,190 - DEBUG - [AT+CGMM]
2019-11-08 09:34:48,191 - DEBUG - {}
2019-11-08 09:34:48,192 - DEBUG - {SARA-R410M-02B}
2019-11-08 09:34:48,192 - DEBUG - {}
2019-11-08 09:34:48,193 - DEBUG - {OK}
2019-11-08 09:34:48,193 - WARNING - Checking current modem version
2019-11-08 09:34:48,194 - DEBUG - [ATI9]
2019-11-08 09:34:48,202 - DEBUG - {}
2019-11-08 09:34:48,203 - DEBUG - {L0.0.00.00.05.06,A.02.01}
2019-11-08 09:34:48,204 - DEBUG - {}
2019-11-08 09:34:48,204 - DEBUG - {OK}
2019-11-08 09:34:48,204 - WARNING - Got version L0.0.00.00.05.06,A.02.01
2019-11-08 09:34:48,206 - DEBUG - Removing existing firmware directory
2019-11-08 09:34:48,206 - DEBUG - making dir: /home/pi/hologram-tools/novaupdate/fw/0201
2019-11-08 09:34:48,207 - DEBUG - fw url: https://ublox-firmware.s3.amazonaws.com/L0506A0201-to-L0508A0204.zip
2019-11-08 09:34:48,213 - DEBUG - Starting new HTTPS connection (1): ublox-firmware.s3.amazonaws.com:443
2019-11-08 09:34:53,649 - DEBUG - https://ublox-firmware.s3.amazonaws.com:443 "GET /L0506A0201-to-L0508A0204.zip HTTP/1.1" 200 17308888
And it times out at this point.
Any help appreciated.