Category: GPS

  • TK102 GPS tracker configuration

    TK102 GPS tracker configuration

    We are going to use a KPN prepaid SIM card. The pin code is removed using a cell phone and mobile internet is activated. We will transfer the data via GPRS connection to a GPS server called Traccar. The server is free downloadable for any platform. Make sure the battery of the GPS is well…

  • Traccar in docker

    Run the following command: docker run -d –privileged -p 8082:8082 -p 5005:5013 -p 5055:5055 magnaz/traccar Webserver adres: 808 RF-V16 tracker: Send by tracker on port 5013, received by Traccar on port 5005. (needed to use the right protocol) Traccar Android client: 5055

  • Traccar installation on Raspberry Pi

    Traccar installation on Raspberry Pi

    Download and install Traccar Download Traccar wget https://github.com/tananaev/traccar/releases/download/v3.4/traccar-linux-arm-3.4.zip Unzip downloadfile unzip traccar-linux-arm-3.4.zip Remove zipfile rm traccar-linux-arm-3.4.zip Run install script sudo ./traccar.run Start Traccar Server sudo java -jar /opt/traccar/tracker-server.jar Optional configuration Make autostart on boot Start crontab crontab -e Add following line to the bottom of the file @reboot /usr/bin/nohup /usr/bin/java -jar /opt/traccar/tracker-server.jar Exit crontab and…

  • RF-V16 Config commands

    RF-V16 Config commands

    Set master phone number Password = 123456 (default) Phonenumber = +31619xxxxxx (fill in complete number) 123456,sos1,0031619xxxxxx# Return message: 0031619xxxxxx has been set for the master number sucessfully. Set APN settings for example Dutch provider Simyo.nl APN = portalmmm.nl Port = 5080 User = empty Password = empty apn,portalmmm.nl,user,,pd,,pport,5080# Return message: Apn set succesfully! Reboot system…