I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
I am running the nRF5340 Audio DK and trying to find a device with an app that scans BLE advertisements, but the device cannot be found.
I have confirmed that sound is being...
When I start the debugger (both internal and Ozone) the registers view only shows the CPU internal registers; peripherals are not shown.
If I start Ozone manually I can...
We are working on one of our Matter based product and everything is working fine with Matter. Now we want to use BLE central on nRF52840 along with Matter Application. But...
I am using ncs2.6.1.
I built and run ot_cli based on ncs2.6.1, then I wanted to update openthread library so I modified openthread's revision on file nrf/west.yml
Then...
When advertising using BLE and using the nordic app, it seems that the advertising address changes after every reboot even with CONFIG_BT_PRIVACY set to n. However, this only...
Hi,
we are using nrf52 DK and our custom mobile application. We are trying to collect 15000 sensor samples and finally we are trying to send array to mobile app via BLE...
I suspect there is a bug in the https_client sample. sdk-nrf/samples/net/https_client/src/main.c
The certificate seems to always be provisioned and
mismatch = modem_key_mgmt_cmp...
I have tried to use the power profiler and I got the notification that my firmware had to be updated. I clicked proceed and the device started updating.
When the update...
Hello,
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I am using NUS to work with...
My Android app builds and runs fine under Android 13.
But on Android 14 when I try to use the DFU library (ver. 2.5.0) I get the following run-time error: One of RECEIVER_EXPORTED...
I have two nrf5340 audio DKs running bidirectional audio over Bluetooth. Software is modified Audio example from SDK 2.7.0. I am trying to run external i2s in the unicast...
Hello,
I am currently programming using SPIM+Timer+PPI(via nRF Connect SDK v.2.6.1), but due to my lack of understanding, handling handlers is challenging. Therefore, I...