circuitpython/nrf5/bluetooth
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
..
iot_0.9.0 nrf5: Renaming sdk folder to bluetooth. 2017-03-04 17:54:15 +01:00
ble_drv.c nrf5/bluetooth: Adding function to stop advertisment if onging 2017-04-04 21:22:49 +02:00
ble_drv.h nrf5/bluetooth: Adding function to stop advertisment if onging 2017-04-04 21:22:49 +02:00
ble_uart.c 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
ble_uart.h 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
bluetooth_common.mk nrf5/bluetooth: Updating old references to 'sdk' to use the new folder name 'bluetooth' in makefiles. 2017-03-04 17:58:31 +01:00
help_sd.h nrf5/help: Updating ble module help description to also include the address method. 2017-04-02 16:44:37 +02:00
modble.c 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
ringbuffer.h nrf5: Renaming sdk folder to bluetooth. 2017-03-04 17:54:15 +01:00