You have to enable the serial port via sudo raspi-config
select option 5 -> option P6 -> select NO for logging and Yes for enabling
Also disable UART:
sudo systemctl disable hciuart
Originally posted by @nabbl in #28 (comment)
with
dtoverlay=pi3-miniuart-bt
in config.txt it works now!
You have to enable the serial port via
sudo raspi-configselect option 5 -> option P6 -> select NO for logging and Yes for enabling
Also disable UART:
sudo systemctl disable hciuartOriginally posted by @nabbl in #28 (comment)
with
dtoverlay=pi3-miniuart-bt
in config.txt it works now!