Skip to main content

Bluetooth Nodes

Use these nodes to use the bluetooth functionality of your microcontroller.

Config Nodes

BT spp config

Initiate Bluetooth connection and its settings for bluetooth communication.

Inputs

  • BL Device Name. : Specify the name for the bluetooth device
  • SPP Server Name. : Specify the name for the bluetooth spp server

Proc Nodes

BT spp write

Sends text/buffer data over a Bluetooth connection.

Inputs

  • spp settings : Select the Bluetooth SPP config
  • Write Data : Provide the data to be sent

Event Nodes

on BT-spp recieve

An Event Producer Node. Waits for data to arrive on a bluetooth connection. When all data is received, the next nodes are triggered and the data is passed to them.

Inputs

  • spp settings : Select the Bluetooth SPP config

Outputs

  • Recieved Data : Received Data