Hi, I am having problem making DFU work on nrf52832 using nrf connect sdk 2.6.0. Below is my mcuboot.conf under child_image and prj.conf. Please guide me where I am wrong...
Hi all,
I am running the lsm6dso zephyr sample on my nrf52833 dev kit. I am unable to set the sampling frequency. I get this error after flashing:
This is my overlay...
I refer to and the answer answer given by AI referring me to you.
I need the lithium battery only to about 8-bit accuracy to reduce the leakage current. Please provide...
Hello! I was wondering if there is any advice from trying to get Non-simultaneous firmware updates using sysbuild with the following constraints:
Must update both App...
I'm using NCS v2.9.0 and attempting to communicate with an ADXL372 IMU over SPI. Occasionally, the MCU successfully reads from the IMU and begins printing values. However...
I'm updating our nRF5340 firmware from SDK 2.4.2 to the SDK2.9.0. After few modifications, I was able to compile it using the SDK2.8.0. Now I'm trying to compile it with SDK...
I am having a problem after installing 2.9 where I am getting a problem on some projects where the nRF addin does not seem to work
When try to create a new application...
I was trying to get access to the app_uart library, so I included app_uart.c in the "Source" folder; then added \Include\app_common and \Include\ble\softdevice in order to...
Hi,
We are using nrf51822 custom board.
i want to hard reboot of my device whenever gpio button is pressed for longer than 10 seconds.
i am using ble_app_hrs application...
from the product spec
NOTE: The 3 bit pipe information in the STATUS register is updated during the IRQ pin high to low
transition. The pipe information is unreliable if...
I'm load the UART example (pca10001) to the Evaluation Kit, i can see using hyperterminal the messages send by the kit ( the Start message) but after that i wont be able to...
Hi,
Is there any sample code which is using the sd_ecb_block_encrypt(); API, we are planning to do encryption and decryption of data, which will be transmitted and received...
Hi
1)In a nrf51822 ble app project, The board must have a external 32768Hz crystal,is that right?
or internal 32768Hz RC oscillator can instead of it?
2)when nrf51822 goes...
Adding two services with 128bit GUID's to the advertising data structure fails with NRF_ERROR_DATA_SIZE.
I'm adding the service UUID's to the uuids_complete structure....
I just purchased nrf51822 DK and would like to follow instructions from nAN-36 Creating Bluetooth Low Energy Applications using nRF51822. The document mentioned Program the...
I am trying to use the ble mouse sample in SDK 4.4.1, and iOS7
I am able to view and connect to the HID peripheral "1812"
but for some reason I am unable to discover...
Has anyone implemented the Bluetooth rfcomm protocol on the nrf51822 chip ? Is it possible using the Nordic soft device? I realize this is not a "low energy" protocol, but...
We are developing an app that communicates with a custom LCD display via IIC (TWI in Nordic terms) so it needs to send a lot of data on the IIC bus. We have developed an interrupt...