Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
Is there a call to read the stack ID.
For example S120 v2.1 has an ID of 0x006B . nRFgo studio is able to read and report this value.
Is there a way to read for me to...
I'm using SDK 11.0 and example\ble_central\ble_app_hrs_c
I have cut SB1 SB2 to disconnect the 32Khz crystal from the pca10028 and configured the example program to use...
Hi, When I write data synchronously to memory (nRF51822), I do :
APP_ERROR_CHECK(pstorage_block_identifier_get(flash_handler, 2, &block_handler));
APP_ERROR_CHECK(pstorage_clear...
Hi,
Im having a problem with connecting my phone to nrf DK.
im trying with apps from examples and they work well with HTC one, but my Samsung S6 fails to find device ...
I flashed dual bank ble bootloader from newest SDK (6.1.0) and used it to load my application to chip. I also modified my application (according to instruction here: devzone...
Hi, I have two device. S120 Scanner and S110 Peripheral Device.
At Scanner, I use SDK 9.0.0 and S130 1.0.0, At Peripheral Device, I use SDK 9.0.0 and S110 8.0.0 ..
Scanner...
hello,
I have a custom board which works fine with SoftDevice+Application , but if i Combine a boot loader hex that i complied it doesn't work. But the same ( bootloader...
I found and implemented an example that gives me a decent idea of how to go about polling for data with the UART/FIFO. However this doesn't give any indication of how to use...
Hi.
Trying to set up the Ubuntu development environment for you nRF52 development kit.
I followed this tutorial:
devzone.nordicsemi.com/.../
Stuff done so far:...
I am using the nRF51822 chip. The RAM memory is composed of two blocks (0 and 1) of 8kB each, divided into 4 sections : Call Stack, Heap, Application, and SoftDevice.
If...
Hello,
I have migrated to the latest version of the sdk11. However, I get a nrf error 4 when I call sd_ble_uuid_vs_add. Multiple people on this site have been having this...
I am trying to port blinky_blank (no SoftDevice) to my target and started by creating a custom_board.h header file with correct GPIO pins for the LEDs and duplicating blinky_blank_pca10040...