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...
Hi, I appreciate some help with my situation. Here's my setup.
nRF54L15-DK using nRF Connect SDK 3.1.0 .
using nRF52840 dongle as proxy for BLE
nRF Connect for Windows...
I am using nrf54l15 with NCS v3.1.0 with the following error when i connect it(i worked in NCS v2.9.1 successfully):
Controller unresponsive, command opcode 0x2035 timeout...
Recently, we decided we would try ESB, since the power consumption is similar to BLE, but the intervals are much shorter, and we could greatly benefit from this.
I've seen...
I am migrating a project to Sysbuild where we previously were doing some post-build steps that require access to PM variables like PM_MCUBOOT_PRIMARY_SIZE.
Previously, we...
Hello, I've been trying to get MCUboot running on my custom board with the nRF9160 for two days now, and I'm honestly at my wit's end. The main application is written and...
Hello,
we are testing BLE MESH vs THREAD to build a home automation network.
We understood that WiFi interference is a real concern in this application. In fact, we...
Hi,Team,
I'm currently using the nrf54l15-dk. I want to set the rtc of the nrf54l15-dk to obtain the timestamp. How should I configure the timestamp ? Which examples should...
First, I can use I2C with SCL on pin P1.11 and SDA on P1.12 with NRF54L15DK.
But then, when I try to change SCL to P0.03 and SDA to P0.02. I2C does not work anymore.
The...
SDK: nRF Connect SDK v3.0.2
DK: nRF54L15-DK
Sample: spi_flash
default:
mspi-max-frequency = < DT_FREQ_M ( 8 )>;
If I change it to 32, it will printf these...
Hi am trying to use Nrf54l15 as a controller with an external host for the Channel sounding feature. I can receive CS subevents from the NRF controller, but the same thing...
I am using a QFN73 pin package of nRF52840. The data sheet says it has built in balun. So if I follow the reference circuit, where do I see 50 ohm looking int to the chip...
having just seen the announcment about the bare-metal SDK, i gave it a try using my "hello world" of BLE -- a minimal beacon app which i actually use to benchmark BLE platforms...
Hi
I am capturing a digital signal with the nRF PowerProfiler Kit II from my board that can either be 12Hz or 2kHz depending on the state of my application.
In the below...
I am using an nrf52833 with MCU boot. In an abnormal situation, the Vcc hoovers around the BOD threshold of 1.6V-1.7V. The Vcc in this situation is noisy (with 100/150mv swings...
Hi,
I have been making a sequential channel sounding program. I tried very hard to get rid of memory leaks and now the program is able to sequentially range with three reflectors...