Borsti
Newbie level 2
hey
iam running an arduino mega system with a Gsm Shield.
iam trying to get the position of my system by reading the cell informations. the position of each cellid iam getting by opencellId.com.
my code so far:
Answer:
its working pretty fine but my deviation of my position is almost 2km. Yea i know about the accuracy of gsm positioning. But i ve read that the accuracy can be adjusted by using the Time Advance Data from gsm. unfortunately iam getting the Time Advance Data only for the maincell.
Do you have any experience in positioning only by gsm/cell data? can you confirm that you receive only TA Data for your maincell?
i ve read the unanswered threads:
sim900 distance from cell tower
iam running an arduino mega system with a Gsm Shield.
iam trying to get the position of my system by reading the cell informations. the position of each cellid iam getting by opencellId.com.
my code so far:
Code:
Serial1.write("AT+CENG=3,1\r"); // Set output details of gsm
Serial1.write("AT+CENG?\r"); // request cell infos
Iam using the rxl value to caculate a connected adjustment.+CENG:0,262,01,173d,d928,74,54
+CENG:1,262,01,173d,d92a,73,44
+CENG:2,262,01,173d,d927,24,30
+CENG:3,262,01,173d,ae2a,22,28
+CENG:4,262,01,173d,7bbc,74,27
+CENG:5,262,01,173d,0000,05,24
+CENG:6,262,01 ,173d, 0dee, 30,19
cell, mcc, mnc, lac, cellid, bsic, rxl
its working pretty fine but my deviation of my position is almost 2km. Yea i know about the accuracy of gsm positioning. But i ve read that the accuracy can be adjusted by using the Time Advance Data from gsm. unfortunately iam getting the Time Advance Data only for the maincell.
Do you have any experience in positioning only by gsm/cell data? can you confirm that you receive only TA Data for your maincell?
i ve read the unanswered threads:
sim900 distance from cell tower