Dear Nordic Support Team,
In the datasheet of the nrf9160 (nRF9160_PS_v2.2.pdf) the VSS pin appears in the section 6.4.5.1 GPIO Electrical Specification, but I cannot find...
Hello,
I am wondering about what happens with the write callback if a write fails to a GATT attribute. E.g. with the following definition:
BT_GATT_CHARACTERISTIC(UUID_MY_RX...
I have a question to ask. After being subjected to interference, the NRF52840 microcontroller enters an unknown state where Bluetooth cannot be detected. The RESET pin grounding...
I have checked the PWM library in the nRF Connect SDK, and it seems that the library does not support init and deinit functions. The function pwm_set_pulse_dt(&pwm_led, 0...
Hi Suppot Team
I built radio test sample I copy from the NCS 2.8.0 for nRF54L15 DK fail.The attachment is the build log and below is the build configration. Many thanks...
Building kernel for RPi2 with bluetooth_6lowpan
In this guide, you will have two choices:
Cross-compilation build
Native build
Choose the one that fits your needs. Cross-compilation is…
In SDK 12.0.0 or later, logging/debugging over RTT is built in to the logger module NRF_LOG. To enable logging over RTT, "check" the NRF_LOG_BACKEND_SERIAL_USES_RTT option in sdk_config.h in the configuration…
Hello.
I was spending the last few days to implement an interface to access the BLE mesh via the Internet. The mesh consists of devices with LEDs, which then could be turned on and off in my browser.…
I have spent a bit of time recently experimenting with different TLS credential configurations using nRF91-DKs. Eventually I got to the point where I wanted to do things like swap out the certificates…
The content of this guide is now covered in the documentation on nrf Connect SDK documentation page.For the most up-to-date instruction to Update Cloud Certificate please follow this link.
The nRF Connect Programmer application now also supports MCUboot! Follow these steps to update through the programmer application or the following guide for the command line alternative.
This guide shows…
I have been asked several times about variations of the following advertising scenario, so I decided to make a blog post that I can refer to, and hope it might prove useful for others out there that are…
In this post I will give you an introduction to the four kinds of data you need to consider when developing an IoT product:
Device State
Device Configuration
Past Data
Firmware Updates
It's these …
Continuous delivery is in important aspect of short time to market and since the nRF9160 supports firmware over the air updates we want to ship a new firmware to our development boards every time we update…