All Projects → ghent360 → PrntrBoardV2

ghent360 / PrntrBoardV2

Licence: other
32-bit 3D Printer controller board using STM32F407 and replaceable TMC2660/2209 stepper drivers.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to PrntrBoardV2

SKR-V1.4-Turbo-Stepper-Driver-Jumper-Configuration-Manual
SKR V1.4 TURBO Stepper Driver Jumper Configuration Manual
Stars: ✭ 33 (+6.45%)
Mutual labels:  3d-printing, marlin-firmware, tmc2209
Marlin-2.0.X-MKS-Robin-Nano
Marlin 2.0.X for the MKS Robin Nano 1.1/1.2
Stars: ✭ 100 (+222.58%)
Mutual labels:  marlin, marlin-firmware, tmc2209
Cncjs
A web-based interface for CNC milling controller running Grbl, Marlin, Smoothieware, or TinyG.
Stars: ✭ 1,657 (+5245.16%)
Mutual labels:  smoothie, smoothieware, marlin
Arm Cmake Toolchains
CMake toolchain configurations for ARM
Stars: ✭ 148 (+377.42%)
Mutual labels:  arm, stm32
Tinygo
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Stars: ✭ 9,068 (+29151.61%)
Mutual labels:  arm, stm32
Stm32l4xx Hal
A Hardware abstraction layer for the stm32l432xx series chips written in rust.
Stars: ✭ 65 (+109.68%)
Mutual labels:  arm, stm32
async-stm32f1xx
Abstractions for asynchronous programming on the STM32F1xx family of microcontrollers.
Stars: ✭ 24 (-22.58%)
Mutual labels:  arm, stm32
Grbl Advanced
Grbl-Advanced is a no-compromise, high performance, low cost alternative for CNC milling. This version of Grbl runs on a STM32F411RE / STM32F446RE Nucleo Board. Now with backlash compensation, multi-axis and Tool Table support!
Stars: ✭ 182 (+487.1%)
Mutual labels:  arm, stm32
Stm32 graphics display drivers
STM32 LCD drivers (currently: spi(dma), gpio, fsmc(dma), st7735, st7783, ili9325, ili9328, ili9341, ili9486, ili9488, hx8347g)
Stars: ✭ 151 (+387.1%)
Mutual labels:  arm, stm32
Dirtyjtag
JTAG probe firmware for STM32F1
Stars: ✭ 183 (+490.32%)
Mutual labels:  arm, stm32
arm-hard-fault-handler
What to do when Hard fault hits? Debugger and error reporter solution for ARM Cortex M3 and M4.
Stars: ✭ 32 (+3.23%)
Mutual labels:  arm, stm32
Stm32liquidcrystal
Liquid Crystal Library for STM32
Stars: ✭ 24 (-22.58%)
Mutual labels:  arm, stm32
Avem
🚁 轻量级无人机飞控-[Drone]-[STM32]-[PID]-[BLDC]
Stars: ✭ 465 (+1400%)
Mutual labels:  arm, stm32
Stm32f0 arm
STM32 Cortex-M0 course
Stars: ✭ 72 (+132.26%)
Mutual labels:  arm, stm32
kconfig
Kconfig for ARM based MCUs
Stars: ✭ 15 (-51.61%)
Mutual labels:  arm, stm32
Xpcc
DEPRECATED, use our successor library https://modm.io instead
Stars: ✭ 177 (+470.97%)
Mutual labels:  arm, stm32
STM32 TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micr…
Stars: ✭ 27 (-12.9%)
Mutual labels:  stm32, stm32f4
STM32Primer2 GNSS Tracker
GNSS Tracker For STM32 Primer2
Stars: ✭ 24 (-22.58%)
Mutual labels:  arm, stm32
SMuFF-1.1
Latest version of the SMuFF firmware to be compiled in PlatformIO
Stars: ✭ 117 (+277.42%)
Mutual labels:  stm32, 3d-printing
terminal
Terminal inside the microcontroller (cli for mcu)
Stars: ✭ 31 (+0%)
Mutual labels:  arm, stm32

PrntrBoard V2

PrntrBoard V2 is the next iteration of my 3D printer controller design. The V1 was very good, except it had one major drawback - the stepper drivers were soldered on the board which would make the design expensive. This V2 design has 6 replaceable motor drivers. While traditional RAMPS based boards use pin headers to house the driver boards, I'm using PCIe 1x slots. This design has several advantages:

  • the driver PCB layout can be more flexible as there are fewer constraints on the driver board dimensions
  • drivers are placed vertically on the board which allows for more efficient space utilization as well as more efficient cooling
  • PCIe 1x slots have 36 pins which allows for greater design flexibility

Picture of rev-1 KiCad Rendering

Project Status

The following functionality has been verified on the rev1 prototype board with Marlin firmware:

  • TMC2660 and TMC2209 drivers working and able to move motors
  • Endstops
  • Heaters and thermistor inputs
  • LCD interface with 12864 panel from FYSETC and REPRAP Discount Graphics Panel.
  • Micro SD-card interface
  • EEPROM
  • Fan control

Features of the board:

  • up to 6x replaceable stepper motor drivers
  • 32-bit Arm processor with floating point support running at 168MHz (STM32F407)
  • up to 6 thermistors or 6 thermocouples for temperature control
  • 4 power heaters (1 bed and up to 3 extruder heaters) with PWM power control
  • 5 low power PWM connectors with selectable voltage (5V vs 12-24V) for fans or LEDs
  • 8 end stops with option to use stall detection from the stepper drivers on 6 of them
  • micro-sd card support with SDIO for fast file transfer
  • 2 extra serial ports for WiFi and or smart LCD screen control
  • RAMPS LCD screen support
  • Marlin 2.0 firmware or Smoothieware V1.0, RRF port in progress, Klipper port in progress.
  • 4 extra fan connectors (2x5V and 2x12-24V)
  • Input voltage: 12-24V
  • CAN bus connector contributed by ArkadiuszRaj.

Picture of rev-1 prototype

Drivers

High power driver using Trinamic TMC2660. Should support up to 2.5A RMS current per phase with forced cooling. Supports stall detection. Driver current is adjustable via SPI.

KiCad rendering of the 2660 driver board 2660 r2 driver board

Versatile "economy" driver using Trinamic TMC2209. Should support up to 1.8A RMS current per phase with forced cooling. Supports stall detection. Driver current is adjustable via UART.

KiCad rendering of the 2209 driver board2209 r6 driver board

High voltage driver (up to 42V) using Trinamic TMC2130. Should support up to 1.1A RMS current per phase with forced cooling. Supports stall detection. Driver current is adjustable via SPI. The driver board has separate power terminal.

KiCad rendering of the 2130 driver board

Very high current driver design using TMC5161 and TMC2160 with external MOSFETS are also possible. In addition an adapter board for Pololu style stepper drivers is planned for backwards compatibility with old drivers.

Software

Marlin v2 is working on the board. I have a port of Smoothieware V1. Klipper is functional with some [fixes] (https://github.com/ghent360/klipper). RepRepFirmware ports is in early stages and not yet functional.

Visit my blog for status updates on the development of the board.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].