I ran across this issue while troubleshooting a separate issue, in which I have an nRF52810-based board with no external LFCLK oscillator that is rock-solid with nRF5 SDK...
Hello,
I am having an issue with running my application in release mode. It will only run when NRF_LOG_ENABLED = 1 and NRF_LOG_BACKEND_UART_ENABLED = 1. I can run my debug...
I'm using firmware 1.3.6 and sdk 2.7 for Nordic nRF9160. For the internet connection ppp is being used.
Here are the results:
modem shell:
time wget https://leil.de...
Hi,
I follow the custom board exercise steps with mynRF52840 DK and when I reach step 8.1 , in the deviceTree visual editor, I notice that the GPIO0/1/TE options under ...
I am a long time user of Doxygen and I am familiar with its format. I have been using Doxygen manually in my nRF9160 code and it is working fine. I am using DoxyWizard to...
We are the Manufacturer of Smart lighting
We have start new project" Cellular gateway".
We are evaluating the nRF9160 Dk board .
During this we found issue . it is iBASIS...
Hi all,
Is there anyone here who has already use Clion with nRF9161 ? I'd like to use Clion it's better than VsCode. I've find how to for nrf52 but it doesn't work for me...
I have a bunch of custom characteristics in a custom service. I have two different modes of operation that I need to handle and the data associated with these custom characteristics...
Combinig a simplified version of the bsp example and the pin_change_int example I noticed that I'm running into an "[NRF_ERROR_INVALID_STATE]" error caused by nrf_drv_gpiote_init...
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...