Skip to content

Instantly share code, notes, and snippets.

@gmarfjan
Created June 1, 2020 11:45
Show Gist options
  • Select an option

  • Save gmarfjan/e088d839d996effe71e5d99af93a873b to your computer and use it in GitHub Desktop.

Select an option

Save gmarfjan/e088d839d996effe71e5d99af93a873b to your computer and use it in GitHub Desktop.
Commands for managing a tk-start tk915 GPS tracker

TKSTAR-TK915 SMS Commands

Nota

  • <space> means space character

  • <phone number> like 00330612345678 (prefer international format)

Table 1. Admin commands
Description Command Response Comment

Change password

password<current password><space><new password>

password ok

Enable admin phone number

admin<password><space><phone number>

admin ok

Up to 5 phone numbers.

Disable admin phone number admin

noadmin<password><space><phone number>

noadmin ok

Table 2. Configuration commands
Description Command Response Comment

Reset hardware

begin<password>

begin ok

Check the device

check<password>

device informations

Timezone setting

timezone<password><space><timezone>

time ok

ex: timezone123456 +2

Table 3. Network commands
Description Command Response Comment

Enable GPRS

gprs<password>

gprs ok

Disable GPRS

nogprs<password>

nogprs ok

Set APN

apn<password><space><APN name>

apn ok

Set APN user

apnuser<password> <APN username>

apnuser ok

Set APN password

apnpassword<password> <APN password>

apnpassword ok

Table 4. Alarm commands
Get position g<password># location informations

Enable shock detection

shock<password>

shock ok

Disable shock detection

noshock<password>

noshock ok

Sleep after 10min

sleep<password><space><time>

sleep time ok

Sleep by shock after 5min

sleep<password><space>shock

sleep shock ok

Disable sleep mode

sleep<password><space>off

sleep off ok

Enable alarm when move

move<password><space><distance in meter>

move ok

ex: move123456 500 (over 500m)

Disable alam when move

nomove<password>

nomove ok

Enable over-speed alarm

speed<password><space>080

speed ok

ex: speed123456 080 (over 80km/h)

Disable over-speed alarm

nospeed<password>

nospeed ok

Enable Auto location

t<time w/ 3 digits><time unit s/m/h><occurs w/ 3 digits>n<password>

location informations

ex:

* t030s005n123456 send location every 30s, 5 times.

* t001h001n123456 send location every hour, 1 time.

* t005m**n123456 send position every 5min

*time: from 20sec / cycle between 000 and 255.

Disable Auto location

notn<password>

notn ok

@Basarih
Copy link

Basarih commented Sep 3, 2025

image Why doesn 't it show up to date ? who knows and can advise ?

Gps shows 0

@Enzo-ltz
Copy link

Hi, I got a TKSTAR TK-915, using simbase SIM card.

The simcard works in other trackers like the sinotrakc ST915, however, in the TK-915, the yellow light keep solid instead of turning blinking once finding GPRS connection has mentionned in the manual.

Does anyone already have got this problem and a solution for it ? Is my tracker faulty ?

@wilsonsecurityagency-investigator
Copy link

@Enzo-ltz
Copy link

I'm in France, I bought 10 of simbase SIM cards.

I took one from a tracker that currently work for debugging, but can't get any response when sending begin123456 to the tracker (which seems logic because the yellow light is not blinking)

@wilsonsecurityagency-investigator
Copy link

@Enzo-ltz
Copy link

Setting it with my own traccar server, self hosted.

The problem really is that I don't get any response when sending SMS

@wilsonsecurityagency-investigator
Copy link

@Enzo-ltz
Copy link

Yes I have the following commands :

  • begin123456 (to reset hardware)
  • adminip123456 traccar.mydomain.fr 5093 (to set ip port)
  • apn123456 simbase (to set apn)
  • gprs123456 to activate GPRS

I'm sending commands from simbase portal

I sent begin123456 but no answer from device and device still have no GPRS connection

@wilsonsecurityagency-investigator
Copy link

@wilsonsecurityagency-investigator
Copy link

@wilsonsecurityagency-investigator
Copy link

@Enzo-ltz
Copy link

Ok, so after some more investigations I managed to solve the problem :

  1. I changed the SIM card using a friend one (I have only eSIM), and removed the SIM PIN code
  2. Waiting for the tracker to get connection, it did quite quickly with this SIM
  3. Sent :
  • begin123456
  • apn123456 simbase
  1. There I lost the connection, and replaced the SIM card with the one from simbase
  2. It got back the connection, now just setup the traccar server/ports

@5p0ng3b0b
Copy link

5p0ng3b0b commented Jan 25, 2026

off topic but thought worth sharing. been using 2 yrs now.
1pmobile sim £48/yr.
renew every year.
works out £4/mth.
unlimited texts/calls. 500mb/mth data. designed for trackers..
runs off ee network 2G, 4G & 5G with EU roaming included.
https://www.1pmobile.com/siminfo?prodid=SBCT500.
costs £5 to replace sim if lost

@Enzo-ltz
Copy link

Enzo-ltz commented Mar 6, 2026

Hi there !

As mentionned before I resolved the problem with the TK-915, however it was a 2G tracker, which gave me problems of data coverage, so I just returned it.

So now I bought a TK905C (4G version with 20000mAh battery). However I struggle at getting it working correctly... I managed to have it working with a SFR sim card (local provider in France). However whenever I put the simbase card in it, it won't find any connection.

What I did :

  • apn123456 sl2sfr : set apn for sfr
  • adminip123456 my.ip port : set to my server
  • upload123456 5 : set upload delay to 5sec for debugging its easier
  • gprs123456 : activate gprs

Then I could receive correct data on my server (port 5015 btw, hubauo protocol)

Now what I did after that :

  • apn123456 simbase
  • check123456 : replied with TK905ZF690CJTS60601#250509,,ID:959XXXX,IP:213.XXXX,5015,apn:simbase,apnusername:,apnpassword:,GPS:12,LTE:31,CENTER:,SOS:,,,
  • Remove SFR sim and replace with simbase one

Now the tracker wont find any connection and wont send any data to my server.

The simbase's SIM inside is a SIM that works in another tracker for my bicycle, so it is activated, and supposed to be functionnal.

I know I'm a bit off topic, but maybe this happened once to @wilsonsecurityagency-investigator or might talk to someone in there... Maybe it could help another person later!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment