AlaskaLinuxUser's Scratchpad

Commit thy works unto the LORD, and thy thoughts shall be established. - Proverbs 16:3

LTE project gets a status bar!

[gallery ids="4108,4107" type="circle" columns="2"]

In my continuing effort to learn about programming, cellular service, and Arduino, I've made a couple of great developments on my LTE project. Essentially, I'm turning these parts into a texting/gps device. I want to say a phone, but since it …

Arduino LTE Botletics shield and a Nokia 5110 display!

image2

Today was a lot of fun, and I mean a lot! I was able to connect not only the Botletics LTE shield, but also the Nokia 5110 screen to the Arduino, AT THE SAME TIME! I know, for the rest of the Arduino enthusiasts out there, this may seem like …

Texting trouble with the LTE shield!

sim7000a

Next on my bucket list for things to test out with the Botletics LTE Shield was text messaging, or SMS. According to the demo, it was supposed to be really easy and straight forward, but it wasn't.

First, I used the Hologram Dashboard to send an SMS message to the …

LTE shield for Arduino: Web Page Download!

IMG_20190423_084454

First up on my list of learning about this Botletics LTE shield was how to pull data. Fortunately for me, the LTE demo sketch included a method for downloading something from the internet. It works like this:

// The code below was written by Adafruit and only works on some modules …