botletics / SIM7000-LTE-Shield

Botletics SIM7000 LTE CAT-M1/NB-IoT Shield for Arduino
https://www.botletics.com/products/sim7000-shield
GNU General Public License v3.0
477 stars 215 forks source link

IMEI isnt being found #93

Closed Audax56 closed 5 years ago

Audax56 commented 5 years ago

IMEI ERROR

Im using a Sim7000G, the LTE_DEMO worked but the IoT-Example just gets stuck here every time

botletics commented 5 years ago

Please make sure you have a LiPo battery connected with proper polarity.

sprice-HE commented 5 years ago

I'm having the same issue with the Sim7000A. The red wire is on the left when the connector is closest to you with the sim card on the left as well. As stated by Audax56, the LTE_DEMO worked great, but the IoT example gets hung up at the IMEI.

Audax56 commented 5 years ago

Try commenting out lines 202, 205 & 304 in IoT_example. That got it working for me

On Wed, Jul 3, 2019, 10:04 PM sprice-HE notifications@github.com wrote:

I'm having the same issue with the Sim7000A. The red wire is on the left when the connector is closest to you with the sim card on the left as well. As stated by Audax56, the LTE_DEMO worked great, but the IoT example gets hung up at the IMEI.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/botletics/SIM7000-LTE-Shield/issues/93?email_source=notifications&email_token=AMBBVNDXS4ED3E63RQAGPOTP5VLB3A5CNFSM4HL7BCC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZGDKTA#issuecomment-508310860, or mute the thread https://github.com/notifications/unsubscribe-auth/AMBBVNFPBNU4X65DEOWT7P3P5VLB3ANCNFSM4HL7BCCQ .

sprice-HE commented 5 years ago

@Audax56 Thanks! Commenting out the lines associated with the temp sensor worked.