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'm trying to switch from SPM to TF-M in oder to use the secure processing environment. We currently use MCUboot + SPM for bootstrapping and DFU Image Manager for applying...
I was using Nordic Connect SDK v1.4.0, but put development on hold for a few weeks waiting for v.1.5.0. In particular I was waiting for openthread to be updated (which requires...
When I look at datasheet and reference designs for the nRF5340, I see a variety of approaches to DC/DC converter and bypass components. Is it a 10 uH inductor, or is it 10...
Hello Nordic!
I want to control the battery level, and set alarms... I know that there is a cluster callled PowerConfig cluster and I have been reading it, but I acan't...
Hello,
Sorry in advance if it sounds simple, i'm a beginner but I read AT command interface — nRF Connect SDK 1.5.99 documentation (nordicsemi.com) except that I can't retrieve...
Hi!
I'm currently working on a project thats based off of the nrf desktop keyboard. I'm using the Taiyo Yuden eysgcnzxx.
I just wanted to inquire the functionality of...
We have a Zigbee device that doesn't seem to use ZCL to transfer data and I have been trying to see if there is a way to get it working with an nrf52840 acting as a coordinator...
Hi, can we connect and enable the BME680 in the asset tracker code for the nRF9160DK?
It is already on the Thingy and I notice there is a switch CONFIG_BME680 in the code...
Tried to connect and Flash the hex file to enable BLE sniffing on the DK. However, the Connect desktop app was not able to detect the Development Kit.
All Steps mentioned...
Hello,
I am working on the Nordic nRF52840 development board to create a thread network and I want to use Raspberry Pi4 as thread board border router. The nordic SDK provide...
Following the insn here: https://devzone.nordicsemi.com/f/nordic-q-a/54591/nrf_serial_event_drv_err-what-is-the-cause
I found that under certain conditions, I get ERRORSRC...
Hi Nordic Community,
I have been experimenting with samples in NCS and making modifications.
Sometimes adding some code causes a hardfault during runtime. I can often...
Hello.
My application is an I2S Master that transmits audio data to an audio codec. I need to setup a transmit buffer using EasyDMA. Is EasyDMA used by default when using...
Hello,
we developed an application with a nRF52840DK as central and a custom board with a nRF52832 chip as peripheral. The peripheral sends data via NUS with a data rate...
Hi,
I'm working on the secure_bootloader example. I am having problems with micro ecc. When I compile the project, it gives an error like this.
I'm trying to follow...