Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
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...
Hello, I was reading through the OpenThread Commissioning Guide ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thread_commissioning.html ) Attempting...
Hi
I am interested in the Non-IP Data Delivery support in the nRF9160 module.
1) Is there or is there no support at the moment? If not, is it planned and when will...
Hi,
My program suddenly stop working and I get this error message
This happening when I want to go in Debug Mode (Debug > Go).I cannot start the program anymore.
I...
Hi Nordic Team!
I am working with nRF5340 DK and nRF Connect SDK 1.5.0
I wanted to use Firmware Upgrade (FOTA) feature with the mesh . So, I have started with Bluetooth...
device_get_binding() this function has many parameters ,very Incomprehensible to use, in the nordic samples i use debug step by step to find what port what pin to be used...
Hello,
I am looking at the schematic for the nRF5340 DK and see that there are no external load capacitors for the 32 kHz crystal which has C_L = 9 pF. Therefore, we are...
Hello!
Hardware: nrf52840 IDE: Segger Embedded Studio SDK: nrf5 SDK 17.0.2
I've been having trouble getting IN reports to work on macOS. I based my code off of the generic...
At present, the nrf52840, sdk package is components_V15.2.0, it will restart probabilistically when the USB is connected to the computer for charging. The hardware reset register...
I use nrf52840 and max30003 and SD card that saves my ECG data. I've tried to make a lot of ECG and this one is the best. But I don't know why some ECG PEAKS are positive...
2021 05 18 west update new source mkdir -p ncs west init -m github.com/.../sdk-nrf --mr master ./ncs cd ~/ncs west update west zephyr-export //// ~/ncs/nrf/west.yml
name...
HI
When I use thread networking program, p0.7 pin is not controlled as IO port, but it is used well in other programs. What's the matter?Is this pin occupied by thread networking...
I already had a look at the custom characteristic tutorial and have completed it. Populating the Sensor value with characteristic is the next step where I am facing trouble...