Martin Williams

Results 122 comments of Martin Williams

Try this... if you haven't already... - Run **Export compiled binary** from the **Sketch** menu. - Look for the file sketchname.ino.BBCmicrobitV2.hex next to your sketchname.ino file. - Drag the hex...

When you drag a hex file to the MICROBIT drive, it appears there only while it is being processed. The MICROBIT drive will disappear and reappear as the micro:bit resets...

I would be tempted to reinstall the software, after uninstalling it and making sure that everything related is cleaned out. (e.g.%LocalAppData%\Arduino15, %Temp%), but I know that I won't lose anything...

@abchatra Should I make a PR to change "Individual sensors" to "Science"?

Arising from support ticket https://support.microbit.org/helpdesk/tickets/72697 (private) @abchatra Please see the simple example below. Errors in Python code are not highlighted, and mostly simply ignored. When there is an error, download,...

Also raised in support ticket https://support.microbit.org/helpdesk/tickets/73266 (private)

@Masterkiller25 Please post a hex file, or shared project URL.

There is the button clicks extension https://makecode.microbit.org/pkg/bsiever/microbit-pxt-clicks Or LONG_CLICK is 4 and HELD is 5 https://makecode.microbit.org/_bF2Xk7MmmazR The list is here:- https://github.com/lancaster-university/codal-core/blob/63f017fdcd12aca769264c36fe47e6071a40e502/inc/driver-models/AbstractButton.h#L35 https://github.com/lancaster-university/microbit-dal/blob/e5b67417d4dc6b01bc369d89bb1525fc7a9575c9/inc/drivers/MicroBitButton.h#L41

@abchatra I think this is essentially the same problem as https://github.com/microsoft/pxt-microbit/issues/5336 and https://github.com/microsoft/pxt-microbit/issues/4378. MakeCode often does not use changes to the settings in the next project build. It's not really...

@novomestan Can you share an example that fails to import even when changed to public? I can import https://github.com/novomestan/experiment-slovak with language set to Slovak. I tried both Import/Import URL, and...