Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
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...
I am able to switch between two beacon types i.e. iBeacon and a manufacturer's specific beacon when they are both the same length. I am having trouble switching between an...
We have an OpenThread network composed of nRF52840 devices, but we would like to have ensure that Internet access is not interrupted by a power outage. I saw that there is...
In my application I have a current consumption of ~20µA. When I enter bootloader to perform DFU I initialize my peripherals the same way as in my application and I have added...
Hi,
The release notes of v4.1.2 at https://github.com/NordicSemiconductor/pc-ble-driver/releases
mention the fix
"Fixed an issue where USB connectivity firmware hangs...
Hi!
(My apologies in advance in case the information I need is to be found elsewhere. There are numerous tickets related to GPS/A-GPS, but everybody seems to have his/her...
Hi,
I keep looking at different posts and I struggle to understand.
Is it possible to save to flash (nvm) on a nRF51422 with s130 while the Bluetooth is ON and connected...
Is there an easier way to print out debugging statement that does not need an installation of a logging package in keil.
I am trying to place print statements within the...
Hi,
I'm trying to create a Node application (using Noble) that acts as a DFU controller so that I can automate DFU'ing hundreds of devices (nRF52 using SDK 15.0.0). I've...
Hello, I want to use the Nordic Thingy:52 products to extend the Bluetooth range from my phone to a Nordic Development board. How should I start? Any suggestions? Thanks!
Hello
I am using nRF5 SDK ver.16 to try to create a BLE HID touchscreen device. I referenced ble_hids_mouse example and changed HID report map. On Windows 10, it works pretty...
Hi,
I am getting started with nRF9160DK so that I am try to build the application nrf_cloud_agps on segger embedded studio. But I cannot build the application, it says that...
Hello All,
I am working on nrf52810 chipset and using SDK 17 for my development, I have modified BLE_HTS code by adding peripherals like I2C and ADC, I can able compile...
Hi, I am trying to use the BLE Direction Finding on the nRF52833 dK.
1. Are there any software examples I can use to help me get the direction finding running?
2. Also...
Hello,
I have created an application that collects data from sensors and GPS in two separate threads and publishes via MQTT. The two thread priorities are set to 10 and...