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 everyone,
I am working with the SDK v17.1.0 with the DK nRF52832 with the examples of ble_app_uart and ble_app_uart_c.
I want to have several peripheral boards that...
Hello Community,
I am tirelessly working on connecintg my icarus development board to LWM2M server, However there are no good examples to follow and do it with ease, there...
I might be dense, but I'm not seeing any examples on how to write a value to UICR using Zephyr. Does one exist? If not, is there a guide somewhere on how to use NVS (I guess...
I am creating device certificate as per steps mentioned at
https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/saga/docs/azure/GettingStarted/DeviceCredentials...
Hello!
I am sure a error.h file with the negative error codes for Mesh are in the NCS folder someplace but I have not run across them. Please direct me to the file tor posting...
We are using nRF5 SDK 17.1.0, and have LESC pairing enabled. In our main loop we do this:
When LESC pairing failed, this would cause a crash as err_code was NRF_ERROR_INVALID_STATE...
Hello,
I am getting a strange error when I try to move any project from NRF52840 to NRF52811. I have started with the simple PWM library example, which builds successfully...
Hi, I'm trying to perform a Bootloader+Softdevice DFU over BLE. The image that I currently have in the NRF52 DK is BL+S112 and I'm trying to perform a DFU with BL+S132. I...
Our Prototype was based on ESP32 which we were able to do all the demos and testing. but since the final product will be powered by battery we need a energy efficient solution...
Dear All
I tried to connect to an apple device, it is successful but soon after that, it is disconnected with reason code 0x13 - terminated by remote user, I tried to change...
In the datasheet of nRF52832, typical internal pull up resistance is 13Kohm. Can we check the internal pull up resistance in the code and can we change the internal pull up...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...