Martin Williams
Martin Williams
Related support ticket: https://support.microbit.org/helpdesk/tickets/56655 (private)
This is presumably related to https://github.com/microsoft/pxt-microbit/issues/4788 which is included in https://github.com/microsoft/pxt-microbit/milestone/4. In case this means something... I noticed that the example has extension v0.1.1. When updated, it becomes v1.0.12, and...
I don't think this is a BLE problem as such. If the timeanddate calls and extension are removed, it compiles. It looks like it's the assert in https://github.com/microsoft/pxt/blob/master/pxtcompiler/emitter/emitter.ts#L2505.
@abchatra That is my understanding. In my tests with Chrome OS 106 on my Chromebook's beta channel, MakeCode and the Python Editor both see a failure as if the device...
@abchatra It's working for me in stable channel Chrome OS106.
It seems to work with micro:bit V2.21 on Mac mini (M1, 2020) with macOS 12.5.1, with these settings. It also worked on Windows 10. I had no success at first...
I haven't checked, but the LED blinking code in the default example may not be right for micro:bit V2.
Also tested that it works from Windows 10 with micro:bit V2.20. ``` void setup() { Serial.begin(115200); Serial.println("setup"); delay(1000); } void loop(){ Serial.println("loop"); delay(500); } ```
I'm no expert, I'm afraid! I followed instructions at https://learn.adafruit.com/use-micro-bit-with-arduino/install-board-and-blink. usbmoden2022 above is because that was from macOS. I am ignoring an update message when the app starts. I'll see...
Please try excluding the MICROBIT drive from being scanned by your antivirus. The DETAILS.TXT file is in the MICROBIT drive in Windows Explorer 