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...
Hello,
I'm using SEGGER Embedded Studio 5.30a with NCS 1.4.99.
I'm trying the "hello_world" sample but when i want to run on the nRF5340DK i get the followings errors...
Hi,
I am using FDS for read and write the records with SDK17, My code is working fine but when I change the optimization level 2 for size then I am getting FDS_ERR_UNALIGNED_ADDR...
Hello everyone,
I'd like to perform a DFU through the USB port on my custom NRF9160 board (DFU over UART) using the NRF Connect Programmer App.
I already did the Firmware...
Hi,
I'm using NRF52840 to connect with a mobile device.
During the connection, I have random disconnection with the reason code BLE_HCI_REMOTE_USER_TERMINATED_CONNECTION...
Excuse me, I want to download the nRF52810 reference layout on official website, however I can't find it.
Could you please send a nRF52810 QCAA reference layout to me
When the nRF is connected as a peripheral and no data is transferred either direction except the empty packet every connection interval, does the power consumption increase...
Dear,
I tried to make a copy of the Asset Tracker example application to start my own project. i gett this error
create_nordic_project.py failed
Creating solution...
Hi I am using the latest SDK for Mesh and also the latest nrf sdk. Downloaded and installed both last week. I have written an application that is derived from the light_switch...
Folks,
We are working on a custom design where the STM32L4 (external host MCU) talks to the nRF9160 over an UART connection to transmit sensor data. When the sensor data...
Hi,
I'm use nrf52840 with Light switch example of nRF5 SDK for Mesh v5.0.0 . Could I modify the packet of network layer ?
I want to add 2 bytes of UUID in the packet...
Hi, I want to add compression libraries like lz4 and audio compression to my zephyr projects. I am struggling to find good guides on how to add external/third party libraries...
Hi,
I have a nrf52810 board working as a peripheral, I want my board to connect to specific central application to protect it with malicious attack by other devices.
Please...
An error occurs when you run the following program(main.c).
[1;33m<wrn> bt_hci_core: opcode 0x2006 status 0x01 [1;31m<err> LOG_MODULE_NAME: Advertising start (err -5)
...
In the nrfConnect SDK I can see just one example for a I2C sensor - BH1749
I want to modify this for other I2C sensors.
However the README does not explain how to make...
I would like to calculate how much time my device does fast advertise and how much time it does slow advertising?
Is there a way to check this in python script?