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 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...
When compiling C++ code that includes ble_gatts.h you get errors like the following:
C:/....../nrf51822/Include/s110/nrf_svc.h:21:6: error: impossible constraint in...
Hi,
I can execute the heart_rate_collector example code on Ubuntu PC when driver is communicated through Segger JLink. But I'd like to use GPIO pins of nRF51-DK as communicating...
Maybe I should post my all the code here.
I want to generate two kinds of PWM1 and PWM2,used by the code as follows:
static volatile bool ready_flag;
APP_PWM_INSTANCE...
Hi everybody.
I make an application which combine ANCS and NUS services on PC100028 (nrf51 SDK 9.0.0)
This application works properly when I use IOS device which installed...
What does it mean if I set my advertising timeout with this macro (which is equal to zero)? I would expect that it would advertise forever but instead sd_ble_gap_adv_start...
The latest TWI example I can find is from 4 SDK revisions ago and uses old libraries. Is there a sample using the nrf_drv_twi library that is recommended for current development...
I'm experimenting with the relay as well as hrs and rscs demos. Basically, I want to check at startup for IRKs stored in flash on startup in the peripherals. I'm only working...
I have developed my custom board and my custom application based on nRF51822 and S110-v8.
It perfectly works with Master Control Panel v9.0: connection, bonding, dfu,......
Hi,
I am interested in your nRF51 IoT SDK, IoT SDK for applications using IPv6 over Bluetooth Smart.
The presentation www.youtube.com/watch describes an architecture...
I'm developing an application supporting concurrent central and peripheral connections and using the new Connection State module in SDK 10 to decide whether a BLE stack event...
Are there any modules/devices with sar certification for the nrf51?
I have a need for something that will be placed with an elastic band against the arm or upper torso...
Hello,
I am using S110 8.0 stack and 9.0 SDK and I am testing the signal strength.
Now I am able to get the BLE_GAP_EVT_RSSI_CHANGED event after I started performing rssi...
Hello,
I am investigating the on_ble_ev function and trying to get back the Connection Interval parameters set by the Master Control throught the ble_evt_t struture . Is...
Hi,
I want to use the NRF51-DK to program an external device. It worked fine so far using the J-Link Firmware. I had to switch to mbed since it is a huge mess to get it...