-
Notifications
You must be signed in to change notification settings - Fork 147
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. 🛠️
- 0.96-inch OLED Display: 128x64 pixel, low-power screen for real-time data visualization.
- Push Buttons: Navigate menus and control the nRFBOX with ease.
- SD Card Slot: Interfaced with the ESP32 via SPI for storing signals, logs, and firmware files.
- 3 x NRF24 Modules: Connected to the ESP32 for 2.4GHz operations (scanning, jamming, etc.). Each module uses SPI pins for communication.
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.