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...
Hey all I've had some issues with the zephyr installation and have followed the steps for setting up the toolchain. When im building a project from the command prompt it fails...
Dear Sirs,
In my current project I use nRF52 and external ADC. I have to send 14 Bytes each 500us using UART to PC.
It is only one way connection where nRF52840 is transmitter...
I'm attempting to cause the watchdog timer to timeout and activate for a verification test. I'm using Segger Ozone as my debugger. My OS platform is Windows10. I cannot seem...
I wonder what external load (if any) can be connected to the VDD pin of the nRF52805. Reading the data sheet gives the impression it is for internal loads only, but I assume...
Hi,
Today I realized something interesting for our devices: The Update from an older Software Version build with SDK 1.6.X was on it and I updated via AWS FOTA to new version...
Hi,
I am working on the v1.7.0 and I am trying to connect two peripheral with the same services to a central. The first works without any problems:
When I unplug / disconnect...
Hi
I have been experimenting with ncs recently, just trying different things out.
I'm making an application based on the following example (Which is basically code from...
I would like to add dynamically notify callbacks on a given characteristic.
Currently I can only register one callback on the creation of the characteristic:
How can...
Hello,
I notice that there is a memory region table shown when the program is compiled.
Memory region Used Size Region Size %age Used FLASH: 106392 B 960 KB 10.82% SRAM...
I have a firmware which uses FDS to store configuration, and I want to set some defaults at manufacture. The data might be hundreds of bytes. I could write the data as a binary...
Recently, Nordic released ncs1.7.0, I wonder if it supports the following features:
1. What is the maximum length of broadcast data for extended advertisement? It cannot...
Hey ,
I am currently working on nordic Thingy 9160 .
I was testing this UE and just wanted to know whether we can check the neighbour cell information somehow or not on...
Hi,
In peripheral Advertisement Service. I am trying to add two more parameters(Characteristics Value) under the Battery Service.
Some how it is not creating new characteristics...
I am running the BLE Mesh Light Switch Server Demo
On the mesh stack init phase I encounter following error:
app_error_weak.c, 108, Mesh assert at 0x0002F6E2 (:0)
Debug...