I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
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, where can I get access to the definition and meaning and definition of the built in functions and headers of nrf51822? for instance what does this mean: uint8_t err_code...
Hi ,
I am using nRF6.0.0, SoftDevice 7.0, for nRF 6310 hardware.
I am trying to develop a ble keyboard app with the help of Ble Keyboard Sample we have in the SDK. As...
HI,
I am currently working on a project to develop firmware for S110 nRF51822 softdevice .
Currently I have a device with the following details: Ic Version - 2, Variant...
Hello, I am trying to make adc sampling on two adc inputs at the same time. The adc example (simulataneous-adc-sampling-from-two-inputs) is not using IRQ handler and applying...
Can i flash the stack S310 in any nRF51822?
I have a NRF51822 QFAAG0 but I cant run the example ble_ant_app_hrm properly.
I use Keil MDK5 and nRF51 SDK 5.1.
Thanks...
Which works better:
a single GATT characteristic using 'write without response' for transmission from the central to the nRF51822/S110 peripheral and 'notifications...
Hello everybody,
I searched the forums and saw numerous questions regarding sampling multiple ADCs but none for this exact use case.
The question is simple - is it possible...
Setup: Galaxy S3 (Android 5.1.1), nRF52 with S132
Basically I am trying to estimate distance from the phone on the nRF52 by measuring the RSSI and in order to do this to...
Hello
We have a projects with correct bounding (see thread ) and we want to set MITM=1 to get entered by user password. We implement some code to see message "Please, enter...
Recently we are purchased nRf51dk and nRfbeacon boards for FOTA function but both boards are not working, we already followed the follwoing links:
1. developer.mbed.org...
Hi nordic engineers,
I want to add a mouse function in the keyboard application project, but have some questions to know:
1.Does BLE support such compositive device...
Hi,
I am new to the BLE and Soft device stack, I am working on Multi link peripheral example with SDK version 9.0. I have flashed the S110_nRF51_8.0.0 into the nRF51-DK...
I wanna to make an iBeacon device based on ble_app_beacon example.
I found in the example the default advertising mode is BLE_GAP_ADV_TYPE_ADV_NONCONN_IND, where its advertising...