Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
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...
Hi ,
I am working on one application in which i am using UART service. Whenever i am connecting to device using nrf connect or master control pannel app, UART service empty...