• I'm struggling to get my Puck back to a stable state. If I just send the following:

    I2C1.setup({scl:D2, sda:D1, bitrate:100000});
    const MPU = require("MPU6050").connect(I2C1);
    

    The ide shows " Prompt not detected - upload failed. Trying to recover..." and then never seems to recover.

    I think I need a way to clear out or factory reset the flash memory. I've tried running reset() followed by save(), but that doesn't fix it.

    Also the web ide won't connect to my Puck unless I do a hard reset first.

About

Avatar for barrier @barrier started