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'm looking for some documentation for both projects. While there inline documentation and example projects are existing, I couldn't find any javadoc (or similar,...
Hi,
I want to use two SPI instances (0 and 1) in my project. I am able to modify the example SPI project to use 2 SPI instances as in the code below and setting #define...
I'm trying to get the ADC running on an nrf51DK, however whatever configuration I use it always outputs a value equivalent to ~0.6v input. I've tried with the basic ADC example...
I bought a product with NRF52840 as MCU. Now I want to communicate with other devices over RS485. So I had to make some changes. I have the following questions and hope to...
i try to build simple hello world program in c++. it successfully compile just yesterday, but somehow it fail to compile now. on the log it seem to use /usr/bin/c++ to compile...
The following code snippets produces Error code 0x0005 when trying to update a characteristic value via custom characteristic programming nd connected to nRFConnect app: ...
The nRF52833 datasheet lists a number of pads as "N.C." however I could not find anything in the datasheet about what to do with these pads. Is it safe to route traces over...
hi
I would like to use BLE Mesh to control my products. I would like to build a mesh network in advance, install a provisioner and automatically provision the nodes when...
I'm working with a lwm2m client using t he LwM2M client utils library to connect with a lwm2m leshan server.
Everything works great with LIFETIME = 30sec (default setting...
Hi:
There are two BLE architecture can be used on the nRF5340:
Split the Bluetooth LE Controller and the host part of the Bluetooth LE stack and run them on different...
Hallo Team,
I am using nrf45340 Audio DK to evaluate Bluetooth LE Audio application example.
For experimental purpose, I am using SBC codec. I have been following instructions...
Hello Nordic support:
We encountered a problem when downlaod the firmware for the nRF9160 with jlink nrfjprog program. Most our nRF9160 module can download firmware OK just...
Hi Nordic Team,
Working Environment:
nRF52832 DK, nRF17.1.0 SDK, Keil uVision 5 IDE, Windowns10 pro PC.
I am working on ble_app_uart.c Peripheral example.
According...
Hello,
the git version in ncs\toolchains\v2.0.0 isgit version 2.26.2.windows.1!
That prevets me from using git credental-manager-core in nRF Connect 2.0.0 console in Visual...
Similar to t_m's post here (only in a different SDK), I am trying to generate two PWM signals (motor1_fwd_pwm & motor2_fwd_pwm) in 180 degrees phase shift in respect to each...