Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
Hi,
I have an nRF51 project using SD110 and SDK8.0 that refuses connection parameter negotiation. I a handler that would disconnect bluetooth when a connection parameter...
If, for example we would source 10 mA on 2 pins (2 x 5 mA), how much current can we sink on high drive pins?
Is that 15 mA overall sinking and sourcing (which seems like...
Hi,
HW:PCA10040
SDK:v12.0
QUESTION:PWM
I want to use SDK 12 to get 4 pwm , so i search in pwm , i start my program like this , but i can't find nrf_drv_pwm_config_t...
anybody knows how to download the nrf52 sdk common library document?
i only find a online help infocenter.nordicsemi.com/index.jsp but i need a offline reference manual....
Hi, I am using following code inside for(;;) in main function
if(diff == 30)
advertising_stop();
else if(diff == 60)
advertising_start();
Following are the advertising_start...
I use IAR to debug nRF51_SDK12.0.0 ble_app_uart example application. The origin application is for nrf51422, and my device use nrf51822. Therefore, I first change the device...
I'm using a S130 on nrf51822.
connect to 3 peripherals (in case of the master)
connect to 1 central (in case of the slave)
But, I want to use 1 peripheral and 1 centeral...
I'm using nRF52+SDK11.0.0+S132 with an application based on the ble_hrs example.
In main() , if I call a blocking nrf_drv_spi_transfer() to configure some SPI sensors before...
Hello I tried to do a application update with my own key and it does work.
But then I tried to create zip with all 3 parts: APP+BL+SD (application+BootLoader+SoftDevice...
Hi
With the introduction of softdevice v2.0.1, the connection bandwidth has become configurable to be low, medium, or high; and can be specified independently for TX And...
Hi,
Now I'm using nRF52 SDK v12 and S132, I have some data(about 300 bytes)need to write to the flash. I have seen the fstorage but I donn't know how to use it. Could anyone...
Hi,
I am trying to implement a biometric group telemetry system for my gym and experimentation.
In the past I used a nRF24AP2 module and an ARDUINO PRO MINI 3.3V 8MHz...
Hii,
I want to assign name to my custom service. how can i add it i am using nrf52 chip and s132 softdevice.
I have add new service using sd_ble_gatts_service_add() A...
In my project I need to be able to get time from a continuously running RTC. The softdevice uses RTC0, and app_timer uses RTC1 (and starts and stops it).
(annoyingly I...