Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
Hi,
Currently, I am building an application with Bluetooth mesh and I tried to use Zephyr's logging v2 modules. However, when I build it I get MPU-fault errors at boot....
Hi,
I saw in ozone that SW crashed with hard fault explained as escalation of exception that was not enabled.
How can I enable all exceptions to see the exact reason of...
Hello, I'm using nrf52833, pca10100.
My project is based on 'ble_app_uart', and I added buttonless DFU project.
this is ble_dfu_buttonless_async_svci_init() function...
I have succeeded in running the Multi-NUS package on the nRF52840DK. My client's client learned of the nRF21540EK and wants to try using it to extend the range in the present...
i cannot seem to select nRF Connect SDK when creating application in vs code. i already install the nRF Connect SDK v2.0.0 from the toolchain and the nRF Connect Toolchain...
I am trying to build a example program in KEIL for the nRF52832 QFAA device. When I sart KEIL the program shows a massage that says the nRF_DeviceFamilyPack.8.3.1 is required...
Good day to all I am trying to change the Application on a device with an nRF52832 chip with an existing firmware. To do this, I use nRF Connect for Mobile 4.25.3. From the...
I am developing GATT Server Reader Firmware usng nRF SDK COnnect using NRF52840
I have implemented two services in reader FW in two files say: service_a.c and service_b...
I have tried installing the nrf connect 3.11.1 on 2 different windows 10 machines. Both are clean windows 10 installs. The hard drives were wiped and windows reinstalled....
Hi,
the following event is generated when I connect two or more nRF9160DKs to a Windows machine: "Disk 2 has the same disk identifiers as one or more disks connected to...
1. 2. 3.
I am using the ble_app_beacon example as the starting point for my project. I am working on a project where a number of beacons will advertise its identity and...
How do you enable any of the i2c peripherals on the nRF9160 dk boards?
I tried changing the device overlay to the code below:
& i2c0 {
status = "okay" ;
compatible...
Hello,
I have a project that uses JWT.
When migrating from nRFConnect SDK 1.6.1 to 1.9.1, build failed with message: multiple definition of `default_CSPRNG'
The error...
I have
Hardware: nRF52840 DK - 1 nRF52840 Dongle - 1
Software: nRF5 SDK Mesh - v5.0.0 nRF5 SDK - v17.0.2
I want to program Mesh Serial example on nRF52840 Dongle using...