Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

sim900 Positioning with Cell Informations

Status
Not open for further replies.

Borsti

Newbie level 2
Joined
Nov 19, 2015
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
16
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:
Code:
Serial1.write("AT+CENG=3,1\r"); // Set output details of gsm
Serial1.write("AT+CENG?\r"); // request cell infos
Answer:
+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
Iam using the rxl value to caculate a connected adjustment.
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
 

Excuse me - isnt my question not cleary explained or has noone experience with it?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top