Til Blechschmidt
Til Blechschmidt
It is normal that learning doesn't work when you are connected to the ESP network since you cannot reach your configured tracking server (ml2.internalpositioning.com). Regarding the login sometimes asking for...
I added in a script to set the WiFi SSID and passphrase of your personal network to the repository and will eventually replace it with a very minimal website later...
Regarding the LED is it blinking in an interval of 1s aka 500ms off and 500ms on? I experienced issues with the page loads via the ESP network as well...
btw I just pushed some commits that should stabilize the connection to the configuration AP and replaced the configuration page with a basic config page for the WiFi settings only...
Good to hear you found the power issue. The ESP Network is "supposed" to ask for the same password the config requires. I'll look into it and try to figure...
At the moment the ESP8266 is sending a UDP multicast message to the group `224.0.0.1` at port `1337`. The message is a simple JSON string taking this form: ``` {...
I'll work on it the coming days. I got my 3000 mAh battery ready to go (was searching for a 2 Ah one but couldn't get one for a reasonable...
It would also be great if the `location` array could contain some metadata like the amount of stored fingerprints for each location.
Just out of curiosity, how is the accuracy calculated? (I want to display some kind of progress bar for learning and am searching for the best way to do it)
@schollz thanks for the quick implementation of that feature! One more thing that prevents it from being used though is the missing Cross-Origin resource sharing header. Please have a look...