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...
Hi all,
We are starting new project, the aim of the project is control street lights through web site by using gprs connetion.
The key requirements of the project is...
Hi
I finished preparing the nrf52832 board to use ppk and measured it with ppk.
I am trying to repair the nrf52832 board.
However, I do not understand the contents of...
Hello,
I'm porting the nRF8001 SDK to STM32 using HAL (CubeMX). Communication seems to run fine, however, the setup stops with CRC error. See abridged the logical output...
Hello everyone.
I am developing with nRF 52832.
However, when I call UART_init() function. my source code outputs an error message.
source code is under the line...
Hello, i'm using a nRF52840 on a PCA10056 and want to wake up from __WFE() with a minimum delay. When i'm using the debugger, i achieve a low latency but without the debugger...
Hello All,
We are working with one of the customer, where he is asking for range 200 meters between 2 nrf52Dk(nrf52832) and he want us to prove the same using two development...
I am trying to use the cryptocell in the bootloader (bootloader_secure_ble) for verifying dfu packages, but fails in signature verification for the same dfu package, same...
Hello,
I am designing the NRF52832 based board.Specifications of capacitor in reference design is as follows:
0.8pF, NPO, 5% tolerance
But with my vendor these two capacitors...
I am designing nrf52832 based board. In matching, 3.9 nH inductor is given.
I have selected the componenet with following specifications :
Specifications of inductor...
Hi Everyone
I am using nrf52832 development kit , sdk 14.0.0 with iar and i am trying to merge the ble_app_buttonless_dfu and ble_app_uart code.
I have done the changes...
Hello guys.
I am able to save an array to flash memory unfortunately I can not save a struct in flash. I am referring to this question Save struct to flash . However I...
Hi,
I'm a beginner in programming Nordic uC and I would like to know how to enable the watchdog in my application. Are there particular functions to call?
Thanks!
Hi,
We have a prototype application which requires an NRF52 based peripheral to be inside a metal cabinet and to connect via BLE to a central while maximising the link...
When calling access_model_application_bind() , NRF_ERROR_NOT_FOUND is returned?
I have had this working before, but after adding another server model I am getting the error...
Hi,
I am implementing modified DFU for nRF52832 which uses external flash memory. If power loss occures during update process, device then start update process from the...