Minimal Circuit required for nRF52832 custom board

I need help with the minimal circuit board requirement of the custom board with nRF52832 and nRF52840 for wireless and SPI communication.

I need to read vales over wireless communication and show values on display via SPI communication.

Parents
  • Hello,

    I am actually moving from Arduino, as Atmega328p requires an external crystal oscillator with capacitors. For ESP32 we need an external button to keep GPIO0 LOW while uploading code.

    So considering that now I'm planning to use nRF52810 (slave which is connected to the e-ink display through SPI) and nRF52832 (master, gateway node), what are the essential and minimal hardware that is required to drive the nRF52 series. 

    After reading some documents I found for my custom board I need the followings :

    a. 4 pin header (for Rx, Tx, Gnd, and Vcc to upload code),

    b. 32Mhz crystal oscillator

    Other than these you mentioned already nRF52 series have internal pullups/pulldowns. 

    Thank you,

  • Hi,

    Are you going to use a module or start with just the nRF52832? If the latter, then you'll need to add some decoupling capacitors for VDD and DEC pins + a matching network for radio and antenna, and the 32 MHz crystal. It's all summed up in the reference design, which you can find here.

    Modules usually already have all of this implemented, so that would be a great option. 

    regards

    Jared  

Reply
  • Hi,

    Are you going to use a module or start with just the nRF52832? If the latter, then you'll need to add some decoupling capacitors for VDD and DEC pins + a matching network for radio and antenna, and the 32 MHz crystal. It's all summed up in the reference design, which you can find here.

    Modules usually already have all of this implemented, so that would be a great option. 

    regards

    Jared  

Children
Related