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 want to run unit tests on an actual device (nRF52dk) - is it possible? When I'm trying to run `west build -b nrf52840dk_nrf52840` on `ncs/nrf/tests/unity/example_test...
I ask for your understanding of my short English. I am a student studying in Korea.
i using sdk 15.2 and nrf52840 dongle
When using the example of usbd_ble_uart of peripheral...
Hi,
im use the example of nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_hids_keyboard
and i change the code of static void hids_init(void) like this:
and...
Hi
i have installed segger emstudio and almost all dependencies but still can't able to build a project. my main target is to work with nrf9160 dk but without an hardware...
Hello!
I'm working on a project with the new nRF5340 & Zephyr and I'm trying to get two SPI peripherals on the same bus sampling data correctly. It's a simple program thus...
Hello,May I ask you a question?
Hardware model: NRF51822 SDK version: SDKv9.0.0 SoftDevice:s110.
I used the interface in the pstorage.c file to realize the storage of...
Hi there,
I'm just trying to start to code my project. I want to stream 48k 16 bit audio from one nrf52840 dongle to the other one. I only need one way transfer.
I have...
Hi,
I want to use dtm project to test RF PHY performance about NRF5340. But after downloading dtm project and empty app project, NRF5340 can work normally from output RTT...
Hello I use nrf52832 and sdk v17.0.
I'm testing the firmware using custom pcb. Sometimes it stops altogether if there is an error in the firmware during the test.
The...
Hi. I'm testing our new product that can be extend ranges using FEM.
For best performance, I'm matching impedance between antenna and FEM.
But my major is not wireless...
Hello, I have a problem with my own designed board, It has nRF52832 and some other sensors which communicate over SPI, also I have a SD card on the same bus that works fine...
Hello,
In my code I am reading from a sensor and want to check if the float value returned is out of range. In order to do so I would like to be able to calculate the absolute...
i have just blinked the LED and trying to pwm
i have written a simple led blinking program like this one below
#include <stdbool.h> #include <stdint.h> #include "nrf_delay...
I'm trying to diagnose frequent (80%) DFU failures that I'm seeing with our Android application using Buttonless mode.
Our target can be 100% reliably updated with our app...