I have a simple GATT server application with two characteristics, RX and TX. In my prj.conf, I am trying to disable pairing as follows :
I can connect to the server from...
Hello,
I am trying to use LTE connectivity on a custom board with a nRF9160 SICA B1, but i am facing issues with the modem.
With both my own app firmware and the sample...
I have searched all responses here and whatever sources I can find, but not have any success. The main problem is that existing materials appear incompatible with the 54L...
Hi, I have test the throughput using two nRF54L15 DKs and make them close to each other.
My result is:
1. My first question would be: the best througput for 2M phy is...
Hi,
We're working on a project using the nRF5340, where we interface an external NAND flash (4096 blocks) to store high-volume sensor data. We are planning to maintain an...
Hi,
We are currently evaluating the NRF9151 for asset tracking using the AT firmware on the NRF9151 evk and an external MCU for the application firmware, emulating the final...
Hello,
We’re Bachelor’s students developing a project to estimate the angle of arrival (AoA) using a BLE antenna array on the nRF52833. Our implementation builds on Zephyr...
Hi, Im using nRF52840 DK, Segger Studio v4.52 and SDK version 17. I have been trying to make BLE OTA DFU work but have had many problems along the way. I followed the guides...
Hi folks,
I need a production test of an nRF52840 module at PCB level. Our board connects near instantly with nRF Connect + Bluetooth Low Energy, and displays its device...
Hi,
I am trying to implement wireless power transmission. For sending output voltage information from receiver board
to transmitter board continuously which of you module...
Hi, I am getting link time error in segger when i building a pre-built library with zephyr for NRF5340.
Error says,
c:/gnuarmemb/bin/../lib/gcc/arm-none-eabi/8.3.1/.....
HI. I have modified "usbd_ble_uart" a little bit and have changed the BLE service for transfering the received data from USB over BLE. The problen is now, the BLE service...
I am working with the nRF52840 DK and was looking for a way to set a compare register to trigger at 300 ticks, and another to trigger at 40000 ticks. The register that triggers...
Hi,
I am a new comer so perhaps I made a mistake during project configuration.
I am using nrf Connect v3.4.2 on Windows.
I trie to add CC310 libray in sample hello_world...
The detected device could not be recognized as neither JLink nor BLE could be captured in wireshark, nor could the nRF Connect v3.4.2 - Programmer produce "Unsupported device...
Hi,
I am using NCS v1.3.0 for nRF9160. How to enable both BLE scanner and advertiser roles simultaneously?
Currently even I enable both, HCI LE set random address failing...
Hi. This is my first experience using Nordic Products and I have run into some issues trying to "Open nRF Connect Studio Project" from SEGGER Embedded Studio. I want to run...
Hi
I'm trying to load the sample project Mesh light using SDK 1.3.0 but cannot load the configuration file properly. Im using a nrf52840DK
I have tried to update requirements...
Hello,
I wanna create a central/peripheral device. This device must be connected to mobile phone as peripheral. Also, it must be scan peripheral device's advertisement and...
In order to implement the event callback mechanism, the Observer Pattern is implemented by "Flash Section". This idea is novel, But what are the advantages of this method...