Almost have a new build.
Quick reminders. When you flash it the LCD is not current enabled, so it hard to tell if its on. So you need to click the button if you can't connect to the device. That will power the device on.
Copy the P8-SDK12.py, to the boards section of expruino then build it.
//setups up the code for the specific chip
source scripts/provision.sh NRF52832DK
make -j BOARDNAME=P8 BOARD=P8-SDK12 RELEASE=1 NRF_SDK12=1 VERBOSE=1 USE_BOOTLOADER=1
So you'll make a hex image and it will be in the bin folder.
nrfjprog -f NRF52 --program espruino_2v19.86_p8_SDK12_SD30.hex --verify
Quick reminders. When you flash it the LCD is not current enabled, so it hard to tell if its on. So you need to click the button if you can't connect to the device. That will power the device on.
Copy the P8-SDK12.py, to the boards section of expruino then build it.
//setups up the code for the specific chip
source scripts/provision.sh NRF52832DK
make -j BOARDNAME=P8 BOARD=P8-SDK12 RELEASE=1 NRF_SDK12=1 VERBOSE=1 USE_BOOTLOADER=1
So you'll make a hex image and it will be in the bin folder.
nrfjprog -f NRF52 --program espruino_2v19.86_p8_SDK12_SD30.hex --verify