edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 37 forks source link

Integration with Azure #129

Open andy-shev opened 3 years ago

andy-shev commented 3 years ago

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 commented 3 years ago

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).