BIGTREETECH-SKR-mini-E3 icon indicating copy to clipboard operation
BIGTREETECH-SKR-mini-E3 copied to clipboard

PA3 and PA2 not in pinout pdf

Open EduMota opened this issue 2 years ago • 3 comments

I'm trying to identify the pins PA3 and PA2 on the skr mini e3 v3, but they are not listed at board pinout pdf.

I want to check the connections to make sure that everything is ok, because I follow the setup recommended here, but without result, my board not respond to klipper, and continue getting the error mcu 'mcu': Unable to connect Once the underlying issue is corrected, use the "FIRMWARE_RESTART" command to reset the firmware, reload the config, and restart the host software. Error configuring printer

EduMota avatar Sep 09 '22 16:09 EduMota

PA2 and PA3 There are RX and TX pins on the TFT connector.

radek8 avatar Sep 09 '22 17:09 radek8

Then I think some thing is off.

My printer.cfg Screenshot from 2022-09-11 18-53-31

My /boot/config.txt Screenshot from 2022-09-11 18-52-03

My /boot/cmdline.txt Screenshot from 2022-09-11 18-51-24

My connections on skr mini. 20220911_183457

My connections on raspberry pi 3 b+ 20220911_183521

Pinout of raspberry: raspberry-pi-15b

EduMota avatar Sep 11 '22 22:09 EduMota

I won't help you. I don't use Raspberry or Klipper.

radek8 avatar Sep 12 '22 03:09 radek8

Ok, now it's working, for someone with the same issue, that is how I figured out.

I plugged an usb/ttl adapter on raspberry and my notebook, on Linux host executed:

minicom -b <baud rate> -D <serial>

logged at raspberry by ssh, and executed:

echo 'Hello world' > /dev/ttyAMA0

Trying some common values from baud rate, intill I got the correct message on minicom. I could find out that my raspberry was with a high baud rate 300000, so I just recompile Klipper and flash it on printer board, and in printer.cfg added the

[mcu]
baud:300000

EduMota avatar Oct 21 '22 08:10 EduMota