Comments: LTE Cat M1/NB-IoT Shield Hookup Guide

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • Member #884119 / about 4 years ago / 1

    Are you planning on releasing a version that allows the use of analog inputs? Is there a trace that can be cut to enable them?

    • Member #884119 / about 4 years ago / 1

      Ah, I just saw that removing the AREF pin fixes it. Either way, is there a fix in the works?

      • santaimpersonator / about 4 years ago / 1

        We are waiting for the new boards to come in... we'll add a notice to the hookup guide (to differentiate between boards) once they become available for purchase.

  • Member #1464626 / about 5 years ago / 1

    Is it possible to connect to sockets with path extensions (i.e. example.com/socketpath)? I am able to connect to my API at the root URL on the default port, but when I add the path extension it fails (assuming it's doing something like example.com/socketpath:80 instead of example.com:80/socketpath).

    • santaimpersonator / about 4 years ago / 1

      Hi there, it sounds like you are looking for technical assistance. Please use the link in the banner above, to get started with posting a topic in our forums. Our technical support team will do their best to assist you (this might be outside of their scope).

  • Member #1278623 / about 5 years ago / 1

    I've had success sending hologram messages, but none of my SMS messages make it through. Do I need to buy a phone number to make this work? Not sure where the problem could be here.

    • Member #590227 / about 2 years ago / 1

      I just was trying this and couldn't get it to send to a Verizon number. Then I saw that Verizon has some stricter protocols, I just tried a t-Mobile and it worked. It's almost April 1, 2022, but I'm not fooling.

    • toddkrein / about 5 years ago / 1

      I'm having the same problem. Were you able to get it to work?

      • santaimpersonator / about 5 years ago * / 2

        Hi there, it sounds like you are looking for technical assistance. Please use the link in the banner above, to get started with posting a topic in our forums for help from the SparkFun community.

        I know that Hologram recently changed their web API, which may have changed some things (i.e. the example code no longer works*). Here is a link to Hologram's documentation on SMS messages if you would like to dig into it. This issue might be beyond the scope of our technical support team, but they will do their best to assist you.

        (*I haven't tested out this issue so the example code may still work. I am just giving an example that a change on Hologram's end could break the example code.)

  • Member #134773 / about 5 years ago / 1

    I've just ordered one of these "shields" (with a Hologram SIM card) on the "Black Friday/Cyber Monday" sale, just a few days after it was announced!

    I've got a "gadget" I built up based on a Beagle Bone Black (runs Linux) that posted data once an hour to the internet via a "wired" connection. Unfortunately that connection went away, so the LTE Cat looks like an attractive alternative. Although I could replace the BBB with a Raspberry Pi, that would require other hardware changes I'd rather not make. Yeah, I could probably even do it with an Arduino, but would really rather not.

    By the way, here's a "sanitized" sample of the Linux shell code I use to post the data (from a box that still has a wired connection available):

    wget -O /mnt/ram0/testresp --post-data "v1=1&v2=2018-11-26 12:01:03&v3=1&v4=1&v5=  19.0" http://<mysite>.com/datapost.php --timeout=90
    

    FWIW, the "datapost.php" will respond with a code indicating success or failure.

    Anyway, I'm in a bit of a time crunch for the next few weeks, and if someone has a Linux "example" to share, or tidbits of advice, I'd sure appreciate it! Thanks!


If you've found an issue with this tutorial content, please send us your feedback!