node-enocean icon indicating copy to clipboard operation
node-enocean copied to clipboard

You have to enable the serial port via `sudo raspi-config`

Open es101 opened this issue 6 years ago • 0 comments

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 https://github.com/enocean-js/node-enocean/issues/28#issuecomment-491761041

with

dtoverlay=pi3-miniuart-bt

in config.txt it works now!

es101 avatar May 15 '19 15:05 es101