Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
Does anybody got an app inventor2 "project" to communicate with the (Adafruit) Bluefruit LE UART (or SPI) ?
Note: my Android version is 4.4.2 (LE "advertising" not supported...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
Dear All,
I need to understand how the Asymmetric Encryption work in BLE. From Nordic, I get to know the following that following are the nrf_crypto frontend modules
...
Hi,
I"m looking for a solution to automatically build the emproject file from the directory *without using any IDE) so that i can export the .hex file and can be used...
Hi.....
I get the following error fault from my device (nrf 52840 with freertos ,using SDK16.0)
the Fatal id: 0x2000B730
what caused Fatal id: 0x2000B730 ?
Hello,
I developed a project based on thread CLI example. Everything works fine but I would like to add more commands to the CLI interface, maintaining the existing Thread...
Hello:
I am using nRF Connect v3.3.1 programmer to flash nRF9160 and got an error.
Silk on nRF9160 is: nRF9160 SICA B0 191601
Programmer can't recognize nRF9160 after...
Based on 52832, sdk15.3 running ble_app_hrs example, requesting MTU through nRF connect, the first success, the second time is unsuccessful, the app prompts Error 4 (0x4)...
Is there an application note or single set of instructions on how to get debug/log output via the SWO output rather than RTT or UART. Both of the latter are simple switches...
I'm trying to hook up a nRF51 to two other devices. One is connected with UART and the other through BLE (NUS).
The connection with BLE is working fine. But as soon as...
I am using "ble_app_hrs_rscs_relay" example. I am not able to set the TX power of advertising and scanning both. Currently the avg current is too high.
I also tried using...
Hello, in my travels through Nordic development, somehow I am only now creating truly custom characteristics, and I realize I have no idea why there is both an initial and...
Hello, when I run the subject example and connect to it, I see the RX and TX characteristics like I'd expect.
However, I see a descriptor on the TX characteristic which...
Hello! I am trying ZigBee multi_sensor example.
(I had a question here as well. Thank you. "Zigbee multi_sensor example has not connect" https://devzone.nordicsemi.com...
I want to set up a SPI transfer so the transfer itself is triggered by PPI. The PPI is set up working, the chain of events is
Timer CC0 -> Set CS low
Timer CC1 -> Start...