Skip to content

Schematics‐and‐PCB

Cifer edited this page Jun 21, 2025 · 2 revisions

The nRFBOX custom PCB is designed for efficiency and ease of manufacturing, with upgrades based on feedback from nRFBOX v2. Highlights include an SD card slot and optimized component placement. 🛠️

📺 OLED Display - Connections to ESP32

  • 0.96-inch OLED Display: 128x64 pixel, low-power screen for real-time data visualization.

export (3)

⌨ Push Buttons - Connections to ESP32

  • Push Buttons: Navigate menus and control the nRFBOX with ease.

export (1)

💾 SD Card - Connections to ESP32

  • SD Card Slot: Interfaced with the ESP32 via SPI for storing signals, logs, and firmware files.

image

📡 NRF24 Modules - Connections to ESP32

  • 3 x NRF24 Modules: Connected to the ESP32 for 2.4GHz operations (scanning, jamming, etc.). Each module uses SPI pins for communication.

nrfbox-nrf24

Note

  • Schematic: Find the full schematic in the nRFBOX GitHub repository. It details connections for the ESP32, NRF24 Gtmini, OLED, SD card module, and more.
  • PCB Design: PCB files (Gerber, BOM, and pick-and-place) are available in the repository for manufacturing your own boards.

Tip

For extended range, use an NRF24 module with an LNA and connect a compatible antenna to the antenna connector. 📡

Important

Exact pin assignments (e.g., SPI MOSI, MISO, SCK) depend on the firmware configuration. Check the repository’s schematic files or source code for precise mappings.

Clone this wiki locally