-->
Page 1 of 2

INDOOR LOCATION TRACKING

PostPosted: Tue Dec 15, 2015 2:52 am
by trendchaster
Hello Everyone,
Anybody has implemented INDOOR LOCATION TRACKING system using wifi or bluetooth?

Re: INDOOR LOCATION TRACKING

PostPosted: Tue Dec 15, 2015 6:58 am
by DVE
in cycle mode get AT+CWLAP for RSSI statistics.
after make neural networks (use open project neuroph.sourceforge.net)
with number of AP in layer and number of rooms in out layer
training the network and use it

make this for warehouse indoor tracking
Image

Image

Re: INDOOR LOCATION TRACKING

PostPosted: Tue Dec 15, 2015 7:05 am
by DVE
But you must use two esp8266 , one for AP scan, one for transfer data,

Re: INDOOR LOCATION TRACKING

PostPosted: Wed Dec 16, 2015 2:06 am
by trendchaster
Hey DVE,
If you dont mind can you provide the sample code for the same.