Skip to content

Instantly share code, notes, and snippets.

View SteveGotthardt's full-sized avatar

Steve Gotthardt SteveGotthardt

  • Mesa, AZ
View GitHub Profile
@SteveGotthardt
SteveGotthardt / klipper_creality.md
Last active May 26, 2023 02:21
Get Klipper to run on Creality mainboard CR-FDM-V2.4.S4.170

Klipper for Crealty mainboard: CR-FDM-V2.4.S4.170

updating firmware: use SD card with filename firmware.bin in directory /user

  • /user/firmware.bin

Attaching to target with Atmel SAM-ICE

physical connection: Atmel SAM-ICE 20-pin to P6 4-pin

P6: Pin 1  (3.3V) -> ICE Pin 1  (VTref)  (square pin)
P6: Pin 2 (SWDIO) -> ICE Pin 7    (TMS)
P6: Pin 3 (SWCLK) -> ICE Pin 9 (TCK)
@SteveGotthardt
SteveGotthardt / klipper_anycubic.md
Last active April 24, 2024 02:38
Working on getting Klipper up and running on Trigorilla_Pro_A_V1.0.4

Klipper for AnyCubic Kobra Trigorilla_Pro_A_V1.0.4

Status: move r65 to r66 for TMC control

Attaching to target via P4 with SAM-ICE

physical connection: Atmel SAM-ICE 20 pin jumpered to P4

  • P4: Pin 1 -> ICE Pin 1 = VTref
  • P4: Pin 2 -> ICE Pin 20 = GND
  • P4: Pin 3 -> ICE Pin 7 = TMS (used by SWD)
  • P4: Pin 4 -> ICE Pin 9 = TCK
  • P4: Pin 5 -> ICE Pin 15 = RESET
@SteveGotthardt
SteveGotthardt / VA_C2_HC32.md
Last active February 6, 2024 02:57
FFP0234_Aquila_X1_Main_Board_V1.0.0 with HC32

FFP0234_Aquila_X1_Main_Board_V1.0.0

This board is found on the Voxelab Aquila C2 - Mine had the H32 sticker. The Voxelab site shows there is now a N32 version. The klipper version I wrote for Aquila should work on this board with the changes to the printer.cfg file for klipper. The serial interface is through the CH340G from the HC32 to the micro-USB port. http://www.datasheetmeta.com/pdf.php?q=CH340G

  • CH340G.Pin 2: TXD is connected to HC32.Pin50 PA15
  • CH340G.Pin 3: RXD is connected to HC32.Pin42 PA9
@SteveGotthardt
SteveGotthardt / VA-GD32.md
Last active February 11, 2024 11:35
FFP0173_Aquila_Main_Board_V1.0.1

FFP0173_Aquila_Main_Board_V1.0.1 with GD32F103

Memory

  • RAM 48K @ 0x2000000
  • Flash 256K

Pinouts

USART

Connected to CH340G for USB

  • pin 3 (TXD) of CH340G: PA09 - connected to TX LED
  • pin 2 (RXD) of CH340G: PA10

Connected to LCD connector for direct serial (can't use LCD display)

@SteveGotthardt
SteveGotthardt / VA-HC32-notes.md
Last active March 3, 2024 00:04
Voxelab Aquila HC32 Klipper