when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
I'm struggling to get a mouse wheel to work in advanced (High Res) mode.
What I learned so far is that I should create a "Resolution Multiplier" Feature report....
i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
We use SDK12.10 Main.c (d:\nordic\5142xx\software\org-sdk12.1\nrf5_sdk_12.1.0_0d23e2a\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay.
My question...
Hi guys,
I am working with a central battery powered so, I am controlling the RF activity calling scan_start() or sd_ble_gap_scan_start() and disabling the RF activity...
Hello,
We are switching chips from the nrf51 to the nrf52832. I have a nrf52-DK board now. My Eclipse set up is still able to compile, run, and debug my nrf51 projects...
hi,
im a little lost with BLE at the moment. all i want to do is sending 3 bytes of data (sensor data) approximately 10 times (+- 5) a second (when the uC is not sleeping...
As a central, I am writing to a variable length characteristic, advertised by a service of my peripheral. In this case, I am sending 80 bytes of 0x01 as a test
uint8_t...
I used the ANCS program in sdk12.3.0, I have closed the white list function, I use the iphone connection and paired, then I ignore this device on the phone, and then I use...
Hi
I am using nrf51-dk board along with the S130. I am getting the following message when I debug my code. The central link count is set to 0 while peripheral link count...
Hello,
I didn't find much information about how different settings for the MTU size behaves with older versions of BLE devices. I'm using the softdevice s132 4.0.2.
...
When trying out the ble_app_hrs_freertos example in nRF5 SDK 11.0.0-2.alpha_bc3f6a0 , I seem to only get 14-character long device name announcements.
This happens when...
To @Hung Bui. Hello sir. I am new to NRF51 microcontrolers and I am trying to use Pstorage in my written code. I have noticed this post of your's:
I am using nrf51422...
Why do I call this bluetooth send function (ble_nus_string_send )return values is 04 not 00(return sd_ble_gatts_hvx), why will appear this kind of circumstance?When I send...
I am using nRF Connect with nRF52 and need to use UART over BLE to send command to the device but I find that you can only use hexadecimal input and get hexadecimal output...
I have nRF52 and working with SDK11.
I can start BLE advertising and nRF Connect app will detect everything correctly.
I only have an issue: I want to advertise for...