Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I'm able to successful download and flash my application firmware using AWS S3, but unable to use Microsoft Blob Storage successfully.
I'm using Thingy91 with SDK...
We are currently developing for a product that uses the nRF52832, using Segger Embedded Studio (SES) 4.52c, and the ARM GCC toolchain (2019 q4 version.
We have set up...
Hello, I am a beginner, and I have the nRF5340, and I would like to measure how far and how fast data travels. I don't know how to do my testing with this device.
For example...
I am trying to use multiple DPPI channels for my own purpose after enabling BLE (hci_rpmsg) and MPSL on the nRF5340 net-core. According to the nRF5340 product spec, the net...
I'm working on an application that utilizes CLI library, and I need to add CLI commands as in the code below:
But when I attempt this I get an error message:
error...
hi ,
I am working on I2S to collect audio, and I need 2 nrf52833 to realize the intercom function. For these two nrf52833, the I2S clock is different. There are fast and...
Hi,
I add NFC to my project with freertos. The initialization of nfc is ok. After running few seconds ,it hang. If I comment the usr_nfc_init() that in the main() function...
I have a legacy SPI device that works well with an nrf52 application using nrf_dev_spi_transfer ()
I want to use the same device from an nrf9160 application.
The problem...
In Nordic's Zephyr fork (sdk-zephyr) there's this GPIO driver function:
I don't think this is the entire story of querying GPIOs, though. This appears to only query...
Hi,
I'm trying to interface NRF52DK with Quectel EC20 Evaluation board through UART. I used the example UART code from the SDK to send AT commands to the Quectel Board but...
Hi,
I'm looking for information about FOTA capabilities when upgrading firmware on secondary mcu devices.
for example ->
fota = web(cloud) -> (mqtt/http) -> (nrf9160...
Hi,
You specify that S132 v7.2.0 is qualified as QDID 138862 in this link:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf52832%2FCOMP%2Fnrf52832...
Hi, I'm just a new user for nrf connect SDK. I use v1.5.0. When I try to build the solution on SES, I get this error.
I saw a post like this also. But I don't know how to...
I am developing a project on the ble_app_template example. In the sdk(15.3.0) example, when the button is pressed, some cases are executed by going to bsp_event_handler. if...