User Tools

Site Tools


klipper_faq:flash_guide:stm32h743:btt_manta_m8n_can-bridge

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
klipper_faq:flash_guide:stm32h743:btt_manta_m8n_can-bridge [2024/02/10 07:22] – [Klipper Update] dominikklipper_faq:flash_guide:stm32h743:btt_manta_m8n_can-bridge [2024/02/10 13:25] (current) – [YouTube Video #89] dominik
Line 10: Line 10:
  
 ===== YouTube Video #89 ===== ===== YouTube Video #89 =====
-{{youtube>xxx?half}}+{{youtube>H6_HCGlIk78?half}}
  
 \\  \\ 
- 
 ===== Hinweise ===== ===== Hinweise =====
   * **SBC** bedeutet in der Anleitung **S**ingle **B**oard **C**omputer. Also meistens wohl ein Raspberry Pi.    * **SBC** bedeutet in der Anleitung **S**ingle **B**oard **C**omputer. Also meistens wohl ein Raspberry Pi. 
   * Es wird davon ausgegangen das auf dem SBC Klipper und MainSail eingerichtet ist.    * Es wird davon ausgegangen das auf dem SBC Klipper und MainSail eingerichtet ist. 
   * Ein Zugang zum SBC über SSH ist notwendig!   * Ein Zugang zum SBC über SSH ist notwendig!
 +  * In dieser Anleitung wird das BTT CB1 Modul verwendet. Inbetriebnahme siehe hier: [[klipper_faq:sbcs:btt_cb1|BTT CB1]]
 +  * Die Manta Boards lassen sich ebenfalls mit einem Raspberry Pi CM (Compute Module) betreiben. Damit funktionieren auch die CSI und DSI Ports!
  
 ===== Stromversorgung ===== ===== Stromversorgung =====
Line 278: Line 279:
 Bootloader request command sent Bootloader request command sent
 Flash Success</code> Flash Success</code>
 +    * Die Status LED sollte jetzt anfangen zu blinken
   * Den Port ermitteln \\ ''dmesg |tail -n 10'' \\ <code bash>   * Den Port ermitteln \\ ''dmesg |tail -n 10'' \\ <code bash>
 biqu@BTT-CB1:~$ dmesg |tail -n 10 biqu@BTT-CB1:~$ dmesg |tail -n 10
Line 297: Line 299:
  
 ===== Sonstiges ===== ===== Sonstiges =====
-Diese Punkte sind normal nicht Bestandteil vom YT Video+Diese Punkte sind nicht immer Bestandteil vom YouTube Video, aber nützlich 8-)
  
 ==== STM32 Temperatur ==== ==== STM32 Temperatur ====
Line 307: Line 309:
 </code> </code>
  
