Ryan Powell

Results 637 comments of Ryan Powell
trafficstars

I'm curious what your code was doing that triggered this?

> I restructured the MicroBlocks interpreter to return control to the "loop()" function every few hundred microsecs You don't really need to do this unless using `serialEventRun`. BLE runs it's...

I think we could borrow the solution from adafruit here: https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/59a30d4665c75fcb1aabc09b4c40634ed96076a7/cores/nRF5/pulse.c

If you'd like to copy that change and test it to work for your application I'd appreciate it. A PR would be most welcome if it's working

Thanks for the report! I have not encountered this issue before, I wonder if there is a conflict caused by something in your environment? When first building do you see...

Thanks! I have confirmed the problem, it seems I had updated the boards.txt file locally and it wasn't pushed with the release. I will fix this shortly and create a...

Sorry for the trouble! I've just created a new release to resolve this and is available to update from board manager.

You'll need to install adafruit-nrfutil, I did not include it in the boards package due to size and other issues. You'll need to install it with`pip3 install --user adafruit-nrfutil` or...

I should have also mentioned that if you don't plan to use the bootloader, then you can skip this and just select `none` in the tools menu -> bootloader. You'll...