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...
Let's say we are running multiple state machines in a ble device, so that it can accept multiple connections in Slave roles. Will all the state machines share the same Advertising...
Hello,
I'm trying to measure battery voltage on nRF52832 chip using SAADC based on examples/peripheral/saadc and examples/ble_peripheral/ble_app_proximity and noticed that...
Hi I think this might be a potential bug in peer_data_storage.c
ret = fds_register(fds_evt_handler);
if (ret != NRF_SUCCESS)
{
return NRF_ERROR_INTERNAL;
}
ret = fds_init...
Dear All, I'm developing a connectionless beacon, it can be an observer or broadcaster device depending of time slot. But softdevice stack does not leave available space to...
I have an application that uses FDS and I've recently added to it the peer manager in SDK 12.2.0, which also uses FDS. It turns out that the application data keeps being updated...
Hi!
I have some questions with regards to the Philips Dual IR/RF remote (and other remotes) using Nordic Semiconductor components:
www.nordicsemi.com/.../Advanced-QWERTY...
Hello Nordic developers,
I have been unsuccessfully trying to use the extended ATT_MTU / DLE sizes for increased throughput on a nRF52832DK board running the Nordic UART...
Hi
I am working with nrf52 development Kit. Until now I have not worked with the whitelist advertising. I am using SDK v11.
I have a requirement initially I need to advertise...
Hello,
it seems the current nrfutils release assumes that the bootloader settings will be stored at address 0x7F000 on an nRF52.
However, unless I'm mistaken, that is...
Hi,
I have set up the Power Profiler as per the directions now on the step connecting the board to the Wiindows Python app it says "Cannot find calibration values" and the...
/* Copyright (c) 2012 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided...
Hello,
I am trying to program my BMD-300 using the NRF52-DK, below are my connections
BMD- 300 ---------> NRF52 DK
V Vtg
SWDIO SWDIO
SWDCLK SWDCLK
GND GND
The BMD 300...
Hello friends. How to write a number to and read from internal flash. My information about the microcontroller is very weak. I use STM32F103RET6 .
I test The following program...
Hello,
I am able to compile blinky with my SW tool set up, however, when I try to compile a more complex example (ant_broadcast_rx_pca10040_s212) I get issues with the...