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
We are trying to port our app from softdevice v3.0.0 to softdevice v5.0.0. We note that the data length and bandwidth configuration procedure has changed drastically...
Hi,
I need help with alert notification service. I am working on alert notification example provided in the SDK 12.3.0 with S130. I tried this example on nrf51422 development...
I have tried to use sd_app_evt_wait() to sleep cpu, and use gpiote interrupt to wake up cpu from sleep.
However, gpiote interrupt cannot wake up cpu.
When I use __WFE()...
Hi,
I am trying to send sensor(accelerometer) data through beacon. I am basing my logic on the beacon example. I am putting my sensor data into an array and passing it...
Hi,
I have an nRF51 DK, found here www.nordicsemi.com/.../nRF51-DK .
I am using SDK V11.0 and S130 V2.0.
I am developing on a Linux machine.
I can compile and run...
Hi.
I'm using the Power Profiler Kit and the PPK desktop application to log the power consumption of my device. This works well for short time spans.
However, I'd also...
Hi
I'm trying to delete all files with a given file id. Will fds_file_delete() delete all files with a given file id, or just the first one it finds?
thanks
SDK1...
Hi
I'm trying to use fds_record_find() to detect if a record exists in flash storage. After erasing the device (via nrfjprog), flashing the softdevice, flashing the program...
I use an app_timer to periodically update sensor reading in my application. There is a characteristic used to change updating rate by stopping and restarting the app_timer...
Hi,
I work on a project for the nRF52832 with Keil µVision using ARM Compiler V5.06 update 2 and nRF5 SDK 11.
In a module I allocate quite some memory using malloc(...
For the BLE GAP advertising flags byte in the advertising data, we have the following options:
/**@defgroup BLE_GAP_ADV_FLAGS GAP Advertisement Flags
* @{ */
#define...
I cannot seem to save the new Device Name value in the nRF51822 beacon.
I am using the mobile app nRF Connect.
This is my procedure:
1).Run nRF Connect on Android device...
Hi Nordic Team;
I am using nrf51822 devices with sdk12.3.0. I am using buttonless dfu example without any problem with sdk12.3. However, I see that you realese sdk14 that...
We're considering nRF51/52 to implement a specific BLE application. We need the nRF51/52 go to sleep if a BLE collision signal or interference on an advertising channel has...