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'm trying to connect a nRF52832 DK to a secondary device (BLUETOOTH LOW ENERGY TINYSHIELD (ST)) where the nRF is the central. The example correctly connects to the board...
Hi,
I aw various other posts ( )
and the post on Optimizing power on nRF53 designs but I never get results that low.
The Blog post doesn't really help, since it only...
Hello People,
I was working on the example program of timer (PCA10056) and it was working fine, but when I change the same code to work on PCA10100 it is not showing any...
Hi,
I have integrated HID mouse and keyboard, when my custom board was connected with computer, there is "hello" on notepad. But when I pushed "CapsLk" key, RTT viewer did...
Hello.
I try to add my own board to Zephyr. I made copy/paste nrf52833dk_nrf52833 and change file names and keywords. New folder is in: "C:/ncs/zephyr/boards/arm" . Unforunatelly...
Hi,
With reference to the below image:
As you can see I have 2 UART threads running on priorities 14, at baud 115200, which are I believe blocking the MPSL signal...
In order to get some more insights in energy consuming "network searches", I tried to keep track of the LTE_LC_NW_REG_SEARCHING and LTE_LC_MODEM_EVT_SEARCH_DONE events.
...
Hello,
I am working on a customized mqtt_simple version on the Thingy:91 to measure vibration and temperature data and send data in about 4 minutes rythm to our server...
Dear Mate,
I am trying to build and flash a program by using (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com...
Hi.
I'm implementing LESC peripheral device.
MCU : nRF52832
SDK version : 16.0.0
Soft device version : 7.0.1
I'm using one peripheral device and two central...
Hello to all,
Starting in December 2020, a new cluster will need to be deployed to obtain Amazon's WWA certification of Zigbee devices. I wanted to know if there were already...
Hi Nordic Team
SDK 17.2.0
Mesh SDK 5.0.0
I had implemented the Generic Level Client Element in the Generic Level Server Example.
Handle is connected to the Element...
Hello All,
I am working on nRF52832 use SDK nRF5 15.3.0 version in segger studio.
I use the MQTT example which was given in the SDK,
Path: \nRF5_SDK_15.3.0_a53641a...