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...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
Are there any native RTOS build-in the SDK? If I need to develop a sensor device driver (i2c based) any recommendation as the safest way to do that. Choosing between freeRTOS...
Hi,
there is a broken link on https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_buttonless_dfu that refers to " Generating bootloader settings...
I'm writing a production script that uses nrfutil to do OTA DFU for both nRF51 and nRF52 radios. I'm using a PCA10059 with nrfutil version 3.5.1.
It works fine for an nRF52...
Hello,
I am trying to use IAR examples to debug some of the examples provided in the SDK.
I am only using examples that support the pca10059 dongle.
One example is the...
Dear All and @rogerclark,
From the release note of nRF5 SDK v14.1.0, Segger Embedded Studio (SES 3.30) IDE has been supported originally.
I use MacOS, and I has set...
I need a help to create a mesh where two nrf52 dk are connectred in the mesh and one node sends a message and another node recives it and sends to a url
I am currently looking at how to put the nrf52 development board to sleep (and wake up) by sending a command from an android application (with SDK v15.2).
I have been experimenting...
Hi
I am trying to establish communication between a NRF24L01+ and an NRF51822, but unable to do so. I am able to communicate between 2 NRF24L01 + and also between 2 NRF51822...
Hello, I'm quite new to both the nRF52832 and the Segger Embedded Studio. I have a college project which involves I2C communication with 2 slaves. I was finally able to set...
Hello,
I am trying to read data from a sensor through sensor TX pin connected to RX pin of nrf51822. Nrf51822 recieves this data through RX pin and sends it via bluetooth...
I am seeing a problem using the nRF52 SAADC with two analog channels enabled in scan mode.
Essentially, channel 0 is measuring an analog signal with gain ~= 15 while channel...
Hello,
I am trying to get the RX interrupt to trigger on the PCA10001 board using the segger debugger as my serial terminal.
My hardware setup consists of a PCA10001...
SDK: v15 SoftDevice: S132 Chip: nRF52832 on BL652 Module
I have a command->response type system. The Central (Android phone) sends a command, and the Peripheral (nRF52 device...
Greetings!
I am using nRF52, SDK14.2, and NUS with MTU = 64. I want to transmit 1000 byte string over BLE upon reception of any character to "nus_data_handler" I have divided...