Hexiwear library for communicating with the on-board KW40Z BLE device. KW40Z handles also the touch buttons.

Dependents:   Hexi_Buttons_Example Hexi_Click_Relay-v2_Example Hexi_Click_Relay-v3_Example Hexi_Catch-the-dot_Game ... more

History

Increased memory poll and queues to handle multiple messages default tip

2016-09-26, by cotigac [Mon, 26 Sep 2016 05:28:55 +0000] rev 12

Increased memory poll and queues to handle multiple messages


Fixed Search Byte algorithm which was buggy

2016-09-26, by cotigac [Mon, 26 Sep 2016 04:56:27 +0000] rev 11

Fixed Search Byte algorithm which was buggy


Updated debug checking

2016-09-26, by cotigac [Mon, 26 Sep 2016 02:36:12 +0000] rev 10

Updated debug checking


Updated library so it doesn't require an TX task anymore outside of the library

2016-09-26, by cotigac [Mon, 26 Sep 2016 01:37:59 +0000] rev 9

Updated library so it doesn't require an TX task anymore outside of the library


SendAccel, SendGyro,SendMag functions changed to accept int16_t instead of uint8_t. UART Messaging API has error. mag,accel and gyro should be 6 bytes instead of 3.

2016-09-25, by khuang [Sun, 25 Sep 2016 05:50:22 +0000] rev 8

SendAccel, SendGyro,SendMag functions changed to accept int16_t instead of uint8_t. UART Messaging API has error. mag,accel and gyro should be 6 bytes instead of 3.


Changed SendAccel, SendGyro,SendMag functions to accept int16_t for x,y,z instead of uint8_t. Payload length for these should be 6 bytes not 3.

2016-09-25, by khuang [Sun, 25 Sep 2016 05:24:24 +0000] rev 7

Changed SendAccel, SendGyro,SendMag functions to accept int16_t for x,y,z instead of uint8_t. Payload length for these should be 6 bytes not 3.


Updated thread initialization in the class constructor as ARM team suggested

2016-09-25, by cotigac [Sun, 25 Sep 2016 04:28:52 +0000] rev 6

Updated thread initialization in the class constructor as ARM team suggested


Moved Transmission of Sensor Tag Data from main thread to its own thread.

2016-09-20, by khuang [Tue, 20 Sep 2016 22:38:58 +0000] rev 5

Moved Transmission of Sensor Tag Data from main thread to its own thread.


Added Functionality for GetLinkState, GetVersion, GetTsiGroup

2016-09-20, by khuang [Tue, 20 Sep 2016 22:52:28 +0000] rev 4

Added Functionality for GetLinkState, GetVersion, GetTsiGroup


Altered case for packetType_passDiplay. Bonding Passkey now accessible through GetPassKey() function.

2016-09-20, by khuang [Tue, 20 Sep 2016 01:04:31 +0000] rev 3

Altered case for packetType_passDiplay. Bonding Passkey now accessible through GetPassKey() function.