I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...