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...
I cannot get the esb ptx sample to compile on NRF52833 device when using VS Code v1.64.2 running windows 10 64bit .
I've installed everything according to videos, and when...
I am developing a nRF52832 based project where I want to position people indoor using an smartband (where the nRF52832 is placed). I was planning to use beacons so I can change...
Hello,
I have a ported a project from Keil (uVision) to Segger Embedded Studio. Everything is compiling, but unfortunately I have a problem with the linker I cannot solve...
Hello,
I am looking for some advices for a personnal project.
I would like to be able to receive all BLE packets ( so all protocols (GATT, SM, LL) and not only GATT) that...
Hi Nordic team,
I have used the nRF5340 BLE Online Power Profiler extensively in the past for things like estimated event energy and estimated battery life. Do you have...
Hello,
I use the nRF52840DK with direct programmed registers for NRF_RADIO peripheral to send and receive 802.15.4 frames. I have also a separate laptop with nRF52840 USB...
Dear all,
We're developing a custom HW with several nRF52832 chips on one board. For convenience we applied third party module instead of building minimum system by ourselves...
Hello,
in our device we use the Timeslot API to share a 802.15.4 based protocol with BLE, softdevice is S140 6.1.1.
Problem: the 802.15.4 protocol misses appr 10% of the...
I'm having issues using the debugger on the nRF9160dk.
Here is the log that is output when I try to program the on-board 9160 with the command, nrfjprog --program <path_to...
Hello
I am trying to figure out the ram retention on my nRF52-DK using SES and SDK v17.1.0. I've run through the example ram_retention , and studied a topic in Nordic's...
Hi All,
My development IDE for BLE based firmware is Visual Studio Code.
SDK download for this version is 1.9.1 zephyr based.
I have select the example code "nrf/samples...
I'm using the nRF52832 with FreeRTOS and nRF5_SDK_17.0.2 on a custom board.
I am using a peripheral from a third party that uses Flash storage for certain parameters.
...
Hi Nordic,
I have 2 devices - nrf52840. One is Central and another is peripheral. I want to set a quicker data response time - shortest connection interval. As far as...
Hello,
as I see , many in DevZone have had a problem like this: we tried to merge twi-functionality into the basic ble_app_uart example. We set proper defines in sdk_config...