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...
I'm using nRF52-DK, and following the quidelines from devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader . I'm using the prebuild "blinky_pca10040...
Im trying to interface nRF52DK to Custome build acceleration sensor.
I want to use I2C communication. Are the pin connections mentioned below sufficient?
...
The buttonless_dfu_sdh_state_observer in this example is shutting down the cpu when the softdevice is disabled using an observer.
I'm not sure why this is necessary...
Hi everyone,
I have a project written in C++ for nRF52 series using the SDK 15.3.
If I use Keil and uVIsion, the project compiles and works great. With the same source...
I am using nRF52832, And SDK 15.3, the ble_app_blinky project,
a. if i have installed only the latest version of Device family 8.29.0 , when i try to build the project,...
Setup and goal: I'm developing an BLE central app and would like to use scan address filtering to find a specific device. I enabled the filter and provided a hard-coded BD...
Hello,
I successfully downloaded SAADC SDK example in the peripheral folder. The hardware setup is as below ,
The pin configuration for this is as below
...
I tried implementing
https://github.com/andenore/NordicSnippets/blob/master/examples/temp/main.c
But i get 2.6V without connecting any of the Analog pins.
Exactly...
I have attached an Arduino INO file that I wrote early on in a project. It runs a probe. It is an amazingly simple probe but especially important. I am making a simple opacity...
Hi Team,
I planning to use vibration motor with nrf52832.
vibration motor will give maximum buzz on 20.3KHz(50 duty cycle).
So my question is
- Can I achieve 20...
Hello I would like to use the extended advertinsing packets from Blutooth V5 as used in the "ble_app_rscs" example. My problem is that I can't connect via the extended advertinsing...
It looks like NRF_LOG_INFO doesn't copy the data that is sent to it as per the below example. Is there a way around this so that I can reuse long buffers that contain either...
Our purpose is to integrate BLE 5 in our embedded application, and do it quickly.. We basically need to send/receive data with maximum throughput.
Per thread below, we are...
I am having some issues bootloading the dwm1001 board.
I am able to flash over UART and BLE using nrfutil and nrfConnect with:
s132_nrf52_6.0.0 softdevice
pca_10040...