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 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 have the exact problem in this issue: https://devzone.nordicsemi.com/f/nordic-q-a/60609/problem-with-mcuboot
NCS version: 1.9
Board: nrf52840dk_nrf52840
The...
Kind folks,
I have used the nRF Connect app on my MacBook Pro to (carefully!) install the new 1.9.1 SDK and the Nordic version of the SEGGER Embedded Studio. Using this...
Hi,
I'm running into a frustrating issue where I can get the NRFX_SPIM and my own BSP examples to work, but when I try to combine them - the buttons stop triggering their...
I have an existing system for my elderly mother based on a nRF52832 puck ( www.espruino.com/Puck.js ) that includes the button-press-count in its advertising data. When the...
Hello,
we want to communicate the BLE to BLE without connection how to communicate?
One BLE is continious on scaning mode and another one is advertising mode on event...
Tried to compile the Bluetooth: Peripheral UART-sample, (nRF Connect SDK v1.9.1) and got an error:
FATAL ERROR: command exited with status 1: 'c:\ncs\v1.9.1\toolchain\opt...
Hi,
I am devloping base on azure_fota example and got the Peer closed connection! after used the SAS URL.
First, I complete do the FOTA by using the normal URL from blob...
I am working on my nrf52810 . I just found an issue that, when my device enter DFU mode its show dfu trag , I can not return to the application(If I do not want to upload...
Hi,
1. Is bootloader file and firmware file, different for projects build on nCS..? Or a single executable build file consists both bootloader & firmware..?
2. Can you...
Hi
I am working on driver for SPIS and would like to run higher than 8 MHz. We have been doing some tests and seems like it is possible to go e.g. 10 MHz.
Is the nrf51810_PS...
Hi,
How can I put an application at a specific memory location?
I want to upload 2 programs to my device and switch between these applications. I modified the bootloader...
Olfox recently raised a concern with the 400kHz frequency setting for the TWIM peripheral, which I confirm is incorrect in the SDK (17) and nRF52832 datasheet (v1.7); I attempted...
As described in that PR I am getting a hard fault when trying to cancel a download.
https://github.com/nrfconnect/sdk-nrf/pull/6955
To reproduce this issue apply the...
Hello! We are developing a board with NB-IoT connection base on the nRF9160 but also BLE capabilities based on the nRF52832. While researching the best way to implement this...
What is the default path of Kconfig in SES Project ? I testing Azure-Iot_Hub sample project. I define the AZURE_IOT_HUB_DEVICE_ID and AZURE_IOT_HUB_NAME in prj.conf file....