-->
Page 3 of 3

Re: Discover new people around

PostPosted: Wed May 24, 2017 5:50 am
by Cosmic Mac
torntrousers wrote:I've wondered about how to do something useful with these probe events.


A while ago, I tried to trigger some actions at home, depending on the presence of family members, by regularly pinging their cell phone.
Unfortunately those devices won't always reply to ping.

Yesterday, I succesfully tested QuickFix's sketch (many thanks for sharing ;) ) and I think it's definitively the way to go to reach my goal.

Now, I have to test it in AP_STA mode, cause I want to forward events to my MQTT server.

Re: Discover new people around

PostPosted: Thu May 25, 2017 10:23 am
by QuickFix
Cosmic Mac wrote:Now, I have to test it in AP_STA mode, cause I want to forward events to my MQTT server.

Would love to see (parts of) the result.

I was thinking/fantasizing about writing probe-requests to SD-card, to have an isolated spy device I can leave hidden at places.
If I would place a dozen of these in, lets say, a shopping mall, I should be able to make some sort of device tracking using triangulation.

Re: Discover new people around

PostPosted: Sun May 28, 2017 12:15 pm
by Cosmic Mac
QuickFix wrote:Would love to see (parts of) the result.


My first try:
https://github.com/CosmicMac/ESPresence

Next steps: do the mapping with known devices and store the data in my database, with Node-RED, and decide if all this stuff can be of any interest. :)

Re: Discover new people around

PostPosted: Mon May 29, 2017 9:56 am
by QuickFix
Cosmic Mac wrote:My first try:

Great, this will also be a nice way for me of learning C++. :idea:

Thanks!