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...
How to make BLE examples working. for nRF52DK series (BLE_app_template)?
Hi, I tried for around a week. and I will describe what I did, and what I have found first.
I...
We have IoT gadget, where we use coin cell (CR2032) as power supply. Now, we would like to connect U_bat directly to ADC to measure battery level every n minutes, but keep...
Hi.
I have an NRF52DK Board. With the built in JLINK Debugger it works fine. Now i bougt an KEIL ULINKpro Debugger. Is connected with the 10 Pin cable. And i cannot flash...
Hello.
I'm working this : github.com/.../pc-ble-driver
In Chapter: Compiling the connectivity .hex files
2.Apply the patch hex/sd_api_v/SDK_connectivity.patch from...
Hi!
I have 2 nRF52 custom designed PCB. Is it possible to develop android app that connect both nRF52 PCB at the same time and receive the data from them at the same time...
I keep having problems like frequent disconnects (reason 0x08 = BLE_HCI_CONNECTION_TIMEOUT) and NRF_FAULT_ID_SD_ASSERT on my NRF52832 (tested with S132 v3.1.0 and V5.0.0-alpha1...
In the API file nrf_drv_twis.h for the nRF SDK, the definition of NRF_DRV_TWIS_DEFAULT_CONFIG looks interesting. The definitions for SCL and SDA pins are both set to the same...
Hello,
Is it possible to have 170 characters long device name somehow to the nRF52832 so that standard Android phones are able to see it without any pairing or any other...
In ANCS example (SDK 11.0.0)
I thought keys list distributed should be the same naturally until I see the code below.
ret_code_t dm_register( dm_application_instance_t...
I saw following code configuring about permission of charateristic value R/W.
it's in uart example of SDK 11.0.0.
static uint32_t tx_char_add (ble_nus_t * p_nus, const...
Hello
could anyone help me how to setup pipes for my characteristic, i need to recieve/transmit data to UUID of my characteristic, and recieve/trasmit to ClientcharacteristicConfiguration...
I have a ADC interrupt that occurs every 17ms and which copies the samples into a global static array, after which GivesFromISR to a binary semaphore so that the samples may...
please anyone answer for how to configure the digital input to make active the digital output in nrf52832? if give example program means it is much better
Hey!
I am working on NRF51822-QFAC, with the help of SDK 12.2 with the aim of scanning my bluetooth speakers and mobile phone.
For the same, I have loaded the project...