Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
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...
I am trying to add major minor values in the ble_app_hrs example in SDK_15.3.0. I am getting an error code of 12 which is invalid data size at:
err_code = ble_advdata_encode...
Hello,
I am using SDK version15.20,pca10056,s140.
In my application I am using Bluetooth to send the data values at the rate of 750 samples per second. By sending 3 set...
Hello,
When performing serial communication using UARTE in the environment of SDK 15.3.0, SoftDevice 6.1.1, In rare cases, abnormal data is received. I don't know the cause...
Hello!
I am compiling the fiirmware for Thingy:52 (version 1.0.1), using the following link:.
https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
nordicsemiconductor...
Hello All,
I've recently run into an issue with the nRF52840 Dongle where the Green channel for LD2 is not lighting up, this is a problem that is persistent across all...
Hello Nordic team,
In our project we have a requirement to write a log record to flash sector when any fault occured (hardfault or SD fault callback), so we can download...
I want to transfer data from slave to master and back to slave from master and I am doing this in the following cases: 1) Case1: Fixed connection interval and slave latency...
Hi,
I hdd developed a ble product based on nRF52810 ( SDK_15.3.0_59ac345 s112 ). I had set the connect paramter like this:
MIN_CONN_INTERVAL MSEC_TO_UNITS(150, UNIT_1_25_MS...
Hi,
Do you have a better example than the one on nRF Cloud that can show me how to transform a HTTP GET /message from my thingy. Right now, the messages are nested and it...
While I know the 9160 does not support voice calls, I would like to know if the 9160 will accept mobile terminated (MT) data calls. If so, how is that represented in the firmware...
First of all , p lease forgive me for m y bad English if it annoys you .
I do have an interest in nRF52840 development kit, because I am trying to find a development kit...
After updating from THREAD SDK 2.0 to SDK 3.1 I am getting NRF_ERROR_NO_MEM in nrf_sdh.c.
The project is based from the multiprotocol BLE thread dynamic example.
The code...
I'm creating a ble central device that receives instructions via UART on which device to connect to and which UUID to write to.
I'm able to connect to a peripheral device...
Hi,
I am working with NRF52840 and want to encrypt my saved data with AES using CC310 cryptocell.
I am working with nrf_crypto_aes frontend to do AES.
I want to know...
Hello,
I'm trying to build and run 'secure_bootloader/pca10040_ble_debug/armgcc/' example and it seams that it stops with some hard fault:
Remote debugging using localhost...