Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
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...