theoctal / octalbonescript

A more stable, continuously tested and better node.js library for scripting your BeagleBone
MIT License
57 stars 9 forks source link

SPI Support in the Octal Bone Script Library? #72

Closed totem415 closed 6 years ago

totem415 commented 7 years ago

Any thoughts on how my project should do SPI communication? I'm worried that 3rd party node modules would conflict since they are accessing pins to communicate. Any help or suggestions would be greatly appreciated.

BTW the OBS is working great for our needs so far. Thanks so much for developing and maintaining!

-roger

adityapatadia commented 7 years ago

I don't think SPI is currently possible with code as is. You should find a device tree and load it to work on it. https://github.com/beagleboard/bb.org-overlays/tree/master/src/arm

I am afraid lot of code changes needs to be done to support this and I currently don't have time to work on it. If you are willing to do, please create PR.

adityapatadia commented 6 years ago

This library is abandoned. Please check notice in README for further information.