makerbase-mks / MKS-RUMBA32

MKS RUMBA32 is modified in Aus3D RUMBA32 version and a powerful 32-bit 3D printer control board with STM32F446VET6 , The main frequency is 180MHZ. Support Marlin2.0 , support MKS LCD12864B/MINI12864/2004/12864, support MKS TFT24/28/32/35/70 Screens. The motherboard integrates 6 AXIS interface, integrates SPI / UART interface…
16 stars 15 forks source link

where i can add wifi and nextion screen ? #25

Closed labotecno closed 3 years ago

labotecno commented 3 years ago

hello , i need to know where i can add this element ? wifi and touch screen ?

mks-viva commented 3 years ago

Hi! You connect MKS TFT touch screen display by AUX-1 interface and MKS RUMBA32 have not wifi interface.

labotecno commented 3 years ago

why mks rumba 32 don t have wifi ? how i can add it ?

mks-viva commented 3 years ago

I want to know, which WIFI module do you want to add? Usually WIFI is the main method of serial communication, such as ESP8266(ESP3D WIFI firmware), so you can connect it to STM32 Usart1 or other pin image

labotecno commented 3 years ago

ok perfect ! and marlin stuff ? serial ? i need to change pin on board pin ?

mks-viva commented 3 years ago

You just need to pay attention to your pin and motherboard one-to-one correspondence. For example,like this: WIFI module's TX connect to motherboard's RX(PA10 STM32 USART1 RX) WIFI module's RX connect to motherboard's TX(PA9 STM32 USART1 TX) WIFI module's 5V connect to motherboard's 5V WIFI module's GND connect to motherboard's GND More information you can refer to MKS SGEN_L V2 Wiki how to use MKS TFT WIFI for marlin2.0 and fimrware settings Link: https://github.com/makerbase-mks/MKS-SGEN_L-V2/wiki/MKS_TFT_WIFI

mks-viva commented 3 years ago

Has this issues be solved? If there is no response, then I will close it temporirly.

labotecno commented 3 years ago

yes its ok thank you