Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
how to unpair our nrf52 device once it's paired with another nrf52 device, currently we need to switch off the device so that we can pair another device.
Hi all,
I have a customer that has requested NRC tap to pair functionality for their device, mostly for convenience. This is fine, but I'd like to know what they're getting...
Hi,
We are running into a weird issue with some our devices when they are in the bootloader.
The bootloader fails with this error in nrf_dfu_validation.c: Invalid protocol...
Hello,
We have a firmware with 2 versions that runs on Baremetal and FreeRTOS on nRF52840 DK. We would like to port this firmware to nRF9160 without Zephyr and continue...
Dears.
when I connect nRF52833 to connect DK board, JLINK is ok .but could not find device from target device selection.
nRFGo studio is the same. what's the reason for...
Hi All,
I am able to perform the OTA DFU from the NRF52840 Dongle using the NRF Connect Bluetooth low energy application and default Nordic firmware.
I would like to...
I have a service with 2 characteristics, TX and RX. On TX the notify is enabled, because TX should send a notification when something changes. I manage to change what is needed...
Hello everyone.
We have a design based on NRF52840, which uses the built in USB peripheral and was fully tested and prototyped using NRF52840-QIAAD0-2031MR. We have now...
Hi There,
I have downloaded the nRFgo studio and nRFgo SDK and other files found here: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF24-series
...
For the MPSL/timeslot example in NCS 1.5.0, I am trying set up a TIMER0 compare interrupt to take clean-up actions before the timeslot ends, as suggested in here . However...
Describe the bug Attempted to use the samples/bluetooth/hci_usb/ project with CONFIG_BT_EXT_ADV=y CONFIG_BT_EXT_ADV_LEGACY_SUPPORT=y CONFIG_BT_EXT_ADV_MAX_ADV_SET=4 CONFIG_BT_PER_ADV...
Hi, I have the Power Profiler Kit PCA63511 used on top of the dev kit PCA10040. I am trying to measure the power consumption of my custom hardware implementing nrf52832 using...
I'm already using nrf51 in a project and now I need to make a DFU with BLE using a gateway. For the gateway project, I was thinking of using a nrf5x to implement a DFU master...