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...
Dear nRF,
I have couple of nRF21540-dk boards (PCA10112) in my hand. I would like to use nRF Connect Direct Test Mode to activate TX and RX.
I found that the tool lacks...
Hi,
We are design custom Board using nRF52840 SOC.
We are operating it in Normal mode, using internal DCDC converter
We have used configuration 5 from reference design...
I am taking over a firmware Bluetooth project and am reading the code that is having some issues. Below is a snippet from a BLE characteristic read callback. Here a double...
I set a timer on the net core of nrf5340. The timer sets an interrupt of 10s. After the chip is reset and runs for 10s, the while (1) of the main function is interrupted,...
SDK Environment: nRF Connect SDK v1.7.1 Target: Decawave DWM1001-DEV. This uses the nRF52832
If I add CONFIG_LOG=y to "prj.conf" in the zephyr sample peripheral_dis, when...
Hello,
I'm working with a NRF52840 DK and a module BLE nrf805.
I'm programming thanks to the software SEGGER.
I have sent the blinky simple in my dev kit to test a...
Hello,
I am using the Segger Embeddd Studio from the nRF Connect Desktop and the nRF52840-DK board.
I am working over the project into the "ses" directory for SoftDevice...
Hi,
Do you have an example of the \ble_peripheral\ble_app_hrs with Coded PHY for the nRF5_SDK_17.1.0? I have tried to use the BLE_GAP_PHY_CODED definition in different places...
Hi,
Is it any possible setup to connect a NRF52840-DK to the nRF Connect app in a smartphone without pairing or bonding? That would help me for testing and in this stage...
Hello
I am launching a project and I intend to:
Want to use multiple mobile phones and nrf-mesh software, Connect to a mesh server and turn on or off a led
So I connect...
This commit to the sdk-nrf repo: https://github.com/nrfconnect/sdk-nrf/commit/fdd7a24857a6e762055a0192293fc85165246e7f appears to me to indicate that hardware crypto support...
Hi, There:
Can the mesh device be modified the APPKEY,NETKEY,DEVKEY and the unicast address after be provisioned? And How?
I had tried to modify these parameter provide...
Hi team,
Currently we are using nRF52840 in our project.
we have plans to redesign the hw
does nRF52833 have any advantages over the nRF52840?
if so, Could you please...
in sdk_config.h it says this
on page 24 of the nRF52832 datasheet, it seems that UART and UARTE cannot both be used (they share the same ID). Is this correct? effectively...