Xiao Sense Accelerometer Examples and Low Power

lower serial com speed to 19200

in code… Find

Serial.begin(115200);

Take the 15 out and replace with 9… like this

Serial.begin(19200);

Make sure all the sketches you want to autoboot are edited like this

2 Likes