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'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...
Hi there, right now I'm working with an application that allows me to collect data via UART from several sensors (two), and I also I have a SIM module that allows me to communicate...
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...
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 ...
Hi
Can anyone tell me which example in SDK to use to send data(a simple text message) from nRF52832 board to an Android Phone. I have nRF Connect and nRF Tools applications...
HI,
I've noticed a few issues with the example app_level.c.
1: The g_set_transition() was updated in the 3.0.0 release to avoid a division by zero, however, this fix...
Hello all,
I recently migrated from SDK 15.0.0 to SDK 15.3.0 and as a result tried to migrate from SD 6.0.0 to 6.1.1.
My application goes to sleep after a while and when...
I am new to this environment.
Attempting to create a simple BLE app similar to the built-in BLE, but with some buttons to send predetermined commands to devices. Using the...
I applied Bonding to the UART example(ble_app_uart).
Bonding combined with the UART example works well, but there is one problem.
1. I did Bonding first. 2. After that...
Basically I get an Attribute not found error from sd_ble_gatts_value_get() in the nus_ble.c and then I never get any NUS events in the application. I'm trying to figure out...
Hi!
We have working solution with custom rf protocol based on NRF52832 and NRF52840(now it use 2 Mbps Nordic proprietary mode). Now we want improve it.
Could You give...
HI,
I have found some problem with nrfutil (version 5.2.0 installed from pypi).
Problem description:
When I am updating dfu with success (correct keys, packages etc...
Greetings,
I'm using 3 NRF52832 boards, s132 and SDK 14.2.0. I'm interested in connecting two hrs peripherals to a single hrs central, but have found some posts that say...
When creating an attribute specifying vloc as BLE_GATTS_VLOC_USER, it is not very clear that a storage pointer must be provided on creation of the attribute and cannot be...
Hi,e verybod, I use nrf51822 to do bluetooth keyboard, I hope the function is: After bluetooth keyboard connect the host,how to determine whether the connection is window...
I'm trying to create a virtual beacon on an Android Phone using nRF connect V4.22.3. Android Version on the phone is 8.1.0.
I've enabled a beacon using Advertiser. However...
In an BLE example I have a characteristic with the value 0x00001234. In the nRF Connect 2.0 for iOS i see the value 0x00001234 and in nRF Connect for Desktop v3.1 i see "34...
Using the logging module in ncs v1.0.0, I see some extra characters after the timestamp " <0x1b>[0m<inf>" and at the end of the line ", is there a way to fix this?
The terminal...