Other API functions

There are other less relevant functions used for secondary features or specific features. All these functions are described below.

Function

Description

GetOwnMac()

Returns the BLE module MAC address.

GetTemp()

Reads the internal Temperature sensor of the BLE module. Not calibrated. +-10 ºC accuracy.

sayHello()

Just checks communication with the BLE module.

waitEvent()

By default, the module does not parse events automatically, so if the user send commands which can produce events, they will have to be captured manually.

parseEvent()

Identifies a received event.

Besides than the already developed functions, remember that there are some functions available to send custom commands directly to the module. The user is free to develop his own function.

Finally, there can be applications that may involve human signal management, like heart rate monitors, etc. It is important to remark that the Libelium BLE module is not authorized for use as critical component in life support devices or systems, so its usage involving these applications is limited for testing/demonstration purposes.

Last updated