I've been trying to use the Adafruit nRF52 library (github.com/.../Adafruit_nRF52_Arduino) and the Arduino IDE to program a nrf52832 using my nrf52840 DK. However, I keep getting 'serial.serialutil.SerialException: Attempting to use a port that is not open
Possible causes:
- Selected Bootloader version does not match the one on Bluefruit device.
Please upgrade the Bootloader or select correct version in Tools->Bootloader.
- Baud rate must be 115200, Flow control must be off.
- Target is not in DFU mode. Ground DFU pin and RESET and release both to enter DFU mode.'
I'm wondering if this is a result of incompatible soft devices but can't find any documentation on the development kit that says whether or not this is the case.
