Neuro N6 Downloads
Software, firmware and design files for the Neuro N6 board.
| Item | Format | Location | Status |
|---|---|---|---|
| Schematic, Rev C | PDF, four sheets | Neuro-N6-Schematic-Rev-C.pdf | Current. CERN-OHL-S v2 |
| Arduino core | Git repository | stm32n6 | Current |
| Bootloader (FSBL) | Git repository | Neuro-N6-Bootloader | Current |
| Neuro Studio | Installer for Windows, macOS and Linux | To be published | Current |
| Standalone DFU uploader | Windows executable | tools/neuro-n6-uploader/dist in the core | Current |
| STM32CubeIDE board support package | Project archive | To be published | See STM32CubeIDE |
| Datasheet | Neuro-N6-Hardware | In preparation | |
| Pinout diagram | To be published | In preparation | |
| 3D printed case | STL, upper and lower parts | Neuro-N6-Hardware/3d-printed-case | Current |
| Mechanical drawing | PDF, STEP | To be published | In preparation |
Hardware repository
The Neuro-N6-Hardware repository holds the schematics for the Neuro N6 and the Neuro Vision modules, the 3D printed case files and product imagery. Each schematic filename carries the hardware revision it describes, and the revision printed on the PCB is matched to the filename before a schematic is used for assembly, debugging or repair. Schematics are licensed under CERN-OHL-S v2: the design may be used, modified and distributed, including commercially, provided modifications and distributed products are released under the same licence with complete design files.
| Product | Part number | Hardware revision | Schematic |
|---|---|---|---|
| Neuro N6 | OL-DEV-N6-001 | C | Published |
| Neuro Vision OV5640 | OL-DEV-N6-002 | B | Published |
| Neuro Vision OV5640-W | OL-DEV-N6-003 | B | Published |
| Neuro Vision ST Cam | OL-DEV-N6-004 | B | Published |
| Neuro Vision Thermal | OL-DEV-N6-005 | C | Published |
| Neuro Vision TFT | OL-DEV-N6-006 | A | To be published |
| Neuro Vision TFT-W | OL-DEV-N6-007 | B | To be published |
Version notes
The Arduino core's CHANGES.md is the engineering log of every change to the core. The core version is shown in the Arduino IDE under Tools > Board.
The bootloader is programmed once per board with an ST-LINK and is not updated by the Arduino IDE. See Uploader and Bootloader.
Third-party tools
| Tool | Source | Purpose |
|---|---|---|
| Arduino IDE 2.x | arduino.cc | Build environment |
| Arm GNU Toolchain 13.3.rel1 | developer.arm.com | Compiler |
| STM32CubeProgrammer | st.com | Firmware signing, bootloader programming |
| ST Edge AI Core 4.0 | st.com | Neural network compilation |
| Python 3.8 or later | python.org | Build scripts and uploader |
| SdFat | Arduino Library Manager | SD card support, used by several examples |
| JPEGENC | Arduino Library Manager | Software JPEG encoding, used by the SleepAndWake example |