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...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hello,
I want to make a simple UART Bridge between Central and Peirpheral. I'm usign nRF52832 with nRF5_SDK v15. There are central and peripheral uart examples in the...
Hi,
I have a working application with Buttonless Secure DFU Service wich runs on nRF52832. I'm able to perform DFU without bonds, but I want to use bonding in my application...
Direct connection after disconnect I am using the iPhone 8, BLE device (51822/51422), s130, SDK 12.3.0.
and using a bonding and passkey to connect.
However, Direct connection...
Hi there
I met an error down below.
nrf_log_str_formatter.c(86): error: #29: expected an expression
if (RF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED)
nrf_log_str_formatter...
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...