We have experienced some modem faults and have implemented a custom `nrf_modem_fault_handler` to try to capture them.
We have enabled the config:
CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC...
I am currently using the nRF9160 SLM firmware to send data over MQTT via datamode.
After connecting to the MQTT broker, I enter data mode using the following command: "AT#XMQTTPUB...
I'm trying to make a BLE beacon with Li-Ion battery and Qi wireless charging circuit. NRF52833 works in high-voltage mode (VDDH connected directly to the battery, internal...
I have mistakenly disabled Software Debugger (SWD) and wrote the configuration back to the board. Ever since board can not
(1) Connect and get the configuration data using...
Hello I want to add an extra config file based on the option in prj.conf or in Kconfg. For example: CONFIG_WIFI_SCAN_ONLY=y include the overlay-nrf7000-wifi-scan-only.conf...
I'm attempting to follow the introductory tutorial here using the NCS VSCode extension. After creating the new application from the sysbuild/hello_world sample in v2.7.99...
Can I use VDD (F1, L2, L4) or VDD_EXT *(D12) to power some peripherals ? If so, how much current is available?
I want to avoid added a 1V8 regulator to the design & use...
Hi
I have been developing ok with Segger Tools and nRF52DK. My application works as expected. However now I need to send hex files to a customer who also has the nRF52 DK...
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...