Hello Nordic support,
My application is a Zigbee coordinator application on nrf52840 based on nRF5 SDK for Thread and Zigbee v4.2.0. I was able to pair a Zigbee end device...
I have a nrf52840dongle and a nrf54l15 custom board. And I flashed bt hci_usb demo into nrf52840dongle, uart_peripheral demo into nrf54l15 board.
Now I want to use my nrf52840dongle...
Hi,
I am currently working on a BLE throughput project for the nRF52840 and have successfully tested data transfer from the central to the peripheral. However, I need to...
Hi,Team,
I am developing Long Range and Pawr using nrf54l15-dk.
For the Long Range example I refer to E:\NCS\v2.8.0\nrf\samples\bluetooth\central_and_peripheral_hr and...
Hello.
I am trying DFU with reference to DevAcademy Lesson 9 . I am glad to see that it has been updated for v2.7.0 - v2.9.0. I am interested in the following settings....
*EDIT* - Using NCS 2.9 I am using the QSPI peripheral to communicate with a display.
1. I initialize the QSPI peripheral. I have tried both blocking and non-blocking. Both...
Hi,
I'd like to provision my Thingy91x for use with my nRF Cloud (so I can use location services). How do I provision the Thingy91x for use with my own nRF Cloud? What should...
Rudimentary question about DFU; thanks for your patience.
I'm developing an app for a "headless" (no buttons, no led's) ble application which will have a companion mobile...
I am trying to get the pstorage module to work with our application and FreeRTOS. At the moment I keep crashing on port_cmsis::prvTaskExitError().
The pstorage documentation...
Hi,
Nordic Community and Developers,
I am trying to measure current on my custom Development board.....But I found out that it is consuming too much current on the chip...
Hello,
I am writing here because I am trying to change some concrete values from a .hex file in order to vary some BLE and other values. I need this because I need to generate...
Hi,
I am trying to compile & run ANSC example under SDK8 in a PCA10001 board. I have programmed the SoftDevice using nRF Go Studio.
Here is the example,
nRF51_SDK_8.0...
In the nRF51 SDK startup code, in the folder toolchain\gcc, there is a file called gcc_startup_nrf51. s . I think this file should be called gcc_startup_nrf51. sx instead...
Hello,I have a problem with data throughput. I use S120 for client and S110 for server.
I set connection interval to 7.5( min connection interval and max connection interval...
Hi all.
I am new to BLE and the nrf52 chip.
What I would like to do is use the device as a beacon, and also being able to connect to the beacon from both iPhone and Android...
TestWatchdogFeedWhenWFI.rar
Hi, Experts:
I have a board with external 16M and 32k, and we found that when accessing WDT registers while ext 16M is not running, sleep...
The example on github for static passkey imnplementation with nus is written for SDK 7.I think API have changed form SDK 7 to SDK 10. Any one has implemented it in SDK 10...
For some reason I'm not able to receive directed advertisements on the nRF51 development kit. I verified my nRF51 peripheral is sending the direct advertisement packets using...
Hi,
I have seen a number of nRF51822 using chip antennas through a 2450BM14E003. An example is this circuit with the pins connected as follows: ANT2 -> BAL1, ANT1 -> BAL2...
Hi,
We will be in the need of NRF wireless modules for our street light communication application. I need the support for interfacing NRF with MSP430G2553 or any MSP430...
Hi all,
I am developed application so that it is communicate with save device, i can able to send data from master to slave. In Ble_app_multilink_central master side code...