I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
hi,
In Light switch Example ahead of time he have 3 Servers so we set SERVER_COUNT=3
if I want to develop Mesh Network..Where I introduce new Node, Provision the node...
when i use other hex file, it appear every time.
after i click "yes", i can't scan the divece?
so what the proble ? how can i use "nRF Connect " with other hex file ,...
Hi everyone.
I want to use the nRF8001 in a low power application and therefore I want to save as much energy as possible.
I read in other discussions that the nRFgo studio...
Hello,
We are mocking our code but we are having difficulties eliminating the dependency of other files the mocked file includes due to the mocked header including the...
Good morning,
I am running the UART example from SDK 14.2 (example/ble_peripheral/ble_app_uart) on a brand-new NRF52832 development kit (PCA10040).
On the master side...
Hello.
I try to periodically updated data in my characteristic that way:
As soon as I connected via "nRF Connect", function " sd_ble_gatts_hvx" returns: NRF_ERROR_SVC_HANDLER_MISSING...
Hi all ,
I have SHT31 and I can read Temperature and Humidity value by NRF52 . But I want to create 1 service for display it on smart phone with the RH (name: Humidity,...
Hello,
I would like to measure the voltage of circuit GND by using the embeded SAADC of nRF52832.
But unfortunately I have no vacancy of GPIO to connect GND.
Could you...
I have set up a nrf52840 kit to upload data to nrf cloud via bluetooth but the data on the cloud is displayed as a hexadecimal number(1,2,3,4,5,6,7,8,9,A,B......) I want to...
I am not seeing a transition to BLE_ADV_EVT_SLOW. The transition I see goes from FAST to idle, without a transition to slow, from the configuration I don't expect to be in...
I am trying to implement a timer using nrf_drv_timer.h and nrf_timer.h, however, the handler never gets called.
I first create a timer, then define a timer handler and finally...
Hello everyone! I am trying to program a nrf52832 sparkfun board through a nRF52DK. I have already gone through the pin connection guide succesfully and I can flash succesfully...
Hi there,
I could program the HEX file to nRF51DK via nRFgo studio successfully and the board seems to work fine as well. And then, I try to read back the HEX file from...
I am just wondering if it is possible to use the 52840's USB interface to create an R/NDIS type interface . The intention is to maybe create a WIFI/Cellular based Network...