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 am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hi,
I would have thought this was easy but I cannot seem to find a way to prevent LOG_INF etc from adding a line break to the log string.
I am using NRFConnect with Zephyr...
Hi,
I have TWIM communicating successfully with a slave device on the PCB.
We now need to support some PCBs populated with the slave device, and other PCBs where the slave...
I have a product running on an nrf5340 and part of it is running a nordic sample project. In the sample project there is a call to `k_msgq_get()`. The program spends a lot...
Hi
I'm evaluating the nrf5340dk devboard and are building a simple application on top of zephyr. I'm using Cmake and ninja on Ubuntu. The code builds and I'm able to flash...
Hi there,
We are currently doing some testing around the low power modes of the nrf5340. Detailed info on the Low Power mode and Constant Latency mode is a bit hard to find...
I'm trying to get my nrf9160dk board up and running with the nrfcloud service. However, when I input the SIM ICCID and PUK, the nrfcloud site starts it's "working" process...
Good day
After flashing a sample to my thingy 91 I seem to have lost the Jlink connection. All im picking up is the UART via nRF connect Programmer. Is there a Bin file...
Hello Sir/Mam;
I am new in nordic environment so i need your valuable guidance . i want to read a sensor data using Uart . I have successfully do same thing on Arduino board...
Hi,
I had previously asked about SPI interfacing of the RFID card reader and I was successful in creating a custom application using connect SDK 1.5.1.
But according to...
I currently have an application with B0->SPM->MCUBOOT->APP and am looking for an example of how to upgrade MCUBOOT itself over the air from a file downloaded from some server...
We're using a nRF52DK and the Nordic-Programmer-App to flash our firmware on our custom boards. After upgrading to Programmer v2.3.3 I'm getting the Error-Message "Part of...
Hi,
I am able to successfully build and flash applications from the CLI.
When setting up the nRF Connect VS Code extension, I run into an issue where it can't seem to...