Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
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...