bigtreetech / BIGTREETECH-SKR-E3-Turbo

79 stars 53 forks source link

E3 Turbo DIY pins #75

Closed mlaci001 closed 2 years ago

mlaci001 commented 2 years ago

Hi, The description includes:

"Add one I2C bus expansion interface and one UART expansion interface for customer DIY use".

What are these PINs? Where can I find these. I need these PINs to connect an ESP8266. Thanks.

radek8 commented 2 years ago

You can find them in the AUX-2 connector

radek8 commented 2 years ago

SDA2 -> TX2 - P0.10 SCL2 -> RX2 - P0.11

SDA0 - P0.27 SCL0 - P0.28

image

mlaci001 commented 2 years ago

Thanks a lot ! Is this motherboard suitable for Ender-3 PRO? The hot bed (24V / 220W / 2.6 ohm / 9.2A). The AUX-2 connector SDA0 SCL0 pins what outlets ?

radek8 commented 2 years ago

The board is named E3 as Ender3. The screw holes are spaced the same as Ender3

The title page reads:

BIGTREETECH SKR Mini E3 V2.x přidal další hardwarová vylepšení a vylepšení na základě zpětné vazby od komunity. Tato vylepšení a vylepšení s SKR Mini E3 V2.x zahrnují mimo jiné dva porty rozhraní pro osu Z a SKR Mini E3 V2.x plus BIGTREETECH SKR E3 Turbo je dnes kromě 3D tiskáren, které již SKR podporuje. Desky Mini E3 V1.x, také kompatibilní s 3D tiskárnami CR-10S, CR-10 S4, CR-10 S5, Ender 5, Ender 5 Pro a Ender 5 Plus od Creality.

mlaci001 commented 2 years ago

Hi, Can I use "#define SERIAL_PORT_2 3" in Marlin?

radek8 commented 2 years ago

No. You use

define SERIAL_PORT_2 2

In the processor specification, pins P0.10 and P0.11 are listed as Uart2 I wrote it at the beginning of the ticket

image

image

image

radek8 commented 2 years ago

You can also use UATR0 But then you will have nowhere to connect the touch screen

image

radek8 commented 2 years ago

Hi, Can I use "#define SERIAL_PORT_2 3" in Marlin?

The index for the letters RT and TX indicates the serial port number that you must define in Marlin. RX2, TX2 set port 2 in Marlin RX0, TX0 set port 0 in marlin

PS: I am not a representative of the manufacturer :-)