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...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
We are using manufacturer specific data to broadcast data at 10Hz.
We're about to do some testing to evaluate different adverting and scanning parameters to find the best...
Many of the sdk_config.h examples have both NRFX_FOO_ENABLED and FOO_ENABLED defined.
So, imagine my surprise when I change, say, NRFX_TIMER3_ENABLED to 1, still get link...
Hi, is it possible to measure NRF52832 vdd voltage using LPcomp. I know I can do it with ADC but it draws a lot of current. I'm thinking if I can compare VDD to lpcomp reference...
Overview: number of bytes sent by ble_app_blinky at notification is determined by (note my changes for debug:
in ble_lbs_init() of ble_lbs.c and not by:
in ble_lbs_on_button_change...
I aam badly stuck in this error and dont know what to do with this i have downloaded ble adc scan mode example and running it on sdk17 using SES .i have removed powerclock...
Hello,
I have Thingy:91 connected to the cloud. I see that data is send correctly in json format (on nRF Cloud terminal). Is it possible to plot graph or download csv file...
The modem on the nrf9160DK (modem fw v1.1.0) appears to get stuck in searching mode. It doesn't happen all the time, and I was able to create it with the following AT commands...
Hi,
I'm using nrf52832 and SDK v13.1 and I want to use the uart driver, but I have this compile error:
Apparently the line 82 depends on the define "UARTE_PRESENT". I...
Hi,
I have developed an application on an nrf51dk, with SDK12.3 (as it was the latest that I could make it work with). It is running fine on the DK, but when moving to the...
Hello!
A possible great customer requests us to develop an application where: some devices are activated upon connection with up to 100 BLE keys. 100 BLE Paired devices...
Hi,
I have developed an application on an nrf51dk, with SDK12.3 (as it was the latest that I could make it work with). It is running fine on the DK, but when moving to the...
Hello.
I am running ble_app_uart altered to allow for connection of two central devices.
The connection of two devices work fine.
Upon each connected central, I can...
Hello! I would like to use a predefined example from the nRF SDK and instead of the board's button, to use an external stimulus (let's say, an external button ). Similarly...
Hey,
I am working on the nRF51 DK and nRF51822 with SDK12,S130, trying to pass a SIG PTS test for required IOPT, however always getting the same "INCONC" verdict, the PTS...
Hi,
I am trying to interface IS25LP064A External Flash with nRF52832 using SPI. I want to get the device ID/ Manufacturer ID of the flash. I am able to get the same in Arduino...