Jose Luu
Jose Luu
To make it connect on Windows 10, I had to do the following: replace the first line below by the next 3 //pSecurity->setAuthenticationMode(ESP_LE_AUTH_BOND); pSecurity->setAuthenticationMode(ESP_LE_AUTH_REQ_SC_ONLY); pSecurity->setCapability(ESP_IO_CAP_OUT); pSecurity->setInitEncryptionKey(ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK); I am...
When transacting one has to keep the card on the reader for some time, a vibration feedback after the time has elapsed is a welcome confirmation for the user. FIle...
In file NfcUtils.java around line 79, the software allocates a new key in case of failure when using the currently selected key. This does not fit with the current user...
Hi David, I did adapt to the Arduino IDE which may be more easy/appealing to some (at least for me). One change I would like to point out which I...
I had to install NDK 21.4.7075529 and cmake 3.10, later versions causes various problems. Could you confirm the version numbers ?
Hi The SCA and SDL pins are incorrectly defined for the wifi_kit_32_v3, they should be: static const uint8_t SDA = 41; static const uint8_t SCL = 42; (same definitions as...