We have product prototypes using the HL7618RD part in cell module that is carrier certified by Nimbelink. That module is no longer available so we’re attempting to replace it with another Nimbelink product using the RC6711 part.
This is a microcontroller-based application using a 3rd party RTOS, IP stack, and PPP driver. Comm is via UART, carrier is Verizon. The APN for context 3 is “we01.vzwstatic” which connects with a static IP address. This boot-time log shows the AT-sequence and some application trace messages:
17:35:11:414 Start network interface
17:35:11.418 cellStartPPP
17:36:11.467 TX: AT
17:36:11.477 RX: OK
17:36:11.479 Power is UP.
17:36:12.127 TX: AT+CGREG?
17:36:12.138 RX: +CGREG: 0,1
17:36:12.139 RX: OK
17:36:12.342 TX: AT+CGACT?
17:36:12.353 RX: +CGACT: 1,1
17:36:12.354 RX: +CGACT: 2,0
17:36:12.356 RX: +CGACT: 3,1
17:36:12.357 RX: +CGACT: 4,0
17:36:12.358 RX: +CGACT: 5,0
17:36:12.359 RX: +CGACT: 6,0
17:36:12.361 RX: OK
17:36:12.562 TX: AT+CGACT=1,3
17:36:12.573 RX: OK
17:37:18.001 Start PPP session
17:37:18.205 TX: ATD99**3#
17:37:18.238 RX: CONNECT 150000000
- Removed LCP protocol messaging
17:37:22.339 PPP link up
17:37:23.267 Connection established.
17:37:23.268 Local address: 63.42.81.151
At this point the HL7618RD part was up and running. At this point the RC6711 part answers to “ping 63.42.81.151” - Handled by the modem, not my IP stack. A logic analyzer shows no activity on the UART output after the last LCP packet. RTS/CTS are both asserted.
Any ideas why there’s no comm?