woodyrew / node-pilite

Node.js module for communicating with a Pi Lite
MIT License
0 stars 0 forks source link

Setup on Noobs Pixel #5

Open markcummins opened 7 years ago

markcummins commented 7 years ago

Great module but had a few small issues getting it working on the latest raspberry pi os.

1: var pilite = require('pilite');

2: serialport error, fixed by

After that, reboot.

After that, it has started working. I think the main issue was the new pixel os uses the ttyAMA0 serial port for bluetooth.

woodyrew commented 7 years ago

Hi,

Thanks for the feedback. I'll make a change to allow the device location to be defined and mention your suggestions in the readme. Let me know if you have any other issues.