schollz / find3

High-precision indoor positioning framework, version 3.
https://www.internalpositioning.com/doc
MIT License
4.63k stars 364 forks source link

How do I find CSV file of the data obtained? #158

Open iudeen opened 5 years ago

iudeen commented 5 years ago

Hello,

I am using Find3 to explore and learn about Indoor positioning as a master's degree student. I have successfully implemented the server and everything works well.

I have found that the data gathered are stored in SQL table in FIND_DATA folder. I noticed in code that you have used csv read and write. Where can I find the CSV data of the data gathered?

I am using Docker to implement the server on a Raspberry Pi 3.

Thank you.

cuberinooo commented 5 years ago

Hey iudeen, are u able to receive sensor data? I created the server with docker and I'm not able to receive data from the app. Also, I'm not able to create a family. The mosquitto db is always empty.

iudeen commented 5 years ago

@cuberinooo The family is created automatically once the data gets published to the server. If you're creating your own local server, then make sure you enter your IP address with port in the APP's server field.

For example

Server: http://192.168.X.XXX:8005

cuberinooo commented 5 years ago

@iudeen I followed the instructions and everything seems to be running. Even the tests are valid. But as long as I want to collect data from my tablet or smartphone nothing happens. Also, I did use the default server (cloud.internalpositioning) just to watch the data. Nothing happened. I don't think the problem is on the server. Are there specific requirements for the devices?

On the App I do the following stuff:

  1. Enter Family Name
  2. Enter Device Name
  3. Enter Location Name
  4. Then I hit the Tracking button so it shows the Learning button. After that, I hit the Start Scan button.

(Btw. I know that is OffTopic and I'm sorry for that, but I have the feeling it isn't maintained anymore. )