Hello everyone,
I have a esp32-s3-devkitc-1 and a NUKI FOB, and use the libary from I-Connect/NukiBleEsp32 (github.com). The Destination is let NUKI FOB controll ESP32, something like, after pairing each other and pressing Button of NUKI FOB, a GPIO Pin of ESP32 can be Low or High.
I have changed the necessary instances/definitions for " Nuki opener", and after running project, I got the logging “No nuki in pairing mode found”, even I have pressed NUKI FOB for 5 seconds to let it be into Pair Mode. I free that, my ESP32 can’t see the NUKI FOB… the Serial Monitor Output is as follow:
[ 70470][D][NukiBle.cpp:102] pairNuki(): No nuki in pairing mode found
[ 70476][D][NukiBle.cpp:107] pairNuki(): pairing result 0
I NimBLEScan: New advertiser: 54:d2:72:10:4b:7a
I NimBLEScan: Updated advertiser: 54:d2:72:10:4b:7a
I NimBLEAdvertisedDevice: No service data found
I NimBLEScan: New advertiser: 6d:71:4b:44:2e:3d
I NimBLEScan: Updated advertiser: 6d:71:4b:44:2e:3d
I NimBLEAdvertisedDevice: No service data found
I NimBLEScan: New advertiser: 3a:9c:4c:10:67:7a
I NimBLEAdvertisedDevice: No service data found
I NimBLEScan: Updated advertiser: 54:d2:72:10:4b:7a
…
my questions:
-
does the libary work for NUKI FOB? or, the libary only work for NUKI Opener und NUKI Lock? and I need new libary files for NUKI FOB?
-
If the libary can work for NUKI FOB, can anyone tell me, what should I do, to let NUKI FOB be paired with the board “esp32-s3-devkitc-1”.