I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm using nRF Connect SDK v1.7.1 with two nrf5430 DK. My goal is to evaluate the different security levels. For testing i send messages with the Nordic Uart service...
According to the AT command reference v1.7, the nRF9160 SIP modem firmware v1.3.1 added the %PERIODICSEARCHCONF command.
It does though not mention anything about the behavior...
We are evaluating OpenThread for a custom board with a BL654 from Laird, which contains an nRF52840. When running the OpenThread CLI sample from nRF Connect SDK 1.7.1 we are...
remoteproc_mgr_config() from nrf5340_cpunet_reset.c that is called during init by zephyr for starting main thread uses hardcoded pin numbers for uart with cts/rts pins and...
Dear Nordic Team,
I am able to perform a successful DFU on a development board pca10040 using the DFU library for iOS. The thing is that after the DFU process, the phone...
Hi, I am using custom board. i am facing issue when i am integrating with ble we are facing issue that i2c stopped working. event we are not able to read(scan) slave address...
Hey devzone community,
I have a problem in migrating my program from SEGGER to VS code,
the 6 tutorial work only on new versions of SEGGER.
there is a simple option...
Hi,
I'm using the nRF9160 DK board with nRF Connect.
I want to create a driver for an LCD with a parallel interface. SPI is to slow for my project.
First, do you...
I have a question on the gnss event type NRF_MODEM_GNSS_EVT_FIX. It seems there's always the NRF_MODEM_GNSS_EVT_PVT event regardless it's a fix or not. The flag can tell us...
I am writing a program for a Garmin Edge which needs to connect to a power meter via Bluetooth, some of the characteristic / service UUIDs are 4 digits which cannot be used...
Hello,
In the latest SDK version v1.8.0, I have developed my own project based on direction_finding_connectionless_rx demo. Here are two problems I countered.
1. the RSSI...
Hi, I am currently working on nRF52 Thread v4.1.0 .
I am working on messaging transferring using coAP server an client .
previously using CLI commands to detect the ipaddr...
Hi, I've tried signing up for a SUPL licence a couple of times but it keeps getting denied. Not sure why. I have logged into devzone.nordicsemi.com and am using the same email...
Hello,
I am trying to update my Nordic nRF52840 via UART, using the bootloader from the examples (SDK 15.2.0). In the my application another MCU (from ST32) will update...
Hi all,
I'am sending epoch time from nrf_connect(mobile) to nrf52840dk only once,
then i need to update epoch time continuosly with nanosecond frequency
how can i do...