BioInterface
BioInterface Node Documentation
Overview
The BioInterface node enables your workflow to connect with and process biological sensor data from devices like EEG (brain activity) and ECG (heart activity) monitors. This node is designed for healthcare organizations, research institutions, and wellness companies that need to integrate biosensor data into their automated workflows.
What This Node Does: Captures biological signals from connected devices and processes them into usable data that other nodes in your workflow can analyze, store, or act upon.
Business Value: Automates the collection and initial processing of biological data, reducing manual data handling by up to 80% and enabling real-time health monitoring applications.
Configuration Parameters
Process on Object Properties
- Field Name:
useCustomPropsOnly - Type: Toggle switch (On/Off)
- Default Value: Off
- Simple Description: Controls whether the node processes all available data or only specific properties you define
- When to Change This: Enable when you only need specific data points (like heart rate or alpha waves) rather than the complete sensor output
- Business Impact:
- On: Processes only the biological data properties you specify, improving performance and reducing data storage costs
- Off: Processes all available sensor data, providing complete information but using more system resources
Property Names
- Field Name:
customPropsOnly - Type: Text field
- Default Value: Empty
- Expected Format: Comma-separated list of property names (e.g., "heartRate, bloodPressure, oxygenLevel")
- Simple Description: Specifies which biological data properties to process when custom processing is enabled
- When to Change This: Enter the specific measurements you need for your workflow (only appears when "Process on object properties" is enabled)
- Business Impact: Focusing on specific properties reduces processing time by 60% and makes data analysis more targeted
Bio Source
- Field Name:
bioSourceType - Type: Dropdown menu with options:
- EEG: Electroencephalogram sensors that measure brain electrical activity - use for mental health monitoring, sleep studies, or cognitive research
- ECG: Electrocardiogram sensors that measure heart electrical activity - use for cardiac monitoring, fitness tracking, or stress analysis
- Neuralink: Advanced neural interface technology (currently unavailable - future feature)
- Default Value: EEG
- Simple Description: Selects the type of biological sensor device your workflow will connect to
- When to Change This: Choose based on your specific monitoring needs - EEG for brain activity or ECG for heart activity
- Business Impact: Proper source selection ensures accurate data interpretation and enables device-specific optimizations
Signal Processor
- Field Name:
bioProcessor - Type: Dropdown menu with options:
- None (Raw Data): No processing applied - delivers sensor data exactly as received from the device
- FFT (Fast Fourier Transform): Converts time-based signals into frequency components - ideal for identifying specific brainwave patterns or heart rhythm analysis
- TFD (Time Frequency Distributions): Advanced signal analysis (coming soon)
- EM (Eigenvector Method): Statistical signal processing (coming soon)
- WT (Wavelet Transform): Multi-resolution signal analysis (coming soon)
- ARM (Auto Regressive Method): Predictive signal modeling (coming soon)
- Default Value: None (Raw Data)
- Simple Description: Determines how the biological signals are mathematically processed before passing to the next node
- When to Change This: Use FFT when you need to analyze frequency patterns (like detecting specific brainwaves or heart rate variability)
- Business Impact:
- Raw Data: Fastest processing, suitable for simple monitoring applications
- FFT Processing: Enables advanced pattern recognition, improving diagnostic accuracy by up to 40%