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 seem to get error 4 on nrf_sdh_ble_enable when building and running the application in release mode.
Everything works perfectly when building in debug mode and I've checked...
Dear Ladies and Gentleman
Regarding the Bluetooth SIG Qualification the BQC needs a QDID for the Softdevice Controller Subsystem ( from table 2 of the compatibility matrix...
when i debug samples in Zephyr, i can see log through UART when i use "printk" function.
but i find there has "BT_DBG" and "BT_WARN" in code. so what's its using? and where...
i am receiving some packets so i need to send that packet to central device(mobile) if i send 20-20bytes it successfully sending the data to central device(mobile) if its...
Hi, i am new at nordic. I am working with nRF connect sdk. I am trying to run example applications but the code never runs. I have checked with debug and it never goes to...
I'm using NRF Connect SDK 2.1.0 and a 52840DK. In normal (non-bootloader) mode bluetooth initializes fine (bt_enable succeeds). However, when I start using MCUBoot, bt_enable...
We are experiencing connection issues for specific Android & iPhone but not for others (i.e. Samsung Galaxy S9).
Phones with issues
Android Details
Samsung Galaxy...
Dear,
I have 2 kits nRF52-DK and nRF52840-DK. I want to make simple app for sending data from one kit to another. Is it possible to use only the radio without using BLE...
Hello guys, i currently applying the example about MPU9255 following this: GitHub - Martinsbl/nrf5-mpu-examples
i'm using the app_mpu.c, app_mpu.h, mpu9255_register_map...
Hello,
Just starting off with Nordic hardware and have some basic questions, first my setup:
nrf52840-dk development board
nRF Connect v2.1.0 SDK
Setup to use 2...
Hi all,
I'm trying to turn on the increased voltage for the +3 dBm transmit power. I understand that to do that, I need to set the VREQCTRL register, or associated bit in...
I just tried updating nRF Connect for Desktop from v3.11.1 to v3.12.0. I did not see an option to update, so I uninstalled v3.11.1 before I installed v3.12.0.
I notice that...