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,
Recently I updated my SoftDevice on beacon from 7.1.0 to 8.0.0. Unfortunately, I met the same problem with advertising timeout which I faced with in SD 7.1.0, but the...
Hi all,
I have some doubts over the memory management of nRF51822 and nRF51422-EK.
I have gone through the link in this forum where it is explained buy I'm still not sure...
I'm trying to build a project of "nRFUART_GoogleAPI_Android4.3+" from the following link.
[https://www.nordicsemi.com/eng/Products/nRFready-Demo-Apps/nRF-UART-App2]( www...
I have one doubt after reading the definition of PSTORAGE_MAX_APPLICATIONS and PSTORAGE_DATA_START_ADDR in pstorage_platform.h and the actual computation of used flash memory...
MCU : NordicSemi nRF51822-QFAA (Using custom board)
SDK Version : 7.2
Softdevice : S110 7.1
Using IAR for ARM 7.1
Hi, I was migrating my codes (SDK 6.1 to 7.2...
I am using the ble_app_template, together with one timer called every second. The timeout handler of the timer just prints a short string on the serial port using simple_uart...
Hell.
I will use flash from pstoreage.c . but seem to only use for bondmange. I find an define:
#define PSTORAGE_MAX_APPLICATIONS 2
This is just for "mp_flash_bond_info...
I'm struggling in implemented interrupt driven twi.
I found it always returned a overrun error after a successful RXD.
I saw an implementation by nordic employee in...
I try to move the code " github.com/.../nrf51-ble-app-lbs" to nRF52.
I meet this problem:
._build\nrf52832_xxaa_s132.axf: Error: L6218E: Undefined symbol app_gpiote_init...
I need to write an application that is mostly in sleep (not OFF) mode, waking once a second or so, and occasionally discovering that it has to do things. Without the softdevice...
I'm am trying to figure out what is causing the hardfault in my code. That question is here:
devzone.nordicsemi.com/.../
However, this question is more about understanding...
Several places in the SDK (every version I've looked at) mention a function nrf_wait_for_app_event(), but it doesn't seem to actually exist in the SDK anywhere. Does it really...
Hi,
every one i am try to create a file in sd/sdhc card but it is not creating with fatfs file system i used chans library.But it is reading a existing file which is of type...