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,
My nRF52840 dongle which was working fine in the past doesn't seem to be responding properly. Is there anything I can do?
Some background:
1 - I have used it...
When we test the matter, we sometimes will meet commissioning accessory fail and network dropping. In the worst case, we can't access the network for a long time after the...
NRF_SO_RAI_NO_DATA AT#XSOCKETOPT=1,50 does not cause RRC release as expected, instead hipower LTE continues another ~20s. https://github.com/nrfconnect/sdk-nrfxlib/blob/main...
nRF52840, SDK 17.0.2, SD140 v7.0.1
My firmware application is happily sleeping via calls to nrf_pwr_mgmt_run(), waking up to service interrupts and do work, then going...
I have not been able to get the nRF52840 ncs v2.0.2 watchdog not to reset.
I tried kicking the watchdog every second and can set a break point and see that the kick does...
Hi all,
I'm looking for an SDK function that will tell me if my device is connected to BLE
from this post 8 years ago the answer is no, has something changed in those...
I am using the 9160 to develop a product for the customer. Its sdk version is ncs1.9.0, and the firmware version of the modem is v1.3.1. The device needs to download data...
Since sensor.h API in Zephyr does not support reading hw FIFO, I am planning to use SPI driver to read the hw FIFO on received an interrupt when FIFO has data.
Is there...
Hello
I use nRF9160DK.
Can somebody tell me why it doesn't give an error ( ) if I don't have anything on the I2C line, or how can I be sure if it finds the right address...
I've tested the TX power of nRF52840DKs using CLI application and a sniffer (sniffer device is nRF52840 Dongle). Sent message from one DK to other one via UDP and observed...
Hello,
I am trying to implement the Y-modem protocol to the ble_app_uart example. Basically, I want to send a file from the PC and receive a file in my nrf522840 device...
I use SDK16 with softdevice. Some of its features require hard timings. But it causes hardfault sometimes. It happened at function of gcm_init. My source code is as follows...
Hi
Is there any software that allows to save received Bluetooth data to a spreadsheet? I am using the nrf52 DK running the ble peripheral uart example and received the data...
Hello, after upgrading to SDK version 2.1.0 I noticed that the compilation of all my projects for actinius_icarus_ns always fails:
This is even for projects, where...