Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Q] Issues TFT70 V3.0 combined with BTT Manta M5P with CB1 #2972

Open
likes3Dprinting opened this issue Feb 11, 2025 · 1 comment
Open

[Q] Issues TFT70 V3.0 combined with BTT Manta M5P with CB1 #2972

likes3Dprinting opened this issue Feb 11, 2025 · 1 comment
Labels
question Further information is requested

Comments

@likes3Dprinting
Copy link

Hi All,

I have a BTT Manta M5P board equipped with a CB1 module. I also have a TFT70 V3.0 display that I'm trying to use. I'm having significant troubles getting the board to communicate with the display. It won't receive communication from the Manta board and keeps reporting 'No printer attached!' while in 'Touch Mode'.

The Manta M5P board comes without a dedicated TFT connector and thus I'm trying to get it to communicate through UART. To no avail yet...

From issue #2878 I read that the manufacturer (somehow?) doesn't expect one to attach the TFT70 V3.0 to a Manta M5P board. However, in my understanding it should be possible to get it to communicate over UART.

In the printer.cfg I've added a [display] section where I've tried several options under 'lcd_type:'
Here, 'serial' and 'uart' are not valid options, st7920 and tft35 are both SPI displays and as such that won't work either.

[display]
lcd_type: #serial #uart #st7920
serial_port: /dev/ttyS0  # or the appropriate serial port
baud_rate: 115200
tx_pin: GPIO14  # UART TX pin
rx_pin: GPIO15  # UART RX pin

From the Manta M5P the UART0 is enabled, communicating at 115200 baudrate. When using sudo cat /dev/ttyS0 this returns M105. Which is a Temperature Request in G-code, indicating that the display is likely trying to communicate with the printer firmware. That is, communication seems to happen...

How can I configure the Manta M5P board such that it communicates over UART using GPIO14 and GPIO15 to the TFT70 board? Does anyone have ideas/could give me some advise?

@likes3Dprinting likes3Dprinting added the question Further information is requested label Feb 11, 2025
@rondlh
Copy link

rondlh commented Feb 11, 2025

The motherboards seems to be based on a STM32G0B1, which does not have a UART0.

On EXP2 you have:
PB8 USART3 TX
PB9 USART3 RX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants