I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello,
I’m having issues with time synchronization when using the sidewalk Sub-GHz template from SDK v2.5.0. My setup includes a Nordic Semiconductor chip nrf52840 and LR1110...
What is the reason for the default 320 hour setting for periodic Tau timer? This seems like an awfully long time, and we're wondering if this is simply a placeholder, or if...
Hi. I'm finally bought a PPK2 to test some of self-built IoT devices. I do have a question in regard to the device (before I break anything). Does it offer any types of short...
Hi. I tried using the TWI master and slave drivers on 2 different nRF52840DK boards. The 100KHz frequency is perhaps a little high and I will see how to lower it by acting...
HI ALL,
I want to create a static library in the application layer, but this library will contain nrf related header files, which will cause cmake to not compile properly...
We have a custom board based on the nRF52805 and we're seeing some odd behaviors in debugging / testing that we're trying to nail down. Two questions:
The INFO.VARIANT...
When I use the J-link programming program, the following happens to the J-flash connection chip
SEGGER J-Link Commander V7.67d (Compiled Jul 5 2022 16:15:35) DLL version...
Hello, my custom board is using pin 09 to communicate through uart. I want to check that uart is working on this custom board. First, I tried to create a simple uart application...
I am using NCS v2.8.0.
After successfully running the headset example with one gateway, one left channel receiver and one right channel receiver am trying to get the Auracast...
I spent quite some time trying to understand why I was getting random network disconnect after a totally fine CEREG notification, like in this log:
It turns out that inside...
Dear Nordic:
Light bulb project support 52840DK, can light bulb project support 52840 dongle? I have not found dongle option in l ight bulb boards folder, only find nrf52840dk_nrf52840...
Hello. consisting of nrf7002 + nrf5340, I'm going to do battery management and power management of a circuit that operates up to a small coin electric motor at npm1100, and...
Hi,
I am encountering an issue with the BLE connection on my nRF5340 DK. When I attempt to connect the device to my PC, the pairing process takes a significant amount of...
Hi,
I am implementing a BLE central that is based on ble_app_uart example using nRF52833 with a soft device version 7.2.0.
I have noticed that a single packet download...
Toolchain v2.70, SDK v2.7.0, VS Code, Windows
I am trying to enable the watchdog in my application, and I can successfully locate the device node and add a timeout, but...