Hi @ensar,
Thanks for your reply. I really think that I am doing something wrong… Those are the steps I do:
- Download and flash
Raspbian Buster Lite
image (https://www.raspberrypi.org/downloads/raspbian/) on the SD card. - Add
enable_uart=1
to /boot/config.txt - Connect
sixfab Base HAT
on long headers to the RPi3 and connect UART to PC converter - Login, enable SSH and to those step that you describe, reboot.
- After that I am not able to communicate with RPi through UART (as expected) so I plug out UART to PC converter
- Download minicom (sudo apt install minicom)
- Run minicom on ttyS0 (sudo minicom -D /dev/ttyS0) and disable
Hardware Flow Control
- Try to type
AT
commands but nothing shows up on minicom.
Do I need to set some pins? Reset HAT or something like that?