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

Circuit Simulation, SMD Design, Antenna Design, programming NRF 51422

Hey Folks

I wonder to design my own simple circuit based on NRF51422, the circuit should connect to a mobile app. By the way I'm I wonder to follow these steps:

  1. visulaised Simulation of the microcontroller with other component of the circuit 2.Design the antenna for microcontroller or using an existing antenna chip
  2. Design Smd board for this circuit

Furthermore I have a question regarding to the programming of the microcontroller:

  • How can I program an NRF51422 before soldering it on the board? Im currently using nrf 51 DK
  • 1: This could be a good way to start, but it might take more time than it's worth. Do you have tight space requirements or are you able to just make a simple circuit board that's just fine. Study the layout and schematic we use on our kits, especially with regard to the radio and antenna part of the design. If you want, you can always post a new case here with some screen shots of your implementation and we could give you some feedback on the implementation.

    2: Up to you, any single ended 50 Ohm 2.4 GHz antenna would work. This could be a PCB antenna, external antenna or a chip antenna.

    3: Have a look at the recommended design we have available here.

    4: You can add an in-circuit programmer and use the programming header available on the nRF51-DK. You only need four pins. VDD, GND, SWDIO and SWDCLK to program the chip in circuit. If you want to program it before mounting this can be done by gang programmers from for example Elnec or HiLo Systems.

Related