-
Notifications
You must be signed in to change notification settings - Fork 6
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
Run Grow-IoT instance on Raspberry pi #387
Comments
There is this fork for meteor on ARM devices https://github.com/4commerce-technologies-AG/meteor. But it is outdated. stuck at v1.3. Lead developer said that they'll be releasing v1.5 4commerce-technologies-AG/meteor#65 |
Cool, we shall wait on that then. |
I ran into this exact problem as well. I am wondering whether there is any alternative to this. We have a project that we would like to use grow IoT for it. |
@dowliang, you can use Grow.js to create a device driver for Raspberry Pi. Here's an example: https://github.com/CommonGarden/Grow-Hub More Raspberry Pi examples are located in the Grow-IoT can run in the Cloud (such as AWS or Meteor Galaxy) or on a local x86 based computer. We run an instance on https://grow.commongarden.org For development purposes you can run Grow-IoT server on your computer and connect the Raspberry pi to it. In summary:
You can create a custom UI component for your device by:
Feel free to ask follow up questions. |
@dowliang, here's a simpler example I made with better instructions for Raspberry pi setup: https://github.com/CommonGarden/BasicRaspberryPiExample Pull requests or suggestions for improving documentation are welcome. |
Thanks, Jake.
This is very helpful.
Tony
…On Fri, Nov 17, 2017 at 9:03 PM, Jake Hartnell ***@***.***> wrote:
@dowliang <https://github.com/dowliang>, here's a simpler example I made
with better instructions for Raspberry pi setup: https://github.com/
CommonGarden/BasicRaspberryPiExample
Pull requests or suggestions for improving documentation are welcome.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#387 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQXuEcHbEZuiG0f36ybjTEZcisuAZogAks5s3kj2gaJpZM4O8KOO>
.
|
While it's nice to be able to connect multiple pi's to a Grow-IoT instance, it would be nicer still if Grow-IoT could be hosted on the device itself.
Currently, this isn't working though. Hopefully Meteor will support ARM architectures soon... or #365 happens. : )
The text was updated successfully, but these errors were encountered: