I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
I want nrf51822 to switch between 2 different advertising timeout. One will set advertising timeout with 20s, another will keep advertising.
Currently, I use following...
I have a server running on my Android phone. I looked at the service UUID encoded in the advert packet using and Wire-shark and confirmed my app is broadcasting packets. ...
I am trying to execute code that broadcasts (uses the Soft Device Ble stack) on target nrf52832 boards connected to the PCA10040.
I am successful uploading a program (that...
Environment
nRF52832, nRF5x-Command-Line-Tools_9_7_1_Linux-x86_64,
Problem:
Programming of Softdevice, Application and Bootloader with nRFGo Studio works.
Programming...
Hello,
As I understand it, bluetooth declaration IDs can be used for multiple products as long as the products all share the same QDID . In other words, If you do it right...
I have been following the tutorial devzone.nordicsemi.com/.../ on how to use eclipse but in the makefile part im getting this error. I'm using sdk v11. I have used sdk v14...
hi,
i doing a program to receive multiple service data from nrf thingy 52 to nrf52840 central device.
as of now i have implemented weather service, motion service and...
I have been trying to integrate support for multiperipherals into my application, but am continuing to get errors when attempting to start advertising after the first connection...
As I don't know much about audio,I have trouble with the gain of the pdm module in nrf52832.Now
I have used MP45DT02 as the digital microphone,but I just can't understand...
Hi, I've searched and googled through this site and made sure no one asked this question before.
In core\Bearer_event.c, there is this function:
bearer_event_flag_t...
I'm trying to connect two nRF5 devices together, Central and Peripheral, and use a custom BLE service that I have written that has a custom 128 bit UUID.
I'm in the process...
Hi,
We are sending a data using Nordic UART Service (NUS), the data is transferred over BLE as a Indication.
From Message Sequence Chart in Nordic Infocenter
Here...
I am researching OTA procedures and I spent more than a few minutes wrestling with flashing soft devices and bootloader code to the nRF52_DK.
What I found is JLINK seems...
When adding extra buttons on breadboard for NRF52-DK do we need to use resistors OR i can directly connect one leg to GPIO pin i.e 30 and another to gnd.