One way of configuring the Nicla Sense ME is connecting it to a compatible host board. Try the following if you experience issues:
- Use the latest version of the
Arduino_BHY2
andArduino_BHY2Host
libraries, and the latestMbed OS Nicla Boards
platform. - Ensure you’re using the correct connection type parameter (
NICLA_VIA_ESLOV
,NICLA_AS_SHIELD
orNICLA_VIA_BLE
) forBHY2.begin()
inApp.ino
andBHY2Host.begin()
on the host sketch. - Make sure you have uploaded
App.ino
to Nicla. - Check that the ESLOV cable is no longer than 10 cm. Longer ESLOV cables might produce bad sensor readings and/or connectivity issues with MKR boards in Arduino Cloud. If you don’t have a shorter ESLOV cable available, try configuring the Nicla as a shield.
- If all the verifications above have been checked and the connection still fails, or sensor data does not arrive, try pressing the RESET button on the Nicla Sense board first, and then press the RESET button on the host board.