This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What do I need to program Waveshare Mini nRF51822?

Hi,

I have a program that it works fine with nRF51-DK, but I want build a PCB with the Waveshare Mini nRF51822 module.

What do I need to program this module? With the nRF51-DK, I read data from a sensor through I2C. Can I do it with this module through accessible pins? These are the specifications. I think so...

Thanks

Parents
  • Yes, you should be able to create a PCB with GPIOs for the I2C and a header for programming (SWD). Since you have the nRF51 DK, you can actually use this to program your module. Just use the debug out port on the DK, and you should be able to flash your module from nRFgo Studio.

  • Thanks a lot! the module pins (Waveshare Mini nRF51822?), are the same as the board pins (nRF51 DK)? For example, for I2C communicating, I use in the board P0.07 and P0.30 pins. For I2C communicating in the module, are used the same pins (P.07 and P0.30)? Does the program work in the module without changing the code? Thanks again!

Reply
  • Thanks a lot! the module pins (Waveshare Mini nRF51822?), are the same as the board pins (nRF51 DK)? For example, for I2C communicating, I use in the board P0.07 and P0.30 pins. For I2C communicating in the module, are used the same pins (P.07 and P0.30)? Does the program work in the module without changing the code? Thanks again!

Children
No Data
Related