Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hello everyone,
I would like to use the PPK with a NRF52 Dk, but I have external sensors connected to the VDD and 5V, so when I will plug the ppk I will have to disconnect...
Hi,
I am reading a 24-bit data from SPI by getting a data-ready interrupt from GPIOTE pin in a NRF52832 chip. I have to buffer data for the BLE interval duration then send...
Hi,
I am using BLE-UART example in my project and to start advertising I am using below piece of code.
By default in the sdk (ble_advertising.c) the advertising type...
Hi,
I don't want the spm and application firmware built together so I tried using the "spm" sample in version 1.3 of the sdk. However when configuring the project i t...
I have a requirement that my peripheral device should only rely on the central to start any security operation. Right now I see a problem when the central side removes the...
I am new to BLE with my nRF51. I've got this example and I try to stop a RSSI scan when the device get all advertising data from the local device.
But when I try to add...
I burned this program in nrf9160 ncs v1.3, and how do I fix the following error?
An example can be found in the figure below
Example prj configuration see figure ...
Hi,
I would like to evaluate the NRF52811 chipset module (BMD-360 from UBlox) using the NRF52840 DK.
If I am to read the Constant Tone Extension that will be transmitted...
I followed an instructions developer.nordicsemi.com/.../gs_assistant.html in the case of Kubuntu 20.04 and developer.nordicsemi.com/.../gs_assistant.html in the case of Windows...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
I have been running some of the examples and have noticed none of the logging ever works on the Debug Terminal. I am using SES with Nordic SDK 17. When I run any of the SDK...
Hi,
I am using sdk for mesh 1.0.0v and have been running some tests on the mesh network. I have been getting an error within the function net_state_seqnum_alloc() , which...
I'm using an nrf52840 devkit but I'm assuming this behavior happens on all nrf52 devices. I'm trying to control the scanner using app_timer because I need a higher scan interval...
Hi,
I'm working on a gesture control glove and my board is built around the nRF52840 SoC. It's a project I'm building for personal use only.
It's still a work in progress...