I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
Hello. We are testing nrf5340 - nrf7002 using the example of blpovisioning. I try to put on/off function using button, but if I reset pcb and turn on, it will connect to wifi...
I have a nRF54L15-PDK kit. I also have the latest v2.9.1 SDK and toolchains installed using the VSCode plugin (also latest).
I use the plugin to create a new application...
Hi Nordic Tech Team,
I am implementing BLE-based FOTA for the application core on an nRF5340 using MCUboot . The update works successfully when using the nRF Connect mobile...
I am an experienced user of the Nordic Distance Measurement Library and I am encountering an issue where the device that is assuming the role of the DM_ROLE_INITIATOR can...
Hi,
SDK:ncs2.6.1. The main program runs in the app core, and the net core is included as a child image. The Bluetooth broadcast is normal when tested at room temperature...
Hello
When following the guidline of a new way to extend boards , VSCode "Add Build Configuration" is blank. Am I doing something wrong or this is not yet supported by...
Hi, I am seeking assistance with a very weird issue encountered while programming an nRF5340 SoC using a custom debugging-PCB using a SEGGER J-Link EDU debugger.
The debugging...
We are developing a system were we rely heavily on the use of LWM2M. Using the provided LWM2M client we normally dont experience any problems at all and are able to establish...
Greetings to everyone.
My name is Toni, I am a beginner. I have a device, which my former colleague left to me, and I can not identify the HWID. How HWID should look like...
Hello,
we are trying to perform FOTA updates with default SLM application based on SDK 2.9.0, but the application always aborts unsuccessfully.
Via AT interface the application...
Hi,
I am currently trying to work with pairing and bonding between the peripheral and Central device.
I am using two nrf52840 dk one as central and the other as peripheral...
Hello Everyone,
Happy New Year !
We would like to evaluate nRF54L15 system off/deep sleep mode current consumption. So we have tried the existing example ( https://github...
Hi,
I have added " config HW_STACK_PROTECTION" in KConfig file of the board.
Is there a way I can check during runtime if the Stack Protection is enabled? Is there any...