I am in the process of porting an Arduino ProMicro project to the Nice!Nano V2. The code is ported to the new board, and I thought this was the hard part!
Now I cannot even upload the .uf2 of a simple blinky, but then that never worked correctly. I had the following happen: the board(s) go 'dead' the LED is off, the LED blinks rapidly from what i thought was one of the first blinkys I tried.
What does not work is any kind of .uf2 out of Arduino, they are either rejected (board stays in BL mode) or don't work (board goes 'dead'). I tried different AI for help, the suggestions were terrible, and this is supposed to be the future??
So anyone having a WORKING setup of Arduino that generates .hex I can convert reliably to a working .uf2? Or are my boards defective? They are the original from 42keebs, but coming to think: the knockoffs from ebay also did not work, in a similar way!
Sorry I can’t help. I didn’t even know what a nice!nano was until I googled out of curiosity. That forum link came up in the google results so I posted it here in case it was of help.
Hi @emefff. I would recommend trying the alternative boards platform that was recommended by @al1fch at the end of the forum topic @Dave_Lowther shared?:
Unfortunately I don't think anyone has set things up to allow that platform to be installed via the Arduino IDE Boards Manager, so you would need to install it manually.
It might be easiest to do that by first installing the "Adafruit nRF52" boards platform by following the instructions here:
then finally selecting Tools > Board > Adafruit nRF52 > nice!nano v2 from the Arduino IDE menus to configure Arduino IDE to use that new board definition.
Thank you for your comment. Yesterday, late in the evening, I switched to platformIO, where this board actually works. I appreciate your comment, maybe it helps someone else,