Hi Nordic Team,
I'm currently working on a BLE project using NCS v2.9 and targeting a custom board based on the nRF54L15. My goal is to use the SYNTH LFCLK source (instead...
Hi Nordic Team,
I'm facing an issue with BLE communication on my custom board using NCS v2.9. I started from one of the standard SDK examples (like throughput or peripheral...
Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
I am making an application using nrf52840 USB dongle.
I am using a python program with pyserial. This works great. My only problem is that I want to have a very reliable...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
I want to implement FOTA Update for a nrf5340 based board by using nrfConnect SDK v2.9.0 with zephyr and mcuboot. The board has a MX25R6435F external flash (same as the nrf5340dk...
Hi,
For my Master Thesis, I’m working on localization using nRF54L15 boards with BLE Channel Sounding. I’ve been using the official samples available online, specifically...
Referring to the PCA10001 schematic, there is a solder bridge SB1, which connects AVDD with VCC_nRF.
Can you please explain in which cases is it needed?
Thank you
...
Hi all,
I test the DFU as follow:
erase chip, program "s110_nrf51822_5.2.1_softdevice.hex"
program "bootloader" by using nrfjprog.exe
"DfuTarg" can be found...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
I'm trying to build the bootloader for gcc/Eclipse.
I used the manual setup approach described here.
However, I can not fit in the allocated space, because...
SDK version: 5.1.0
S110 version: 6.0.0
chip: nRF51822
I am experimenting a generic Data transfer hid device, the report map is as follows:
0x05, 0x0C, // Usage...
Hello Nordic team,
I am working on a BLE RedBearLab shield (nrf8001) mounted on an Arduino board.
Consider that a connection is correctly made from a Master app to my...
I've been running various code on a 51822 that has used PPI, timers, events, GPIO pin config and so on. Supposing I've lost track of what state the retained registers on the...
Hi,
I am new to ANT programming, and was following the userguide's steps to set up my nRF51422 evaluation kit (pca10003 board). I can compile and upload the blinky example...
Hello Guys,
I am having a hard time figuring how to add the nRF51xxx algorithm into Keil. According to nRF81522 Evaluation Kit user guide this should have been installed...
Hi all,
I use the SDK mouse demo and bind with a surface successfully.
But when it connected, I set the mouse re-binding again by pressing the bind button and power on...
When I first switch on the circutry that initialises the nrf8001 and sets it up for communication and then connect the android app with it ,the connection is done successfully...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
Hello,
I have some questions regarding S110:
Is it possible for the S110 softdevice to scan for broadcasts?
Is it possible to create a connectable broadcast...