赫伯特 使用BLE设备和Node.js的环境控制系统 入门 使用Ubuntu 20.04或Raspberry Pi OS Lite 5.4 2020-08-09 $ sudo apt remove npm nodejs $ curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - $ sudo apt-get install -y nodejs $ sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev -y $ git clone https://gi