Search found 7 matches

by les.goss
Wed Jul 03, 2024 10:17 am
Forum: LTE related discussions
Topic: LTE connection
Replies: 11
Views: 25051

Re: LTE connection

Hi Pontus, still no joy here at all........ 17:48:30.783 -> Connectivity RP2040 LTE/WiFi/BLE test program ! 17:48:30.783 -> Waiting for modem to start.. 17:48:37.037 -> Modem started ! 17:48:38.011 -> AT+CPSMS=0 17:48:38.011 -> OK 17:51:05.451 -> AT+CFUN=0 17:51:05.451 -> OK 17:51:16.816 -> AT+UMNOP...
by les.goss
Thu Jun 20, 2024 12:36 am
Forum: LTE related discussions
Topic: LTE connection
Replies: 11
Views: 25051

Re: LTE connection

One step forward I guess tho what next? 10:30:33.410 -> Connectivity RP2040 LTE/WiFi/BLE test program ! 10:30:33.410 -> Waiting for modem to start.. 10:30:39.627 -> Modem started ! 10:30:40.620 -> AT+CPSMS=0 10:30:40.620 -> OK 10:30:49.170 -> AT 10:30:49.170 -> OK 10:31:11.602 -> AT+CEREG=2 10:31:11...
by les.goss
Wed Jun 19, 2024 4:37 am
Forum: LTE related discussions
Topic: LTE connection
Replies: 11
Views: 25051

Re: LTE connection

Challenger board is working again however still the same result. Do not receive anything from AT commands Red led comes on. Connectivity RP2040 LTE/WiFi/BLE test program ! Waiting for modem to start.. Modem started ! then blinking green led. Red led goes off after a few seconds then to quick faint f...
by les.goss
Tue Jun 18, 2024 11:34 pm
Forum: LTE related discussions
Topic: LTE connection
Replies: 11
Views: 25051

Re: LTE connection

Yes using the Challenger board. Tried carriage return and now the board doesn't do anything even after re uploading!
by les.goss
Tue Jun 18, 2024 11:14 am
Forum: LTE related discussions
Topic: LTE connection
Replies: 11
Views: 25051

Re: LTE connection

Changed the code to the following /* Simple test program to test access to the LTE modem on the Challenger RP2040 LTE board */ //#include "Connectivity.h" #include "ChallengerLTE.h" #define TERM Serial #define DEBUG Serial1 #define SYSTEM_MNO_PROF 100 #define DEFAULT_PS_ENABLED 0...
by les.goss
Tue Jun 18, 2024 11:08 am
Forum: LTE related discussions
Topic: LTE connection
Replies: 11
Views: 25051

Re: LTE connection

Hi there, thanks for the info. I uploaded the code to the challenger LTE board and had that board selected in arduino and got a compilation error Connectivity.h: No such file or directory 4 | #include "Connectivity.h" I then tried the Connectivity board and it compiled and uploaded to the ...
by les.goss
Sun Jun 16, 2024 5:55 am
Forum: LTE related discussions
Topic: LTE connection
Replies: 11
Views: 25051

LTE connection

Hi there, are there any decent examples of how to get this device connected? I have uploaded the example code and it just says "Modem Started" tho the sim shows as not connected! 1NCE sim and I'm from New Zealand.