-==== ADXL345 ==== +==== ADXL345 (Input Shaper) ==== 
-Input Shaper+Alle Manta Boards haben einen 8-poligen SPI Anschluss an dem z.B. ein ADXL345 Sensor für Input Shaper betrieben werden kann. Der 8 polige Anschluss ist bei allen Boards gleich beschaltet, lediglich die Konfiguration unterscheidet sich in Klipper etwas.  
 + 
 +^ ADXL345 Pin  ^ Manta M8P V2.0    ^ Manta M8P V1.x  ^ Manta M5P      ^ Manta M4P     ^ Pin Nr Stecker 
 +| GND          | GND               | GND             | GND            | GND Zeichen   | 2, 8            | 
 +| VCC          | 3.3 V             | 3.3 V           | 3.3 V          | STM_3V3       | 7               | 
 +| CS           | 345SPI-CS (PA15)  | SPI2-CS (PC4)   | SPI2-CS (PC9)  | SPI_CS (PD9)  | 3               | 
 +| INT1         | -                 | -               | -              | -             | -               | 
 +| INT2         | -                 | -               | -              | -             | -               | 
 +| SDO          | 345SPI-MISO       | MOT-MISO        | LCDSD-MISO     | SD-TF MISO    | 6               | 
 +| SDA          | 345SPI-MOSI       | MOT-MOSI        | LCDSD-MOSI     | SD-TF MOSI    | 5               | 
 +| SCL          | 345SPI-SCK        | MOT-SCK         | LCDSD-SCK      | SD-TF SCK     | 4               | 
 + 
 +  * Konfiguration (cs_pin & spi_bus anpassen!) \\ <code> 
 +[adxl345] 
 +axes_map     : x,y,z 
 +cs_pin       : <siehe Liste> 
 +spi_bus      : <siehe Liste> 
 + 
 +[resonance_tester] 
 +accel_chip   : adxl345 
 +probe_points : 150, 150, 20 # Center of your bed, raised up a little  
 +</code> 
 +    * **Manta M8P V2.0** \\ ''cs_pin : PA15    spi_bus : spi3a'' 
 +    * **Manta M8P V1.x** \\ ''cs_pin : PC4  spi_bus : spi2'' 
 +    * **Manta M5P** \\ ''cs_pin : PC9  spi_bus : spi2''  
 +    * **Manta M4P** \\ ''cs_pin : PD9  spi_bus : spi1'' 
 +  * **Test** in der MainSail Konsole mittels \\ ''ACCELEROMETER_QUERY'' \\ Als Ergebnis sollte in etwa sowas kommen: \\ ''accelerometer values (x, y, z): -1110.308913, 1184.329507, 11414.822920'' 
 +  * Sollte der Test folgenden Fehler bringen ist die Verkabelung falsch! \\ ''Invalid adxl345 id (got 0 vs e5)'' 
 + 
 + 
 + 
  
-{{:klipper_faq:flash_guide:stm32h743:pasted:20240206-175240.png}} 
 ===== Links ===== ===== Links =====
-  * Github Repo \\  +  * Github Repo \\ **Manta M8P V2.0** https://github.com/bigtreetech/Manta-M8P/tree/master \\ **Manta M8P V1.x** https://github.com/bigtreetech/Manta-M8P/tree/master \\ **Manta M5P** https://github.com/bigtreetech/Manta-M5P/tree/master  
-  * Manual \\ +  * Manual \\ **Manta M8P V2.0** https://github.com/bigtreetech/Manta-M8P/blob/master/V2.0/BIGTREETECH%20MANTA%20M8P%20V2.0%20User%20Manual.pdf \\ **Manta M8P V1.x** https://github.com/bigtreetech/Manta-M8P/blob/master/V1.0_V1.1/BIGTREETECH%20MANTA%20M8P%20V1.0%26V1.1%20User%20Manual.pdf \\ **Manta M5P** https://github.com/bigtreetech/Manta-M5P/blob/master/BIGTREETECH%20MANTA%20M5P%20V1.0%20User%20Manual.pdf 
-  * Schaltplan \\  +  * Schaltplan \\ **Manta M8P V2.0** https://github.com/bigtreetech/Manta-M8P/blob/master/V2.0/Hardware/BIGTREETECH%20MANTA%20M8P%20V2.0-SCH.pdf \\ **Manta M8P V1.x** https://github.com/bigtreetech/Manta-M8P/blob/master/V1.0_V1.1/Hardware/BIGTREETECH%20MANTA%20M8P%20V1.1-SCH.pdf \\ **Manta M5P** https://github.com/bigtreetech/Manta-M5P/blob/master/Hardware/BIGTREETECH%20MANTA%20M5P%20V1.0-SCH.pdf 
-  Klipper Konfig \\ +
   * Bootlader Entry bei Bridge Mode \\ https://github.com/Klipper3d/klipper/blob/master/docs/Bootloader_Entry.md   * Bootlader Entry bei Bridge Mode \\ https://github.com/Klipper3d/klipper/blob/master/docs/Bootloader_Entry.md
  
klipper_faq/flash_guide/stm32h743/btt_manta_m8n_can-bridge.1707546158.txt.gz · Last modified: 2024/02/10 07:22 by dominik

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki