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...
Hello all,
we have currently a problem with writing to a custom chracteristics in nRF52832 with softdevice S132. When the characteristic is written, we get responses only...
Hello, i am making a "simple" project, the goal being changing the duty cycle of the pwm depending on saadc sample value. My goal is to sample audio, process it ( low pass...
Hi,
I am implementing a keyboard with nrf52832 + s132 from sdk 15.3.0. Recently noticed that when trying to pair the device with a Windows 10 laptop and it keeps saying...
I'm using the CMake scripts in the Nordic mesh SDK to build my project, as the project uses CMake libraries. I want to determine the RAM usage of my application. I saw this...
Using J-link programmer, I try to figure out how to set some kind of security bit to avoid 3rd party reading code from flash.
If you could please return me a helpful link...
Using NRF51802 power-on reset failed, I have to manually reset each time, the program will start running.
The following are the information that may be used.
1.Schematic...
Hello.
In last couple of days I've been trying to figure out how the whole SDK is structured and how to start developing essential applications using the Segger Embedded...
Hi , so I witnessed this weird phenomenon:
When I use the simple On-Off-Model (as a base for a custom vendor model) in the switch application, the handle_set function in...
Hi,
We use Mesh SDK 3.2.0 and 15.3.0 SDK
We were developing a LPN example and we ended up having a bunch of models on the node which increased the composition data size...
I have a device with a Secure-DFU bootloader on it. I was wondering what it would take to OTA update it to the Mesh-DFU bootloader.
Some background around the use-case...
Hi,
I'm using the lighting example within the nRF5 SDK for Mesh. I'm using a static provisioning, one light client and one light server. Both the client and server implement...
When configuring a BLE mesh network, one have to set a netkey. Are there any requirements for generating this key or can this be any random sequence of numbers.
Hi Dears,
I am using the pc-ble-friver-py-0.1.0 for the nRF5840-Dongle development, I have an issue with the ble scan:
I used the function ble_gap_scan_start to aotu...
Hi there
I'm struggling with the usbd_cdc_acm example.
I want combine the ble_app_uart and the usbd_cdc_acm example to use my ble central role with nus and usb at the...