Peter van der Vlugt
Peter van der Vlugt
When using the constructor to initialize the class with parameter passing, the system locks up when my sensor board is not connected. I found out that this is caused by...
My application works fine with the 1.1.4 release for the NANO BLE. Updating to 1.1.5 results in a wire compilation error. Then updating to 1.1.6 results in a failing application....
https://github.com/arduino/ArduinoCore-nRF528x-mbedos/blob/6216632cc70271619ad43547c804dabb4afa4a00/variants/ARDUINO_NANO33BLE/pins_arduino.h#L121 The following pin definitions are swapped compared to the table in variants.cpp. The definitions should read; #define PIN_ENABLE_I2C_PULLUP (32u) #define PIN_ENABLE_SENSORS_3V3 (33u)