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...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
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...
Does the serial function operate with a soft device. Whenever i have an include statement for serial.h in a file with a softdevice I get a No such file or directory compilation...
I've been going off of the Buttonless DFU example to integrate DFU functionality into an existing project on a custom board. While I seem to have added the necessary includes...
I am programming a BL652 module (contains an nRF52832 with populated DC/DC inductors). I am programming it through the nRF52 DK in SEGGER studio.
When I run the blank (no...
Hi All,
A very general question here. I understand that using pre-defined services like the battery service help standardize the way peripherals send data to the central...
I'm using JLinkRTTViewer to look at RTT output from my code. The problem is that when I try to go into POWER_OFF, it generates a reset instead.
Is there a way to go into...
hi,
We want to position with aoa(angle of arrival) method, can it provide the One IQ-sample is a pair of in-phase and quadrature-phase samples, and Phase and amplitude information...
Hi,
I am using a nrf52840 development kit flashed with the ICMP example provided in SDK 15 and I am using a device with Bluez tools version 5.47 to connect to it.
However...
While investigating problems I'm experiencing with bootloader_secure I believe I've identified an error in the HCI TX finite state machine ( components/serialization/common...
We have implement a PPI for device match to trigger a GPIO toggle . but now we want to trigger a SW interrupt or a callback function .
my question is how to set PPI TASK...
Hi,
I merged UART exam ple from nrf5 sdk v14.2 with light switch client example from mesh sdk v1.0.1, i have 2 boards client board which is nrf52832 and server board which...
I'm developing an application using the NRF52832. Im using the ADC, and there may be times where the NRF52832 has 0V on its supply pin, but the voltage on the ADC pin is nonzero...
Dear Nordic Support,
does the BLE Uart example (SKD 14.2) inlcude any data link layer machnisms, for example error detection & correction, collision avoidance?
I implemented...
hi to all,
i am developing a ble device with nrf51822 and i encounter with a problem, in my program i have code like below :
in this point program work well, but when...
Hi
I'm facing a problem with light switch demo from mesh SDK v1.0.1, when running the light switch client, as shown in the rtt viewer below the configuration of the server...
My customer is modifying the code based on the example provided in the SDK 15.0.0 to suit their project:
Project file from the SDK under \ nRF5_SDK_15.0.0_a53641a\examples...