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 saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Dear nRF DevZone,
I have question regarding Zephyr k_sleep() function and NRF52840 timers.
I am developing an application for nRF52840 SOC and for that I am using nRF...
Hello. I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I want to pair from "Settings"-> "Bluetooth" of iOS (iPhone 12 Pro). For pairing...
Hello,
I am developing an application that requires use of some of the traditional C "stdio.h" functionality. My current development setup is the nRF5340 DK running Zephyr...
I'm using sdk for mesh version 5.0.0, sdk version 17.0.2 and my board is nrf52840-DK.
How can i keep mesh config after wake up from deep sleep( system off).Plus, when my...
Hi,
This morning when I tried to access devzone, it says I have been IP banned. I have the same issue as this ticket:
https://devzone.nordicsemi.com/f/nordic-q-a/86922...
Currently running NCS 1.7.1, SUPL client 0.7.0 and MFW 1.3.0 it has stopped connecting properly from the last time I've played with it:
Not sure what's up there..
...
I am having trouble powering my uicc. I feel like I am just looking for some setting, but I have not found the right one yet and I am at a loss at this point.
What I have...
I used direction finding rx/tx examples(get 45 points of IQ data). I used the ref period IQ data (8 points) can caculate base phase and the phase velocity(setting is 500KHz...
Dear all,
I have struggled this problem over a week.
I am working on our product, which need to prevent other strangers to connect to our device. After search on the Nordic...
Dear Nordic Engineers
Our customers use nrf5 sdk 17.1.0 for development, and they now test and find that they use the ble_app_keyboard example to connect, and there is a...
Hello,
I would like to get current UNIX time with my nrf9160.
First I saw that we can ask the current time from the modem using the AT cmd "AT+CCLK?".
This function...
Hello Nordic Semi team,
Need help with sd_enable call.
I am using this code to set my MTU to 64.
// Configure the gatt MTU size . memset(&ble_cfg, 0, sizeof(ble_cfg...
Hi.
I have just been reviewing your Nordic Distance Toolbox webinar, and I have a question I'm sure somebody made, yet I couldn't find it. Is the RTT solution compatible...
Hi, i am using ncs version 1.6.1. I am able to build the project on my windows computer. A few months ago i set up a CI build on a Linux machine which also worked. However...
when starting Debug this message "Failed to select J-Link with USB serial number 158003279."
I am using
WIN 7 .
s132_nrf52_5.1.0
nRF5_SDK_15.2.0
can you help...