Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi All, I am building a wireless MIDI controller using the BLE nano v2.0 from RedBearLab.
MIDI is a protocol to control software musical instrument, therefore latency needs...
Hello everyone,
I try to modify SDK 14.2.0 S132 ble_app_template example with Segger Embedded Studio, but I got an error about uart. All uart functions appear to be "undefined...
It seems that the version of the soft device used in the mesh sdk does not match the version of soft device SDK that I can download, and the version used in the mesh SDK has...
Hi,
I am trying to run the examples for the pc_ble_driver_py and I get some issues.
advertising.py says "board not found"
heart_rate_collector.py gives a calledProcessError...
Hi folks,
I want to do a project from scratch using the Segger compiler. Where can I find relevant documents with it. How can I make changes on the Blinky project? For...
Hello,
I have two version of Python 3.6 installed: 32 and 64 bit (Windows 10)
Recently i installed nRF5x command line tools (9.7.2) and pynrfjprog 9.7.1
For Python...
In zephyr many PPI has been employed in radio, and other PPI from 20 to 31 is pre-programmed channels and can not use by application. Do you have any plan for optimize this...
hello,
I have one problem to distinguish the following 2 functions :
ble_srv_is_notification_enabled and ble_srv_is_indication_enabled
in on_write function,
the two...
Hi Nordic
I saw the Dfu example.
BLE Secure DFU Bootloader and Buttonless DFU Template Application. I have two questions here. The boot loader and app distinguish a ram...
I'm getting a weird behaviour on my first NRF52 custom board. It's a BLE with HR, battery and a custom service. After programming I can test it properly with/without debugger...
Hi,
I am using SDK 14.0 on nRF52840 (DK), with sofdevice enabled and FreeRTOS port.
My question reagrds the "blocking mode" transfer - event handler was not provided...
I have four PCA10056 Development Boards and I downloaded the SDK for BLE Mesh. The examples, however, only work with the PCA10040 boards. I have tried redefining the board...
Hi all,
We are ready to have our product released and need to have it tested and certified for release in the following markets:
North America = FCC IC
Europe...
Hello,
I would like to configure the NRF51822 as a Peripheral to receive data from a smart phone, and then call a routine when the receive process has been terminated....