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,
we are using an nRF9160 on a custom board with NCS 1.8.0. I have been able to reproduce the following behaviour with a nRF9160 DK 1.0 and NCS 1.9.1
For our application...
I try to run https://github.com/NordicSemiconductor/pc-ble-driver/tree/master/examples/nordic_uart_client But the following error occurred.
D:\pc-ble-driver\build\examples...
Hi,
I am testing an app using CoAP client/sever. I want to redirect the RTT log messages to UART0. I had a look at https://devzone.nordicsemi.com/f/nordic-q-a/32058/why...
Hi,
Currently, we are facing a huge problem with our custom boards. Between different boards the ADC values varying very much even with a given voltage input.
For instance...
Hello all
I am porting the code from the nRF52DK to the nrf52820, and so far so good, however, I am having a question, when configuring the TWI, will this get me the right...
Hi all,
Provided the nRF52840 board implements up to 4 SPI, I would like to use at least 2 of them simultaneously. I need to do it like this because I need one of them...
Hi, I am trying to merge Libuarte with the FreeRTOS environment. I am trying to use RTC-2 for libuarte and RTC-1/0 for Freertos. I am not sure what other things I should enable...
I'm working on a custom board that uses an nRF52832 module. It has a single button that is used to power the device On/Off and a >= 5sec long press from Off to force enter...
Hello,
we would like to use a pin on GPIO P1 as GPIO in non-secure mode, but only found the solution stated in this thread yet: https://devzone.nordicsemi.com/f/nordic-q...
Hello,
I am experiencing issues with an nRF5340 board and its SPI.
I am trying to add an Pmod OLED (128x32) screen to my board, but firstly I am trying to set up the...
Zephyr nRF52840
I am working with 2 nRF52840dk. The master side seems to be working as expected. i have monitored it and seen clock, MOSI and CS all working as expected...
Hello,
I have a debugging issue with VS code IDE.
Suddenly, i cant debug with an error:
However, flashing board is working succesfully.
What am i supposed to do...
We use spi flash with custom driver and goal is to set it to act as secondary partition for MCUBoot.
The question is how to adapt driver to be accepted by MCUBoot, maybe...