I want to apply SmartEdge Agile and Brainium technologies to industrial monitoring of a Francis Turbine's circle winnowing from which we naturally expect sensing vibration at run out.
For this project, we want to analyze motion in a Turbine and let it securely communicate its output to one SmartEdge Agile device by Brainium portal.
Step 1 : Getting started to Brainium Gateway for Raspbian Stretch
We have to access to Brainium portal as indicated in video below and official link : www.brainium.com/portal
In this video, I didn't connected SmartEdge Agile device yet!
I just want to show you how to enable your gateway.
Requirements:
Apart from hardware listed above, you'll need to:
- install BlueZ (use www.brainium.com/portal )
-Raspbian Stretch (https://www.raspberrypi.org/downloads/raspbian/)
- use SSH or GUI to connect to Raspbian Stretch ( I used Mitch Allen's instructions https://desertbot.io/blog/headless-raspberry-pi-3-bplus-ssh-wifi-setup)
After all, you'll complete your project by connecting all devices. Watch video( Naturelly, avoid to show your credential in real time)
Step 2: Microsoft Azure's portal
If you already have an account to Microsoft Azure, skip this step.
You should have either in your browser or in Visual Studio (I have 2017 one) something like this:
Step 3: Connect your devices
You aleady created your Brainium account in the portal.
Now, you should install it in your Raspbian Stretch
And download the App depending on your phone :
-Android : https://play.google.com/store/apps/details?id=com.brainium.android.gateway&hl=en_US
-iOS: https://apps.apple.com/us/app/brainium-gateway/id1446583825
-Be sure to have BlueZ library in your Raspbian.
If not, install the latest as following:
-Install Brainium Gateway (Terminal UI mode):
ssh pi @ <raspberry-pi-address>
wget https://brainium.blob.core.windows.net/public/raspberry/brainium-gateway-gtk-latest.run
sudo sh bluez.run
For the gateway, hit
wget https://brainium.blob.core.windows.net/public/raspberry/brainium-gateway-latest.run
sudo sh ./brainium-gateway-latest.run
You should provide your credentials after this command
brainium-gatewayCommand (h for help):
The Project
Running the system, we used SmartEdge device as motion detector to collect data for future project...
Comments