Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
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...
Hi in the code below I successfully register multiple custom services (m_cus and m_cus2) using NRF_SDH_BLE_OBSERVERS(). In my original code when notifications is turned on...
Hello,
Tried the 2.0 nRFSniffer hex file today. It does not show up in WireShark like
the Beta 3 version does, "nRF Sniffer COM6". Tried on two devices with the same result...
My application just hit the following fault randomly:
I tracked back in the map file and that is inside the Nordic NRFX library in ipc_trace_handle, so I have no source...
Is it possible to have discontiguous Non-Secure areas in SRAM to be used by the application?
&sram0 {
reg = <0x20000000 DT_SIZE_K(8)>;
};
&sram0_ns {
reg = <0x20002000...
Hi There
Here we have been encountering some problems and would appreciate if you could help.
We are designing the hardware based on the following schematic, please...
Hi!
Just want to ask if anyone have had the same issue as me, when flashing nRF9160 with J-Link V6.50.
In SEGGER Embedded Studio - Build -> Build and run || Target ->...
Hello!
I use a usb secure bootloader with MBR (without SD) for update my application via USB. Also, my application receives new firmware via GSM modem and saves it to an...
I'm using pc-ble-driver to talk to the nRF52840 dev-dongle from a Windows PC. I started with examples\heart_rate_collector\main.c I receive events in a function 'ble_evt_dispatch...
Hi all,
I want to use the nrf51dk to answer and reject phone calls. One button on the kit would be used to accept calls and another to reject or finish them. The audio...
Hi dear team,
I am using the nRF5840 Dongle and pc-ble-driver-py for development, but I encountered a lot of issue while debugging, I thought I used wrong parameter or other...
We have worked through getting AWS MQTT working and have the FOTA job file loading properly. When the HTTP request is made the file begins downloading but fails to download...
Hello, How do I program the NRF52840 module to read and write data with a single UUID, because the mobile application I used earlier was working with the data read and write...
Hi Nordic
I am trying to run the AWS BLE FreeRTOS demo found at:
https://docs.aws.amazon.com/freertos/latest/userguide/ble-demo.html#ble-demo-mqtt
I am using an...
Hi,
I am developing a product with battery power. To preserve the battery life, this product needs to work in low power mode.
My Environment is a nRF52832, SDK15.2 & custom...