Open aliphys opened 1 year ago
Possibly related to
This issue also affects the tutorial for the Nano 33 IoT Accelerometer in the Docs website: https://github.com/arduino/docs-content/blob/main/content/hardware/03.nano/boards/nano-33-iot/tutorials/imu-accelerometer/content.md
I have compiled and uploaded the three following sketches, on two different laptops:
In all cases, the examples are compiled and uploaded without error. However, there is no output to the Serial monitor at all.
However, if
Serial.println("Hello! 1")
andSerial.println("Hello! 2")
is added to theSimpleAccelerometer.ino
sketch as follows:Then only
Serial.println("Hello! 1")
is printed to the Serial monitor.The latest version of the library 2640521 was used, with the following command in Windows.
I would expect the code to continue past
!IMU.begin()
, giving an error if it fails to initialise.