Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error message: "Timed out" #1

Open
JuliusArnoldJanco opened this issue Feb 2, 2020 · 1 comment
Open

error message: "Timed out" #1

JuliusArnoldJanco opened this issue Feb 2, 2020 · 1 comment

Comments

@JuliusArnoldJanco
Copy link

Hello dev/s,

I am attempting to register a MKR 1500 with: testra sim activated/NB-IoT antenna connected. I have an account with cumulocity through my university. am attempting to us the "register_device.ino" script and it connected once and gave me my device Id, I reset the arduino and now it wont connect it just keeps outputting "Timed out" between commands. Have used the arduino NBScanNetworks/Modem_Test/Data_test scripts from the arduino website and they all function correctly, I have the IMEI number/available networks/& able to communicate with arduino.cc.

Any suggestions as to why this script keeps outputting "Timed out" ?

Thank you for your time.

@JuliusArnoldJanco
Copy link
Author

attached this section of code in the setup to fix problem:

// enable the POW_ON pin
pinMode(SARA_PWR_ON, OUTPUT);
digitalWrite(SARA_PWR_ON, HIGH);

// reset the ublox module
pinMode(SARA_RESETN, OUTPUT);
digitalWrite(SARA_RESETN, HIGH);
delay(100);
digitalWrite(SARA_RESETN, LOW);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant