Glenn Ruben Bakke
|
adf316afaa
|
nrf5/hal/gpio: Adding some new structures and functions to register irq channels to gpio's using GPIOTE peripheral
|
2017-04-11 13:53:37 +02:00 |
|
Glenn Ruben Bakke
|
f8c0a51f5e
|
nrf5/hal/gpio: Adding missing include.
|
2017-04-09 23:47:44 +02:00 |
|
Glenn Ruben Bakke
|
c7c2285ab9
|
nrf5/modules/machine: Style fix in pin object, indention.
|
2017-04-09 23:19:26 +02:00 |
|
Glenn Ruben Bakke
|
320b9ecde7
|
nrf5/modules/machine: Adding placeholder for irq method to pin object class.
|
2017-04-09 23:18:00 +02:00 |
|
Glenn Ruben Bakke
|
2c90d94dc7
|
nrf5/modules/machine: Adding pin irq type and basic functions and structures.
|
2017-04-09 23:16:07 +02:00 |
|
Glenn Ruben Bakke
|
a93d462dfd
|
nrf5/hal/gpio: Reintroducing gpio polarity toggle event to be able to reference the short form of adding high_to_low and low_to_high together.
|
2017-04-09 23:02:37 +02:00 |
|
Glenn Ruben Bakke
|
435bc5a3d4
|
nrf5/hal/gpio: Updating hal_gpio.h with some tab-fixes in order to make the file a bit consistent in style.
|
2017-04-09 21:56:28 +02:00 |
|
Glenn Ruben Bakke
|
8c45aca8d2
|
nrf5/hal/gpio: Removing toggle event from the enumeration as that will be a combination of the rising and falling together.
|
2017-04-09 21:54:09 +02:00 |
|
Glenn Ruben Bakke
|
6446105689
|
nrf5/modules/machine: Removing toggle event trigger as that will be a combination of the rising and falling together.
|
2017-04-09 21:52:57 +02:00 |
|
Glenn Ruben Bakke
|
32083a9443
|
nrf5/modules/machine: Adding new constants to pin object for polarity change triggers using the enumerated values in hal_gpio.h.
|
2017-04-09 21:50:11 +02:00 |
|
Glenn Ruben Bakke
|
07edf4f26d
|
nrf5/hal/gpio: Adding new enumeration for input polarity change events.
|
2017-04-09 21:49:02 +02:00 |
|
Glenn Ruben Bakke
|
3b15d33809
|
nrf5/hal: Moving hal_gpio functions, types and defines from mphalport.h to a new hal_gpio.h.
|
2017-04-09 21:39:15 +02:00 |
|
Glenn Ruben Bakke
|
35f9c8f37f
|
nrf5: Removing leftover reference to deleted display module.
|
2017-04-09 18:55:53 +02:00 |
|
Glenn Ruben Bakke
|
d7cfae3639
|
nrf5/usocket: Removing network modules related to Bluetooth 6lowpan implementation as it depends on SDK libraries for now. Will be moved to seperate working branch.
|
2017-04-09 18:53:58 +02:00 |
|
Glenn Ruben Bakke
|
4dd86178bc
|
nrf5: Removing custom display, framebuffer and graphics module to make branch contain core components instead of playground modules.
|
2017-04-09 18:25:15 +02:00 |
|
Glenn Ruben Bakke
|
a026d3475f
|
nrf5/modules/usocket: Updating import of netutils.h after upmerge with upstream master.
|
2017-04-09 17:48:48 +02:00 |
|
Glenn Ruben Bakke
|
5d06aa3260
|
nrf5/bluetooth: Add some comment on the destination of the eddystone short-url.
|
2017-04-09 15:52:21 +02:00 |
|
Glenn Ruben Bakke
|
b92b55bdd0
|
nrf5/bluetooth: Updating Eddystone URL to point to https://goo.gl/x46FES which hosts the MicroPython WebBluetooth application which will be able to connect to the Bluetooth LE UART service of the device and create the REPL.
|
2017-04-09 15:36:34 +02:00 |
|
Glenn Ruben Bakke
|
a4173c467f
|
nrf5/bluetooth: Adding webbluetooth REPL template. Alternating advertisment of eddystone URL and UART BLE service every 500 ms. Adding new config parameter to bluetooth_conf.h to enable webbluetooth repl. Has to be configured in combination with BLE_NUS. Eddystone URL not pointing to a valid WebBluetooth application at the moment, but rather to micropython.org as a placeholder for now.
|
2017-04-04 22:31:17 +02:00 |
|
Glenn Ruben Bakke
|
587c6277c4
|
nrf5/modules/ubluepy: Adding method Peripheral object to stop any ongoing advertisment. Adding compile guard to only include advertise and advertise_stop if peripheral role is compiled in.
|
2017-04-04 21:25:28 +02:00 |
|
Glenn Ruben Bakke
|
31feea4511
|
nrf5/bluetooth: Adding function to stop advertisment if onging
|
2017-04-04 21:22:49 +02:00 |
|
Glenn Ruben Bakke
|
46c21ff6ba
|
nrf5/modules/ubluepy: Adding support for starting advertisment from BLE UART REPL, by delaying registration of gatt/gatts and gattc handlers until needed in advertise or connect. If non connectable advertisment is selected, handlers in peripheral new is not anymore overriding the other peripheral instances which has set the callbacks.
|
2017-04-04 20:24:43 +02:00 |
|
Glenn Ruben Bakke
|
0559be4ffc
|
nrf5/bluetooth: Adding possibility to configure whether advertisment should be connectable or not.
|
2017-04-02 18:34:56 +02:00 |
|
Glenn Ruben Bakke
|
ce6221ef61
|
nrf5/bluetooth: Removing legacy advertise function in the bluetooth driver, which only did a hardcoded eddystone beacone advertisment.
|
2017-04-02 16:55:47 +02:00 |
|
Glenn Ruben Bakke
|
e5fc082366
|
nrf5/help: Updating ble module help description to also include the address method.
|
2017-04-02 16:44:37 +02:00 |
|
Glenn Ruben Bakke
|
6fcb0a40e9
|
nrf5/bluetooth: Renaming the ble module method address_print() to address(), as it will now return a string of the resolved local address. Updating the function to create a string out the local address and return this.
|
2017-04-02 16:43:16 +02:00 |
|
Glenn Ruben Bakke
|
7e52da7ccb
|
nrf5/bluetooth: Update ble_drv_address_get to new api which pass in a address struct to fill by reference. Updating implementation to copy the address data. Also ensuring that the bluetooth stack has been enabled before fetching the address from the bluetooth stack.
|
2017-04-02 16:41:08 +02:00 |
|
Glenn Ruben Bakke
|
1402574b7d
|
nrf5/bluetooth: Adding new structure which can hold local address. Updating api prototype for ble_drv_address_get with a address structure by reference.
|
2017-04-02 16:39:14 +02:00 |
|
Glenn Ruben Bakke
|
e3773e899f
|
nrf5/bluetooth: Updating help text for ble module to also list up enabled() function which queries the bluetooth stack on whether it is enabled or not.
|
2017-04-02 16:17:39 +02:00 |
|
Glenn Ruben Bakke
|
c7f0069aac
|
nrf5/bluetooth: Removing advertise from ble module. Removing help text as well.
|
2017-04-02 16:14:48 +02:00 |
|
Glenn Ruben Bakke
|
c8097eb470
|
nrf5/examples: Adding python eddystone example using ubluepy api.
|
2017-04-02 15:51:00 +02:00 |
|
Glenn Ruben Bakke
|
f7fbf55a45
|
nrf5/modules/ubluepy: Open up Peripheral advertise method to pass custom data to the bluetooth driver. Allowing method to allow kwargs only if no args is set. To support setting data kwarg only.
|
2017-04-02 15:50:07 +02:00 |
|
Glenn Ruben Bakke
|
58238a43b3
|
nrf5/modules/ubluepy: Adding new members to the ublupy advertisment parameters, to hold custom data payload if set.
|
2017-04-02 15:48:32 +02:00 |
|
Glenn Ruben Bakke
|
52c07e7cb2
|
nrf5/bluetooth: Cleaning up stack enable function, to not set device name twice. Also, adding support for setting custom advertisment data.
|
2017-04-02 15:45:02 +02:00 |
|
Glenn Ruben Bakke
|
5f645b6c8e
|
nrf5/modules/ubluepy: Adding compile guard for UBLUEPY_CENTRAL around the char_read() call to ble_drv_attr_c_read().
|
2017-04-02 00:31:28 +02:00 |
|
Glenn Ruben Bakke
|
84e5b828ea
|
nrf5/bluetooth: Moving central code inside central bluetooth stack defines to make peripheral only code compile again.
|
2017-04-02 00:30:16 +02:00 |
|
Glenn Ruben Bakke
|
460f6dee50
|
nrf5/examples: Updating ubluepy scan example to use constant value from ubluepy instead of hardcoded value.
|
2017-04-01 22:50:37 +02:00 |
|
Glenn Ruben Bakke
|
9568e07159
|
nrf5/examples: Adding example on how to use the ubluepy Scanner object in order to scan for a device name and find the address of the device. This can subsequently be used to perform a Central role connect() using the Peripheral object.
|
2017-04-01 22:45:11 +02:00 |
|
Glenn Ruben Bakke
|
33b1028b50
|
nrf5/modules/ubluepy: Turn all attributes (addr, addr_type and rssi) to method calls instead of using common .attr callback. Adding getScanData implementation, which parses the advertisment data and returns a list of tuples containing (ad_type, desc, value). Description is generated by peeking into the ad_types local dicts map table, and do a reverse lookup on the value to find the QSTR.
|
2017-04-01 22:43:54 +02:00 |
|
Glenn Ruben Bakke
|
bb196a2b09
|
nrf5/modules/ubluepy: Adding ad_types constants in new object. Linking in ad_types object into the ubluepy.constants local dict.
|
2017-04-01 22:37:39 +02:00 |
|
Glenn Ruben Bakke
|
0887b95bb9
|
nrf5/modules/ubluepy: Expose ubluepy constant objects as externs in modubluepy.h to be able to get access to the local dict tables in order to do a reverse lookup on value to resolve QSTR from external modules in c.
|
2017-04-01 22:34:51 +02:00 |
|
Glenn Ruben Bakke
|
706bc97c92
|
nrf5/modules/ubluepy: Upon advertisment event, also store the advertisment data.
|
2017-04-01 22:32:55 +02:00 |
|
Glenn Ruben Bakke
|
276073b494
|
nrf5/modules/ubluepy: Adding callback function to handle read response if gatt client has issued a read request. Also adding method for returning the uuid instance from the object.
|
2017-04-01 16:39:51 +02:00 |
|
Glenn Ruben Bakke
|
5a7ab4686c
|
nrf5/modules/ubluepy: Adding value data member to the characteristic object. This can hold the value data when gatt client perform a read and value has to be transferred between interrupt and main thread.
|
2017-04-01 16:36:15 +02:00 |
|
Glenn Ruben Bakke
|
c88358d84b
|
nrf5/bluetooth: Updating bluetooth driver to support GATT client read of a characteristic value. Data passed to caller in interrupt context, and copy has to be performed. The function call is itself blocking.
|
2017-04-01 16:34:26 +02:00 |
|
Glenn Ruben Bakke
|
bb7130a813
|
nrf5/modules/ubluepy: Adding uuid() function to service object to return UUID instance of the service.
|
2017-03-31 21:52:59 +02:00 |
|
Glenn Ruben Bakke
|
f9a351d527
|
nrf5/modules/ubluepy: Adding binVal() function to the ubluepy UUID object. For now returning the uint16_t value of the UUID as a small integer.
|
2017-03-31 21:51:57 +02:00 |
|
Glenn Ruben Bakke
|
7c6f041b8c
|
nrf5/modules/ubluepy: Adding dummy function call to ble_drv_attr_c_read.
|
2017-03-30 23:44:00 +02:00 |
|
Glenn Ruben Bakke
|
d24809a2aa
|
nrf5/bluetooth: Adding new api for reading attribute as gatt client. Renaming old ble_drv_attr_read function to ble_drv_attr_s_read to indicate the server role.
|
2017-03-30 23:43:44 +02:00 |
|
Glenn Ruben Bakke
|
93b76a66d3
|
nrf5/bluetooth: Adding event handling cases for gatt client read, write and hvx events.
|
2017-03-30 23:18:49 +02:00 |
|