I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
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...