Voltlog #294 – InTheMail

Welcome to a new InTheMail, the series that will touch both your passion for electronics and your bank account at the same time. Before I get started I’m gonna take a second to remind you to subscribe to the channel and hit the bell notification icon because that’s the only way you will know for sure when I upload new videos. 

Depending on which part of the world you live in, you might be dealing with the same isolation measures as I am, the government is recommending we stay inside as much as possible here in Romania, to avoid contact with other people. So that gives me more time to work on projects, learn new stuff and of course discover and order stuff from the internet.

I’m gonna start with this notebook which has a retro looking leather cover, I think it’s quite neat looking, I’m not sure if this is real leather or not, description just said leather. I always keep a notebook around the workbench, it can be useful for drafting a quick schematic, some dimensions or just for writing down some measurements. Another cool feature of this notebook is the binder style clips you have inside, which allow you to insert or remove paper and what’s even nicer is that you can find this type of paper with different grid styles and they’re very affordable.

Voltlog #274 – Installing Traccar GPS Tracking Server On A Raspberry Pi

Welcome to a new Voltlog, today I’m gonna show you how to setup your own GPS tracking server on a raspberry pi. It doesn’t have to be a Raspberry pi, because the software that we’re going to be using for the tracking server is available for Windows and Linux as well, so you could host this on your windows machine or in a virtual machine on a cloud service, it’s up to you, but in this video I’m going to do it on a Raspberry pi 4.

The idea started a couple of videos back, in Voltlog #272 when I got this GPS tracker disguised into a general purpose automotive relay. In theory this should come with free online tracking service on some Chinese hosted server but I wasn’t able to connect to that server and so I thought why not setup my own server and try to pair it with this tracker. So if you want to learn more about this tracker, checkout Voltlog #272 linked on screen right now and then come back to watch this video.

First step is to setup a fresh install of Raspbian, latest version from the source. Next step is to setup the tracking server, the name of the software is Traccar and here is their website. We’re going to be using the Linux arm release, because the raspberry pi runs on an arm processor. Next, your raspberry pi is likely sitting behind a router or firewall so you will need to forward a port so an external device like a GPS tracker can connect to our newly created server.

Next we can add our GPS tracker in the web interface of Traccar, on the left side I click add, choose a name for your device and fill in the 10 digit identifier which is this label on the side of your trackers case.The newly created device will be shown as offline until the server starts receiving data.

The final step is to configure the GPS tracker and these particular commands apply to the tracker that I am using, you might have to use different commands for a different tracker but the idea is to reset the tracker, set your admin number, configure the APN settings for your network operator, set the external ip address we saved earlier, the port is 5013. Set the upload frequency in seconds and enable the GPRS connection. Going back to the Traccar web interface, status should switch to online and we should start seeing data about our device.