HumanDynamics / openbadge

MIT License
49 stars 19 forks source link

New chipset on BMD-200 #123

Open lucaabel opened 4 years ago

lucaabel commented 4 years ago

BMD-200 is no longer shipped with nrf51422, but instead with nrf51822. Changes in the Makefile (JLINK_OPTIONS) required.

OrenLederman commented 4 years ago

Thanks for the heads-up. I graduated a couple of months ago, but trying to keep the project alive :) Can you submit a pull request or a code example for this code change?

lucaabel commented 4 years ago

line 29: JLINK_OPTIONS = -device nrf51822_xxaa -if swd -speed 100 This worked for me :)