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 see BLE_GAP_EVT_SEC_PARAMS_REQUEST generated from SD. How to call this request for pairing state?
I can't find any peer manager in the project.
Explane, pls.
Following is a simple application that I have created. It has no softdevice and the configuration is very similar to blinky freeRTOS example.
Source code:
main.c
...
Hello ,
I'm working on custom board, I'm trying to disconnect from the Central (Andriod app) when the battery is below certain level and stop re-advertising.
Below is...
In s130 Soft device v2.0 document, it says it can have role with up to 8 Role concurrent with Central, Pheripheral, Advertiser, Observer.
I'm not sure i've understand all...
Hello. I'm using nRF52832, PCA10040, SDK13, S132 and "ble_app_uart" as reference.
When I connected board through by bluetooth, I couldn't see notification message which...
Hello,
According to the nRF Sniffer Guide 1.2, the sniffer is supported on a number of platforms (nRF51822/nRF51422 Evaluation Kits and others). All of them (as far as...
I am working on a project where my nrf51822 is on for long periods of time in lower power mode. Yesterday I made some updates to the code and the devices were working fine...
Hi Nordic team,
I print logs at each function in ble_bas.c. I used the App of nRF connect to test BAS. I can see on_connect, on_disconnect and on_write at enabling/disabling...
Hi,
The spec(nRF52832_PS_v1.3.pdf) said the peak current of TX/RX is 5.3/5.4 mA.
However, I use the PCA10040 board and the ble_app_template(SDK 12.2.0) sample code...
Hi,
I can see that Apple states that iPhone 7 supports LE Data Packet Length Extension forums.developer.apple.com/.../73168 . Anyone know if the packets per event and the...
Hi,
I have NRF51822 module with custom carrier board.
I trying the experimental ble app blinky (S130) with PCA10040 (master cenrtal board S132) works fine.
When trying...
Hello,
I test new SDK 13 and i have a problem. I don't success to debug bootloader. When i open .out file into debugger, sources are not complete (main is missing) so i...
Hello,
Is that possible to use a mbed application with SDK bootloader ? If yes, with signing too (if i sign application after generation) ?
How to set memory mapping...
I am trying to program an nRF52832 on an nRF52DK via the Debug in port (P18).
I am driving it with an STM32L073.
Should I put the nRF52832 into reset via the Debug in...
hai
in my application i am using nrf51822 . i have connected some sensors with the mcu. and i am collecting values from the sensors and this values are updated to the service...