The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi,
we've been experiencing some strange issues with the OTA DFU on nRF Connect for Androind in the past two days.
We've been using such function on a regular basis with...
I am trying to transition my Nordic SDK v12 project from Keil to Segger Embedded studio. I followed the tutorial steps such as placing ses_nrf_51_startup.s file in Internal...
Can I use an external edge-triggered (negative edge) interrupt (on a GPIO pin) to trigger an I2C write via PPI? If so, do the I2C registers need to be reloaded each time?...
I'm having trouble using an external j-link probe (J-Link plus compact) with the nRF52840-DK with Segger Embedded Studio. I am powering the DK from USB (Sw9 VDD) , using the...
Hi Great QA team:
Our clients are studying for the details of 52833. And they'd like to know the maximum external draw current through VDD at high voltage mode.
It's clearly...
Hi,
I am testing the ble blinky example as it is from SDK v16.0.0. I am seeing a good amount of time(~340ms) from reset(pin reset) to advertise the first packet. I am keen...
So for this what I am trying to do is-
result = ((float_t)0x3F4040A3); NRF_LOG_INFO("My float number" NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(result));
But this is...
Hi
I have a strange phenomenon when using ANT proximity function.
Configuration: nRF52840, SDK15.2.0, softdevice S340 v6.1.1
The following initialization function of...
I've been using the USB HID Composite example along with the advice from this thread https://devzone.nordicsemi.com/f/nordic-q-a/38271/writing-words-to-usb-composite-keyboard...
Good day
I'm trying to run the ANT IO demo using two nRF52840 DKs. In order to do that I am trying to migrate the example from softdevice s212 to s340. I am currently using...
hi,
i want to connect 18 peripherals to a central. if iam changing NRF_SDH_BLE_CENTRAL_LINK_COUNT and NRF_SDH_BLE_TOTAL_LINK_COUNT more than 8, all peripherals stop pairing...
Hi,
usbd_cdc_acm project implemented UART over usb, which is great. However it cannot send bytes from PC to DK board, only DK board back to PC.
In order to implement sending...
I use the SPIM to access a nand flash memory device. There are times, when I need to "free" the SPI bus allocated by the nRF52840, so that another CPU can access the memory...
I have been closely following this thread ( https://devzone.nordicsemi.com/f/nordic-q-a/52689/nrf9160-lte-sensor-gateway-on-thingy-91/217018 ) to provide support for the LTE...