Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hello,
A nrf52840 central device programmed with Soft-Device S132 and connectivity firmware, the host is interfaced via USB and uses PC-BLE driver API's to communicate with...
Hi,
I'm using nrf52840 DK and android based mobile with nrf connect for mobile app installed.
I would like to execute a freestanding sample code to transfer message between...
Hi Nordic,
I met a issue on BUS FAULT , which caused by queue.
It core dumps that:
[2022-03-22 15:35:12.657] [xxx]index = 6,len = 158 [2022-03-22 15:35:12.660] [xxx...
Hi all,
I'm a beginner and planning to import Android-nRF-Toolbox source code from Github into Android Studio after reading the README by the following steps:
1. I open...
Hi Team
In nRF52
According below picture the only the power on reset and brownout reset can reset SWJ-DP. Do we have any other method to reset the SWJ-DP.
By the way...
Hi there, We have a product using an nRF52832-QFAA, with the SDK15.2.0, the 132 Softdevice, and an application based around the Nordic UART service (nus). Customers are reporting...
Hi everyone,
i'm writing to ask some advice for my NBIOT AWS application with the nRF9160 DK.
I'm currently using the aws_iot sample available as a baseline for my project...
Hi everyone,
I am working on a project, in which I have n nodes that communicate with each other (peer to peer communication). In addition, each node is able to communicate...
I see mainline Zephyr is now on v3.0.0 since end of Feb. I assume the bump from 2.7.x to 3.x means substantial changes. When will NCS move to a 3.x zephyr?
I ask this...
Hello.
It is being developed using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
Previously, I inquired about how to add a value to the characteristic with...
Hi,
Our customer needs CAT-M, CAT-NB, GPS RF test data
I see that devZone has less information about CAT-M, CAT-NB and GPS RF performance tests
1. Please provide GPS...
As requested I am posting a public question based on Nordic's request here:
https://www.linkedin.com/feed/update/urn%3Ali%3Aactivity%3A6911310498537869312/?commentUrn=urn...
Hi,
parameters A NRF_SDH_CLOCK_LF_RC_CTIV
parameters B NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
1. The internal RC parameter should be configured as follows, but how are parameters...
If AT+CFUN=1 will not get modem connected/registered to a network, what retry algorithm does the nRF9160 implement? Is it something like exponential back-off algorithm?
I'm attempting to add NVS functionality to my code. Had a play around with the zephyr/samples/subsys/nvs example. It was working originally, and then when I started porting...