Til Blechschmidt

Results 72 comments of Til Blechschmidt

![img-2017-02-21-134957](https://cloud.githubusercontent.com/assets/5037967/23165503/b0f7f8e6-f83c-11e6-9ee1-e34fc221cabf.png) ![img-2017-02-21-135006](https://cloud.githubusercontent.com/assets/5037967/23165507/b3322960-f83c-11e6-901a-c7c74da1c6b5.png) It does not work. I assume it's because the `Access-Control-Allow-Methods` header is only set for the actual delete request but the browser is sending an OPTIONS request beforehand...

Still doesn't work. I assume that the problem is not that the header you modified doesn't contain the `OPTIONS` method but instead it's how the FIND HTTP server reacts to...

I set up the socket by running the following commands in the browser console: ``` var xmlHttp = new XMLHttpRequest(); xmlHttp.open("DELETE", "http://localhost:18003/location?group=something&location=somethingElse", true); ``` then initiating the actual request by...

I am using the ESP8266-12E on a [NodeMCUv2 Development board](https://www.seeedstudio.com/NodeMCU-v2-Lua-based-ESP8266-development-kit-p-2415.html). But it shouldn't matter what kind of ESP chip you have as long as it has ~100 KB of space...

I am planning on running it on a battery and measured the battery drain to be about 80mA whilst scanning on the NodeMCUv2 (@5V). That results in a solid 24h...

Okay so I just investigated and since I cannot convince the linker to just flash my binary blob into the flash chip along with the sketch (because it attempts to...

Nope, you didn't I just noticed that a few minutes ago and added the default password and username to the README. It's `admin` and `supersecret` and the message in the...

There is an `auth` variable in the configuration which is supposed to define the AP and config password but there is no way to change that just yet.

Ahh okay, that makes sense there. Since `ml.internalpositioning.com` is forcing HTTPS (which is good :smile: ) and the ESP attempts to make an HTTP requests it gets rejected. I'll change...

Yeah, the configuration is persistent. If you enable tracking it does all kinds of things to preserve power like switching to a longer and more low power sleep period (ESP's...