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...
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...
I received a NRF_ERROR_INTERNAL error from a pstorage_store() function. As far as I can tell this error should not result from this function. It occurs fairly randomly. This...
In the examples delivered by Nordic, there is ble_app_hrs in ble_peripheral and ble_app_hrs_c in ble_central. But I cannot find a ble_app_hts_c in ble_central for the ble_perifpheral...
I am using Master Control Panel to check some off the shelf BLE product. I noticed that some of them don't provide characteristic value when I press "discover services". ...
I am using the "nRFgo SDK 2.3.0.10040".
The datasheet of 24LU1P says the size of the bootloader is 2K.
But when I build it in Keil, the build information is "Program...
Hello.
I am using a nrf51822 with sdk 10 and softdevice 130.
It has an accelerometer mma8653 to read the orientation of the chip, I am trying to get the x,y and z co-ordinates...
Hi there!
I have nRF51 DK (PCA10028).
I config GIPO as below:
nrf_drv_gpiote_out_config_t out_config = GPIOTE_CONFIG_OUT_SIMPLE(false);
err_code = nrf_drv_gpiote_out_init...
Hi, I am generating PWM waves using GPIOTE, PPI and Timer. (I cannot use the app_pwm library from SDK 10.0 because there is an intial delay of ~600usec for the PWM to get...
Hi,
I want to generate PWM pulses of width 14uSec(off time) and 42uSec(on time). Is it possible to achieve the above
with app_timer module
without app_timer module...
Hi,
I need to configure pwm with 14uSec off time and 46uSec on time. I had a look at the pwm example in the install directory and also : developer.nordicsemi.com/.../a00039...
Can someone at Nordic ask Keil to update their package manager databases to include the v2 S130 softdevice? The version in the Keil pack repository is only the alpha version...
Hi,
I am trying to modify the power profile table from S130 SDS to estimate the consumption of the beacon app. I know that stage (H) is 0, but what about stage (G) ? Is...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...