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...
Hello,
It appears as though nRF Connect does not currently support building encrypted images, so I am trying to implement it myself.
Part of creating encrypted images...
Our company has devices out in the field with Boot Loader (DFU over BLE) and application built using SDK 16.0.0 and Soft Device S132 version 6.1.1. For a variety of reasons...
Hi,
Are any of the nRF Connect SDK v1.9.1 mesh samples compatible to be run on an nRF52810 or nRF52811 chip?
If not, is there any way to make any of the samples compatible...
Hi, I use nrf52840 processor with esp32c3 as WiFi modem. I need to run OpenThread network and MQTT client on these processors. When I run only OpenThread network, it works...
I'm tryin to get the USB CDC ACM Sample Application to work on my nRF52840DK board ( https://docs.zephyrproject.org/2.6.0/samples/subsys/usb/cdc_acm/README.html ).
I've...
Hello,
I am trying to use sscanf() to format an input string into an integer, followed by a string, followed by an integer. For example:
int main() { #define FORMAT_STR...
Here is my situation:when I run the project "i2c_mpu9250",it worked. But when I applied it to "Ble_app_uart",in which I wanted to trans datas from nRF to Iphone, it failed...
Hello
I'm using an nrf52840 (PCA10059) together with an nrf24l01 (ESP32, MIRF Library).
My goal is to send a data packet from the nrf52840 which the nrf24l01 can receive...
Hi there,
the nRF58240 SoC supports a wide range of hardware-accelerated cryptography features using ARM's CryptoCell310. However, I'm unable to use many of the features...
I dwnload the nrf connect for desktop in my pc.i want to use the VS extension foe NRF.But i have had NCS 1.9.0 and 1.9.1 .The SDK of NCS is from my baidu pan.so i only install...
Hi! We are trying to make our project more secure following the Nordic documentation, but we absolutely don't know how to change the values of our registers, furthermore is...
I use the development version of NRF5340 DK, using the routine is ISO_broadcast, but the following error occurs, may I ask whether the controller does not support it?
...
Hi,
I just want to learn if we can use high-freq clock to measure time in nanosecs precision.
SoC: nRF52840
SDK: nRF Connect SDK (v1.9)
I know that it was not possible...
Hi guys,
I am experimenting with OTA buttonless DFU.
I included the Buttonless Secure DFU Service to my application and I managed to flash the new image over the air through...