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...
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...