Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I have an nRF52810 on a custom board and can't get it to wake from System Off mode. The code:
trying it with a different way to turn the system off also didn't work: ...
Dear Nordic Support,
Processor: nRF52840 / S140 soft device / SDK 15.3.0
I have a question about the use of the HFCLK in relation to the soft device. Our board has both...
Take a look at a following code
void fmc_serial_rx_cb(const uint8_t* p_data, uint32_t length)
{ __LOG(LOG_SRC_APP, LOG_LEVEL_INFO,"\n-------------SERIAL RECIEVED : %s...
I am new to softdevices so please bear with me for long list of questions.
I am evaluating SDK15.2.0 examples one-by-one. I came across eddystone example (ble_app_eddystone...
Hi!
In older SDK (15.0) has been present NRF_ESB_BUGFIX_TIMER and it initialization. Now (SDK 15.2/15.3) defines this macro but not use it. Is it bug or obsolete code?
Hello Nordic Team,
I followed the tutorial as you say( https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/nrf52840-dongle-programming-tutorial ). But when...
dear all,
I'm a newbie on blue tooth low energy development, I have some really basic questions that I hope someone could answer, thank you very much in advance!
what...
Hello,
trying to bring up the new nRF91 dk with default firmware.
Registered the eSIM. Switch sequence followed when LED 3 and 4 starts blinking, but get the devices list...
Hi I have central device which has array of MAC address to connect.
when i see the structure of sd_ble_gap_connect() i cannot pass a uint8_t addr[5] as input.
so i tried...
SDK v11.0 & NRF51822 QFAC
I encountered a problem. In the process of pstorage processing flash data, a serial port interrupt came in, resulting in a system reset.
I used...
Hi,
I have discovered a (rare) problem where the S132 stack get stuck in connected state when it is not actually connected anymore.
This behavior was first reported by...
Hi,
SDK - nRF5_SDK_15.2.0_9412b96
HW - nRF52840 connectivity chip, other controller for application chip
We are tried to port serialization application on other than...
HW - nRF52840
SDK - nRF5_SDK_15.2.0_9412b96
We are running connectivity example in nRF52840 and connected UART with serialization application over UART which is different...
First proof-of-concept super-simple nRF51 board. When we load software onto this board, will we have to tailor or configure the software to bypass or disable any functionality...