Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hello!
During the development phase, we have been flashing our nRF52 devices directly (though the debugger) and with no signing keys. We have also tested flashing the...
I would like to use the COMP capabilities.
The input is from NRF_SAADC_INPUT_AIN1.
The input voltage is 0.1-0.8V.
I would like to get interrupt every time we change...
Hello everyone,
I use sdk14.2 softdevice S132. I want to write "uint8_t some_array [7] = {0x00,0x01,0x02,0x03,0x04,0x05,0x06};" with use fds_write and read the array from...
When using BLE_GATTS_VLOC_USER to store multi-word characteristic values that are updated by application code, what is the recommended way to prevent a partially updated value...
I am working with ble_app_uart code, in that I am trying to send continuous data over BLE. But the BLE getting disconnected while sending large data.
So I planned to have...
Hi,
We are using nrf51822 QFAAH00 with SDK 110 v8.1.0 in our project, the application will hangs or not work when control stuck at address 0x6b0 (sometimes at 0x640) programmer...
Hi all.
I've followed as much information i can find regarding RTT. I understand that it was build in to the SDK after 11 or so and I followed the guides on https://infocenter...
I use the connection event extension, but there are several concepts that I am not very clear.
Software:S132 v5.0 . SDK14.1.0 nRF52810
Goal: I need to use high throughput...
my TWI device sensor, both its writing and reading address is 0x55. This seems weird for library of nRF since the last bit should be set as 0 for transmission and 1 for receiving...
hi Engineers!
the questions - is it possible to implement multi advertising (need two) broadcasters with different advertising data use SD 140-6 (nRF52840) ?
in the new...
Our Project is based on the multiprotocol THREAD BLE dynamic example.
We have the BLE DFU also as part of our project and it is working.
We now need to add the flash storage...
Hello :)
I have a question about the timing of sending a bluetooth write request. I am using two nrf52 developement kits, one as master and one as slave. From my master...
I am porting to SDK15 and this is the error I am getting:
../../../main.c: In function 'ble_stack_init': ../../../main.c:2746:2: error: unknown type name 'nrf_clock_lf_cfg_t...
Hi,
While customising code for my application, I noticed that in on_connect method of ble_nus.c, in the p_client we set is_notification_enabled = true after checking ble_srv_is_notification_enabled...