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...
Hi I have a couple of Thingy:91 devices, which we are using to evaluate the 9601 SoM.
The devices ran out of credit, but after buying more iBasis credit still would not...
Good afternoon. I use NRF 51822, and I want to use RTC 0 or RTC 1. But there are problems, if I do not initialize BLE then the compiler does not execute LFCLK_config because...
We are now developing BLE ADC sender, using nRF5_SDK_14.0.0_3bcc1f7, and two nRF528322s (sender and reciever).
We send SAADC data via BLE, after that, we disconnect, and...
I am currently using SysTick to count milliseconds in my device. This works fine, however with it enabled I can't sleep the device as it wakes up instantly.
I have tried...
Hi,
I'm not sure if I'm doing something wrong so I'm hoping someone can help me. After updating from 0.11.4 to 0.12.0 of pc-ble-python-py, I get the following error. I've...
Hi,
Please help to suggest if 10K Nodes in a single network with 100 Kbps data rate is achievable with data transmission interval being roughly every 30 seconds.
This...
I have the debug section of the evaluation board turned off, modifications to measure current with a DMM set up, and am using a keysight 34465a DMM to measure current. The...
Here is the code snippet initializing the Heart Rate Measurement Characteristic in the BleHeartRateMonitor example:
static uint32_t characteristic_init() { uint32_t error_code;...
When using nRF Connect and 52840 Dongle, the normal BLE scan app works fine but connecting to the RSSI ap, the reprogramming of the dongle fails with timeout.
Hi,
I have nrf9160 DK.
I found there is u-blox driver available. Is it possible that the 9160 modem can be added an interface as a modem using u-blox? If so, there is...
NRF_LOG_RAW_HEXDUMP_INFO() is not printing complete Extended Advertisement data in HEX format. It just prints first 80 bytes of whole advertisement packet.
I added below...
Hi Nordic Developers,
Service Discovery Protocol (SDP) is a protocol for Bluetooth to detect the service nearby and to determine their characteristics by using UUID.
I...
Hello!
I am trying to lower the sleep current of our custom board. Right now in sleep, the whole system have a current consumption of 100uA. There might be component choices...