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,
When the friendship node has established with the LPN node, how to verify that the friendship sends a useful message to the LPN node?Has it any API to verify the message...
Hi If I permanently see 3.3v even when the application is not running does that mean it is busted? I also see a lot of spikes in the output I have placed an order for another...
Hi.
I have a problem using dfu bootloader.
SDK : 17.1.0
SD : 7.2.0
device : nrf52840
dfu code : secure bootloader pca10056_s140_ble
uECC : 13.0.0
I implemented...
Hi Team,
I am working on NRF52832 based on the BLE mesh protocol here I am using the Light_switch example of SDK - nrf5sdkformeshv500src
Here I need to detect and monitor...
Hi,
I am using a Raytac MDBT50Q module on a custom board of mine. I have no 32kHz installed (which is available inside the module), VDD and VDDH are common and powering...
I'm porting code from my device which uses the nRF52832 to the 840 DK. My general process was to get the code developed on my own device to run on an 832 DK, then an 840 DK...
Hello everyone, I'm new here, and new to using the Nordic boards. I have a question regarding the RF connector in the nRF52840_DK. I am trying to do some RF measurements with...
Dear Team,
We notice that systemOFF current varying from 220 nA to around 500 nA for different devices. For some devices we are able to achieve 300 nA as mentioned in the...
Hi,
I'am using the ble_uart example on a custom board, where I have the issue that the BLE advertising is only available after a reset OR when I comment out the uart_init...
Hello,
I would like to implement beacon feature with a periodic (each 10s) advertisement data update.
This is an extrapolation of my code:
Is there some function that...
Hello,
The part i am using is NRF52840 Rev 2 (Build Code Dx0)
How can i exact know what revision or build code the SOC has ?
I want to determine in application what...
I am using NRF5 SDK 17.1
SES
S112 for the nRf52805
I followed the guide for the 805
i then used the NUS Peripheral and was trying to setup the rtc so the device...
Hi,
I have a nRF52840 Preview Development Kit. I studied your manual, but I didn't quite understand if this is possible or not?
I would like to debug (therefore I...
Hello,
I have been testing an encoder using the QDEC peripheral.
The encoder produces 256 pulses per rotation. Testing without any load assigned to the motor, the encoder...