I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
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 was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
As far as I understand the nrf51822 has only 1 hardware uart. I want to communicate with the esp8266 over uart using standard AT commands, but still retain debugging possibilities...
Hello,
i use the N5 starter Kit. So my problem is to find sending data on the computer. Where i can read this data information?
Thank you for your help.
Hello everyone,
When i get message from uart, i need to update my custom service's characteristic. I tried the code in the below, sd_ble_gatts_value_set function gives...
I have to connect more than one nrf-51822 dk and send theirs RSSI level, because i need to knows their posittion. Somebody could help me? Have some example similary to what...
I am using the nRf52 device with FreeRtos and SD132 version 11.0. The configUSE_TICKLESS_IDLE is set to '1' to allow the device to go to sleep. After the OS is started - there...
Hello Nordic users and employees,
I'm having a small dilemma. The device I'm building runs on the nRF51822 and needs to store a small number of bytes off to the side and...
Hello, it is to my understanding that profile & service do not have fixed forms. Services make up profiles and you can choose how many and what services make up a profile...
I I'm running the ble_app_blinky example under pca10028 on the nrf dongle pca10031 using sdk11. The dongle disconnects after 24 seconds. Can anyone point to me what is the...
A typical classic or BLE get paired with the phone/central, and normally the central can decide to forget/unpair it. In this case, the device (nordic chipset) which previously...
I had created application with enabling the UART service(as in Ble_uart_app example) and tried to update the Rx characteristics of UART service in connectable mode through...
I'm sending a write authorization reply using sd_ble_gatts_rw_authorize_reply() in response to a standard Write Request with one byte of data. When I set the gatt_status to...
I am currently dealing with a strange problem when trying to use DFU OTA. When I enter DFU mode on Master Control Panel and try and update I get the following two error messages...
Does anyone have a working copy of ble_cps.c\h
The BDS (version 1.0.2095.0) plugin (v.1.2.4) does not generate code that compiles under IAR EWB
IAR ANSI C/C++ Compiler...