I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
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...
I've got the experimental ble blinky example project on an NRF52 PCA10040 working fine with an added custom characteristic. I can connect, discover and read/write characteristics...
Hi
I've implemented support for the FStorage and the FDS in our application. In some cases it happens, that the function "fds_stat" does not return.
The reason can be...
Hi,
Is it possible to reconfigure NFC pins to be GPIO inputs (and vice-versa) without any kind of reset? It seemed like some kind of soft reset was required when I looked...
I am trying to run the multilink central gcc example with s120 v2.1 on a nRF51822 CEAAD20 device. Unfortunately, SOFTDEVICE_HANDLER_INIT call causes a hard fault. The linker...
I'm trying to pass a string longer than 15 characters to NRFJPROG_rtt_write (it's 17 characters, including null-termination), but the data_written parameter is set to 15 after...
Hello everyone,
I am wondering that, can i find auto-connect feature on nrf chips? Firstly, i should match chip & device i know but after that can they match?
Second...
FWLog (1)_formattedByTC.txt Hi,
I am sending data to one of the characteristics from nRF51 to the App(the problem happens in both iOS and Android).
This is what I am observing...
Is there any documentation on the advertising state machine ? This post :
devzone.nordicsemi.com/.../
mentions the state machine and how it progresses from fast, to...
Hi all,
I want to update my connection parameter as follow:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) //400 /**< Minimum acceptable connection interval...
Hi,
I'm doing a project using the Evalution kit.
I don't know why, but I can't go under 350 uA current comsumption in system on.
I did clear all pins,i did NRF_SPI0-...
HI:
i use SPI is ok when i set frequency = NRF_DRV_SPI_FREQ_1M,but SPI will work abnormal when i set frequency = NRF_DRV_SPI_FREQ_500K/NRF_DRV_SPI_FREQ_250K/NRF_DRV_SPI_FREQ_125K...
I am evaluating chips for a new project.
I am looking for a chip that can connect with Sony PS3, PS4 controller and most modern/recent cellular phones.
I am confused...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I tried to modify the twi_master_using_app_twi to work with adafruit ADS1015 as a slave. I ran into this problem. It seems that the init_transfer doesn't finish so the app_twi_perform...