Already ahead of you. I'm just about to push it live with the 2v08 release. I'd done a port but was under NDA until the announcement.
The nRF52833 looks like a great chip, but is also a pain. Nordic only support it in SDK17, which has another whole set of pointless file/function renamings which seem designed to make everyone's life difficult.
So for now, to get something out quick, I'm just using the old SDK12 with a one-liner to allow the second GPIO port to be used. It means only 64k is used right now but that's more than enough for most stuff.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Already ahead of you. I'm just about to push it live with the 2v08 release. I'd done a port but was under NDA until the announcement.
The nRF52833 looks like a great chip, but is also a pain. Nordic only support it in SDK17, which has another whole set of pointless file/function renamings which seem designed to make everyone's life difficult.
So for now, to get something out quick, I'm just using the old SDK12 with a one-liner to allow the second GPIO port to be used. It means only 64k is used right now but that's more than enough for most stuff.