Glenn Ruben Bakke
|
89fc67a9f8
|
nrf5/modules: Adding new members to ubluepy characteristic object, props and attrs. Adding enum typedefs for various properties and attributes.
|
2017-02-20 20:22:23 +01:00 |
Glenn Ruben Bakke
|
ac14bb4736
|
nrf5/modules: Adding new callback type in modubluepy for gatts events.
|
2017-02-19 00:09:11 +01:00 |
Glenn Ruben Bakke
|
6a374dc5a2
|
nrf5/modules: Adding object structure for ubluepy descriptor.
|
2017-02-18 22:48:48 +01:00 |
Glenn Ruben Bakke
|
8ffd167d4b
|
nrf5/modules: Adding new members in ubluepy peripheral and service object to keep track of child elements. Peripheral will have a list of services, and service will have a list of charactaristics.
|
2017-02-18 17:54:47 +01:00 |
Glenn Ruben Bakke
|
852dde6747
|
nrf5/modules: Removing connection handle from python gap event handler callback function.
|
2017-02-18 14:41:46 +01:00 |
Glenn Ruben Bakke
|
f800f22a79
|
nrf5/modules: Updating ubluepy example in the header file with new function call to add service to a peripheral instance.
|
2017-02-18 13:20:03 +01:00 |
Glenn Ruben Bakke
|
292c15bf1a
|
nrf5/modules: Shuffle order of typedef in ubluepy header. Adding service pointer in characteristic object. Adding peripheral pointer to the service structure. When populated, the characteristic would get access to conn_handle and service handle through pointers. Also service would get access to peripheral instance.
|
2017-02-18 01:19:43 +01:00 |
Glenn Ruben Bakke
|
af2f32ed6a
|
nrf5/modules: Adding constants class to ubluepy which will contain easy access to common bluetooth le numbers and definitions for the bluetooth stack.
|
2017-02-18 00:11:10 +01:00 |
Glenn Ruben Bakke
|
f0f6ad20b2
|
nrf5/modules: Updating example in ubluepy header with 16-bit uuid's commented out, to show usage.
|
2017-02-17 21:50:50 +01:00 |
Glenn Ruben Bakke
|
bba8221aa2
|
nrf5/modules: Updating bluetooth driver and ubluepy to use explicit gap event handler. Adding connection handle parameter to the gap handler from ubluepy. Resetting advertisment flag if connection event is recieved, in order to allow for subsequent advertisment if disconnected again. Example in ublupy header updated.
|
2017-02-17 17:32:42 +01:00 |
Glenn Ruben Bakke
|
18365135f7
|
nrf5/modules: Updating ubluepy example to turn led2 on and off when receiving connected and disconnect bluetooth event.
|
2017-02-15 23:58:23 +01:00 |
Glenn Ruben Bakke
|
832a7ffd14
|
nrf5/modules: updating ubluepy and bluetooth driver to support python created event handler. Added registration of callback from ubluepy against the bluetooth driver and dispatching of events to the user supplied python function.
|
2017-02-15 23:32:42 +01:00 |
Glenn Ruben Bakke
|
db75b5535c
|
nrf5/modules: Adding two new functions to ubluepy peripheral class to set specific handlers for notificaitons and connection related events.
|
2017-02-15 19:30:45 +01:00 |
Glenn Ruben Bakke
|
8b21ee762e
|
nrf5/modules: Adding new object struct for delegate class and adding a delegate struct member to Peripheral class to bookeep callback object when event occurs.
|
2017-02-15 00:17:04 +01:00 |
Glenn Ruben Bakke
|
c4b60e6cf8
|
nrf5/modules: Shortening down the device name to be advertised in the example to make it fit with a 128-bit complete UUID.
|
2017-02-12 23:05:32 +01:00 |
Glenn Ruben Bakke
|
2d72fe8518
|
nrf5/modules: Updating ubluepy module header usage example. Correcting enum for UUID types to start index from 1. Expanding advertisment data structure to also include service list members.
|
2017-02-12 15:14:41 +01:00 |
Glenn Ruben Bakke
|
ff9cefa6b2
|
nrf5/modules: Adding a few examples in the modubluepy.h to get easier copy paste when implementing.
|
2017-02-11 18:09:22 +01:00 |
Glenn Ruben Bakke
|
8cc0eb23d9
|
nrf5/modules: Adding new structure to ubluepy in order to pass advertisment data information to the bluetooth le stack.
|
2017-02-11 17:37:48 +01:00 |
Glenn Ruben Bakke
|
a43f5cdd4e
|
nrf5/modules: Adding more members to ublue characteristic object structure.
|
2017-02-11 16:00:43 +01:00 |
Glenn Ruben Bakke
|
5f19113c94
|
nrf5/modules: Adding ubluepy charactaristic type struct.
|
2017-02-11 14:19:08 +01:00 |
Glenn Ruben Bakke
|
fad456d18f
|
nrf5/modules: Updating ubluepy with more implementation in UUID and Service. Adding function in bluetooth le driver which adds services to the bluetooth stack. Making service take UUID object and Service type (primary/secondary) as constructor parameter in Service class.
|
2017-02-10 21:09:03 +01:00 |