Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with Azure #129

Open
andy-shev opened this issue Mar 31, 2021 · 1 comment
Open

Integration with Azure #129

andy-shev opened this issue Mar 31, 2021 · 1 comment

Comments

@andy-shev
Copy link
Contributor

Suddenly found an article: https://dougseven.com/2016/02/23/intel-edison-node-js-and-azure-iot/

I'm wondering if we need to document how to achieve same or similar with this project.

@htot
Copy link
Member

htot commented Mar 31, 2021

That should be fairly easy to do as in our Dunfell image PR #126 we already have:

root@edison:~# node -v
v12.14.1

So connecting to Azure should be the simple part (have you already received a donation from MS? :-) ).

The Johnny-five library aiu is an alternative to MRAA and UPM (which is currently broken for gpio, and bindings for nodejs are missing). Probably an alternative to the edison-io would be needed to get Johnny-five to work.

Or (maybe better) an alternative nodejs framework that supports libgpiod and understands iio devices in the kernel (which I have not yet tried myself).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants