After receiving a generous gift from another developer with whom I worked on some projects on XDA, I procured a 3D printer! I purchased a Colido 3D do it yourself printer! What a blessing! This thing was really easy to put together, and I've really enjoyed playing around with it …
AsteroidOS on my LG Urbane
[gallery ids="4114,4115,4116,4117,4118,4119,4120,4121,4122,4123,4124,4125,4126" type="circle"]
I took a little break from my main project to try out AsteroidOS on my LG Watch Urbane (Bass). I have to admit, I really like it. If you don't know, AsteroidOS is …
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!

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 …
Testing other SIM cards with the Arduino LTE shield from Botletics

In the continuing process of testing out various aspects of using the Botletics LTE Arduino shield, I've decided to do a quick test with a few other SIM cards that I have available. I tested two other options, my Straight Talk SIM card, and a Freedom Pop SIM card. I …
Texting trouble with the LTE shield!

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!

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 …
Trial run of SIM 7000A LTE and GPS shield for Arduino
[gallery ids="4088,4089" type="square" columns="2"]
I wanted to start playing around with cellular devices and using them with the Arduino. So, I bought a Botletics SIM7000 LTE CAT-M1 NB-IoT Cellular + GPS + Antenna Shield Kit for Arduino (SIM7000A) that works in my locale. There are different modules, SIM7000 …
Arduino Asteroids Game: Randomly!

I wanted to post a video, but sadly the free version of WordPress doesn't allow this. So, you can click here to watch the video of me playing "Asteroids Game!" on my Uno with the LCD Keypad Shield. Sorry for the low quality of the video, but I'm sure you'll …
Arduino Asteroids Game: Play mode and pause state!
[gallery ids="4074,4075,4076" type="rectangular"]
Today was the big push! It took a while to figure out how to implement what I wanted to do, but now it's done! The game play mode and pause state are completed! You can, of course, check out the full commits on …