Blueprint is a pre-configured template on the Blynk IoT platform, that will help you create a fully functional project in a few minutes. It already includes mobile and web dashboard UI, working firmware, and a tutorial to help you connect your device to the Blynk IoT platform and control it from the app!
On this page you can review the blueprint to have an idea of the ready project you are going to get. Sign up for a free account on the Blynk IoT platform to try it out.
Introduction
This guide will help you set up and launch your project using the Industrial IoT Wireless Vibration Temperature Sensor V3. You will learn how to measure vibration and temperature and send the data wirelessly to the NCD Enterprise IIoT Gateway and the Blynk IoT platform.
Batteries (if applicable): Power source for the sensor.
Mounting accessories: To securely install the sensor.
1.2 Initial Setup:
Unpack all components: Ensure you have all the required parts.
Attach antennas to the sensor and gateway: This enables wireless communication.
2. Configuring the NCD Enterprise IIoT Gateway
1 Required Components:
NCD Enterprise IIoT Gateway
Antennas
Attach antennas to the sensor and gateway: This enables wireless communication.
The NCD Enterprise IIoT Gateway facilitates seamless integration and communication between various IoT devices and networks.
If you haven't set up the gateway yet, please visit blynk.cloud and use the blueprint for the gateway for a clearer setup.
If you have already set it up, you can proceed without further action.
2 Access Interfaces
Web Configuration: Access the configuration interface at http://[domain_or_ip] using the credentials ncdio / ncdB3ast.
Domain Name: The domain name format is ncd-xxxx.local, where xxxx are the last four characters of the Gateway's MAC address. The MAC address can be found on the side of the device. For example, if the last four characters of your Gateway's MAC address are c398, the domain name would be http://ncd-c398.local.
Customization: Set up user accounts, logging, and notifications for specific events.
Node-RED: Access Node-RED at http://[domain_or_ip]:1880.
SSH Access: Connect via SSH with ncdio / ncdB3ast on port 22.
3. Preparing Your Device in Blynk.Cloud
Use the Sensor Blueprint: Click the Use Blueprint button.
Activate the Device: On the right panel, click the Activate Device button.
Generate AuthToken: Click the Generate AuthToken button.
You'll need the generated AuthToken for the next step. Click button Next.
4. Accessing Node-RED on the Gateway
Open a web browser and navigate to http://[domain_or_ip]:1880.
Log in to the Node-RED dashboard.
5: Configuring the Node-RED Flow
Import the Flow:
Copy or download the firmwareflow file file from second step of device activation.
In Node-RED, press CTRL + I or use the menu to select Import.
Paste the copied code or upload the flow file (.json).
Set Up MQTT:
Click on the any of the highlighted MQTT-out node.
Select the highlighted icon.
Go to the Security tab.
Enter the AuthToken generated by Blynk as a password for your device (use “device” as the username).
Your flow should look like this:
6: Running the Sample Using Node-RED
Deploy the Flow:
Click the Deploy button in Node-RED to activate the flow.
Test Your Setup:
Go to Blynk.cloud to check the sensor data and verify everything is working. Connect during deployment flow, but data will be transferred to the cloud when the gateway receives it from the sensor.
Blynk dashboard provides a real-time overview of data from the NCD 1 Channel Vibration Sensor using the Blynk platform. Key features include:
Status: Device status (e.g., Online).
Time Range Selection: View data over different periods (e.g., 1h, 1d, 1mo).
Total Vibration Level: Displays overall vibration intensity.
Axis Data (X, Y, Z):
Maximum Acceleration (MAX ACC).
RMS Acceleration (RMS ACC).
Peak frequencies (top 3 for each axis).
Additional Metrics:
Estimated Motor Speed (Hz).
Output Data Range.
Battery Level.
The Blynk mobile app provides the same functionality as the web dashboard, allowing you to monitor and manage your system on the go. You can access real-time data, view historical trends directly from your mobile device. This ensures continuous monitoring and timely alerts, helping you maintain optimal system
To add a new sensor the same type, you need to repeat this guide for the new device.
Next Steps
After setting up your system and addressing any issues, you can expand and optimize your project with the following steps:
Explore the Blynk Web Console and Blynk IoT app, start monitoring your sensor data from both.