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,

Reply
  • 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,

Children
Related