This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can I directly start programming a nrf51822 breakout board

Hi guys, I want to know if it is possible to get started on developing applications for nRF51822 without using the evaluation kit. I want ot have a couple of breakout boards made and buy a debugger to flash the code on the board. Is this even possible? Also are there are good docs which tell us how to get started?

Parents
  • I've made some limited progress towards using the McHck to program and debug an nRF51822 dev board. I don't have breakpoints working yet, but I'm hopeful that with some help from the McHck folks, we'll get that working.

    For those of you following along at home, however, I still recommend the Dev Kit as the best way to get started, and the only way to get legal access to the soft device BLE stack.

    I'm hoping that Nordic will take notice of the fact that a fully-open-source toolchain exists for their great chip, and allow access to the soft device binary without a Dev Kit license.

    I'll keep this updated as we progress.

    Thanks,

    -c

    PS– @marc, you don't need special PHY, etc to write an open source BLE stack for the nRF51822. The existing, closed source stack uses the well documented radio, address resolver, etc features of the nRF51822 chip. It would be a lot of work though to reimplement this well.

Reply
  • I've made some limited progress towards using the McHck to program and debug an nRF51822 dev board. I don't have breakpoints working yet, but I'm hopeful that with some help from the McHck folks, we'll get that working.

    For those of you following along at home, however, I still recommend the Dev Kit as the best way to get started, and the only way to get legal access to the soft device BLE stack.

    I'm hoping that Nordic will take notice of the fact that a fully-open-source toolchain exists for their great chip, and allow access to the soft device binary without a Dev Kit license.

    I'll keep this updated as we progress.

    Thanks,

    -c

    PS– @marc, you don't need special PHY, etc to write an open source BLE stack for the nRF51822. The existing, closed source stack uses the well documented radio, address resolver, etc features of the nRF51822 chip. It would be a lot of work though to reimplement this well.

Children
Related