Jan-Ole Schümann

Results 224 comments of Jan-Ole Schümann

This could work, but has some drawbacks: - You'll drain the battery very fast. Unless you've connected your lock to a permanent power source, I'd advice against it. - You...

For every query the ESP has to reconnect to the lock, which in itself takes a moment. During this time the lock has isn't sleeping and has to use power...

1. Because the lock would need to maintain an active connection, which drains the battery 2. The lock signals that the lock state has changed. NUKI Hub then queries the...

I have no insight of how exactly the NUKI firmware works. They have implemented things in a certain way, and the library that NUKI Hub uses works according to their...

That part about the beacon is actually not in official documentation. Took us a while to figure out.

Hi, as far as I understand it the Bridge does it the same way. I'd refer you to this thread: https://developer.nuki.io/t/bluetooth-specification-questions/1109/3 Quoting the important parts: > Normally, the rssi value...

Hi, I don't really have experience with the wiegand protocol, but there are some libraries available for the Arduino - they might need some tweaking to get them working on...

Hi, go ahead and add it. For now I'd hardcode the GPIOs, but I see the need to make the GPIOs configurable sooner or later. There's already a request to...

For a howto on the toolchain check my other project: https://github.com/technyon/coffeetimer Also, you have to copy the partitions.csv into the cmake directory: [partitions.csv](https://github.com/technyon/nuki_hub/files/9950068/partitions.csv) This project uses FreeRTOS, so you can't...

Did you make any progress on this, or need any help?