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,
I am working on a project that involves 2 nrf52840 DKs. One device will be running a ble application while the other device will be lookin, fetching and programming...
In SDK 1.4 we combined the udp and GPS examples and the result is unstable.
I think this could be because once enabled by RRC mode == Idle, GPS keeps going forever.
After...
Hi,
I have an issue with using the %XRFTEST command for TX testing on the LTE-M network. My setup consists of the nRF9160 DK (PCA10090) with the MFW 1.2.3 and a 1NCE SIM...
hello,
i am using two customised nrf52840 boards to get maximum range between the boards using this example https://github.com/NordicPlayground/nRF52-ble-long-range-demo...
I have update the SDK from version 1.4.2 to 1.5.0.
Suddenly i see that the hci_rpmsg is not build as a child image.
Which defines do i need to set for that now?
Hi,
Currently, we work on a project that uses:
nRF9160
Zyphre OS
Segger Embedded Studio for Arm (Nordic Edition) V5.10d
SDK v1.4
CONFIG_NEWLIB_LIBC=y
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF...
Hi Team,
I am trying to build a project for nrf52810 and I selected an example project from the below given path.
nRF5_SDK_17.0.2_d674dde\examples\peripheral\blinky\pca10040e...
Hi, I've been working with the nRF9160 and at some point the logs normally displayed in LTE link monitor were gone. I've tried re-installing the Link Monitor but it didn't...
I'm trying to merge the ble_Central example project with ble_app_template project. I've added 3 Custom services in the ble_app_template project by setting UUIDs and trying...
Hello,
I am working on a nrf52833 custom board. Most of the time, the system stays in sleep mode, and periodically sends bursts of data via SoftDevice.
I try to configure...
I am using bootloader based on Nordic secure bootloader example. I would like to add possibility to identify device after entering BLE DFU. I was thinking about device MAC...
Device : nrf52840
Platform : baremetal
Peripherals in use :
Softdevice
FDS
SAADC
RTC
I am using FDS Library to Write Data whenever an event is generated...