Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
I'm trying to send a DFU file but i get en error:
2019-08-16T16:11:40.300Z DEBUG Destroying DFU transport. 2019-08-16T16:11:40.300Z ERROR DFU failed with error: When writing...
DIODE_FWD_VOLT_DROP_MILLIVOLTS is normally depending on how the reverse current protection is implemented in hardware. the current value of 270mV is adapted to the used diode...
The coap_client sample is not building for the nrf9160_pca10090 board. I'm using v1.0.0 of the nRF Connect SDK. The commands used from the coap_client directory are:
mkdir...
Dear Nordic experts,
I am trying to profile embedded S/W on a custom board (call it board #1) with a nRF52840 on it. On this board the trace pins TRACECLK and TRACEDATA...
Hi,
I'm currently trying to evaluate the nRF9160 for one of our projects.
One key requirement is the power consumption when using eDRX.
I have tried profiling the...
I noticed that passkey entry for BLE pairing is usually implemented by the device operating system outside the nrf_connect app. Is it possible to do passkey entry inside a...
Hello everyone,
im using ble tamplate example and Softdevice s140 with the nRF52840 DK.
im trying to change the GAP Data. How and where can i do this?
i want to configure...
the duration field in ble_gap_adv_params_t should be set in in 10 ms units, but currently the timeouts are implemented wrong. APP_CFG_NON_CONN_ADV_TIMEOUT is set in seconds...
Hi Andreas,
Thanks for the details shared.
Also please let us know the BLE SIG MESH – SDK Size of nRF52840 and nRF52832-QFAA / nRF52832-QFAB?
Thanks & Regards, ...
Hi Team,
I am doing FCC testing for NRF52832 BLE. As part of firmware code initialization i have following functions
I am using radio tool radio_modulated_tx_carrier_duty_cycle...
Hello,
I'm using nrf52832 for my application which is required to change dynamically shortcuts of RADIO peripheral.
I'm wondering whether the change can take effect after...
Hello. I'm developing application for nrf52810 based on ble_app_template example, SDK15.3. I want to add LESC functionality to this, so as reference I learn "ble_central_and_peripheral...
The Github repositories:
https://github.com/NordicSemiconductor/pc-ble-driver
https://github.com/NordicSemiconductor/pc-ble-driver-py
Just seem to contain installation...
Dear Nordic,
I would like to add 0x2901 Characteristic User Description, but I use below program, it return error_code = 15, please let me know what is the correct method...