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...
Hey!
I'm working on a device which requires Bluetooth to be completely disabled for short periods of time. It's got a sensor in it that's sensitive to 2.4 GHz radiation...
Hello Nordic Guys,
We are working on the system based on BLE_APP_UART_C (central) and BLE_APP_UART (peripheral).
“Central” is always “ON” and scanning for the peripherals...
HI there,
I read somewhere here that the SPIM3 bus would be capable of 32MHz operations in the "next" chip revision (that was 6 months ago).
Could you confirm that it...
I have created a device that will connect and pair with one central. I would like it to re-connect automatically after disconnecting because it was out of range or turned...
I can connect/pair/bond to the nrfConnect app and disconnect then reconnect just fine. When I try to do the same to a central running on arm bluez 5.43, the second and subsequent...
I am getting a SOFTDEVICE: ASSERTION FAILED after some time when advertising with whitelist. I am using NRF5_SDK 14.2.0 and have tried both softdevice s132 5.0.0 and 5.1.0...
Hi,
I am trying to use the fstorage lib in SDK 12.3.0. My code is based on this example: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5...
I'm sampling from the SAADC with a microphone attached and need to send the sampled data over ble to devices, and I want the devices to recognize the data as being a audio...
I need to develop a beacon application with the OTA DFU capabilities (Buttonless). I have the NRF51-DK.
As a starting point, I tried the bootloader example located in the...
Hi,
I'm designing a pcb for nrf52832, and acc. to specification sheet (2nd para under fig. 98) i need to use differential mode to avoid ground bouncing. Can I share a pin...
Hi DevZone,
I am going to implement Arduino CAN bus shield on nrf52840 preview DK. I am wondering if I can use the Arduino CAN bus library in the nrf52840 preview DK. As...
I'm using sdk 14.2 and I have nrf52832 board. Now when I go to armgcc folder in sdk of any example (I'm using the blinky example ) and open my command prompt and try to build...
Hello,
In SDK14.2, select an armgcc project, for example, pin_change_int.
For nRF52840, the heapsize is defined in /components/toolchain/gcc/gcc_startup_nrf52840.S,...
Hi,
I've compiled the pc-ble-driver-py library on a raspberry pi but it doesn't come with a "make install" command. Could someone help me get the right file structure so...