Phantom Mouse Jiggler code on Gemma M0

Microsoft's MakeCode platform for easy blocks-style programming

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
0miker0
 
Posts: 60
Joined: Mon Sep 12, 2011 8:13 am

Phantom Mouse Jiggler code on Gemma M0

Post by 0miker0 »

I'm having issues with the Mouse Jiggler code on my new Gemma M0.
1) The instructions say to copy the generated Mouse-Jiggler.uf2 file to the Gemma M0 drive named GEMMABOOT but my device is named CIRCUITPY.
2) The Mouse-Jiggler.uf2 file will not copy to the device because there is not enough space on the device. Even when I remove all files off the CIRCUITPY there is still not enough room on the device.

User avatar
adafruit_support_carter
 
Posts: 29168
Joined: Tue Nov 29, 2016 2:45 pm

Re: Phantom Mouse Jiggler code on Gemma M0

Post by adafruit_support_carter »

That means your Gemma M0 currently has CircuitPython installed on it. No big deal, you can program the Gemma many ways and switch between them. The Phantom Mouse Jiggler guide uses MakeCode. To upload with that, the Gemma needs to be in bootloader mode. So just double press the reset button (timing can be tricky) until you see the folder GEMMABOOT show up. Then you should be able to drag over the .uf2 file.

After this initial step, you should not have to double press reset again to upload additional MakeCode uf2 files.

Locked
Please be positive and constructive with your questions and comments.

Return to “MakeCode”